Hello all, An updated preview of formsPlayer version 1.4 is available (1.4.0.1011). It fully implements XForms 1.0 Second Edition, and since there are some...
I am trying to implement simple type validation (integer, date etc.) for XForm controls but am struggling to work out how to achieve this. Does anyone have any...
Well even if you're not looking for love, and just a bit of fun thought I'd give you all a tip. So you can stay away from all the bullcrap fake profiles places...
brylee.stevens5714@...
Dec 9, 2005 9:00 am
2642
hi..if someone could either explain / or answer some questions / or give me a link maybe where people with no knowledge about anything could find out about...
Good morning... Lets start with the basics and move from there. 1) you need to go out to www.formsplayer.com and bookmark that site. If your gonna use ...
... Have you ever written HTML pages? I ask because the process of writing pages that use XForms is somewhat similar. I say similar because both HTML pages...
thank you so far for the help.. id like to add a few more things about my unsuccessful tests.. (first, to answer the question asked.. i do not know html..)...
... This sample is using XForms to display the traditional Hello World text to the user. It is NOT a complete XForms form - but a part. ... You get your error...
Hi I have an XML document which I render as HTML in Internet Explorer using client side XSLT. ie my XML document looks something like: <?xml version="1.0"...
Jason, I have to ask the obvious question...does the resulting document contain the object/import tags? Regards, Mark Mark Birbeck CEO x-port.net Ltd. e:...
hi, i glad to join in this group. recently i using xform to generate some form for personal use. when i trying to generate repeatable table row , it seem like...
hi, i am a newbie in xform . i wonder can i do a filter pick list in xform.i need two select list where the first select list will filter the second select...
Jason, ... Thanks for that...it's certainly a bug. The HTTP return code '201' is a success code (anything in the 200s is a success) so formsPlayer should not ...
Hi Jason, So I didn't flush you out then ;) ... Any chance you can send a sample so we can take a look? All the best, Mark Mark Birbeck CEO x-port.net Ltd. e:...
Hi, ... Sorry you've had a problem, but your guess was right, that formsPlayer does not support the repeat attributes. However, tables are not needed in normal...
I want to move some data from an instance to an other... how can I do??? This is the code of the instance: <xforms:instance id="supportInstance" xmlns=""> ...
... That's right, <select> element assumed to allow mutiple choices, try to use <select1> instead. ... -- Alexander Anokhin AVTOVAZ JSC email: ava@... icq:...
I've yet to do anything with XForms or FormsPlayer. But I think it might help me with something i'm working on. I'm looking for a generic solution to handle...
Hi What is the best way to achieve the following effect: [ ] first item [ ] second item ie each item is on a separate line? i've tried using css, but without...
Hi Jason, ... This is an area that needs a little tidying up, but for now you can do this: .select-full-value fpUI\:control { display : block; } Or: ...
Hi John, XForms is not currently designed to take advantage of schema information beyond validation and using the datatypes to render different controls. This ...
Thanks Mark Happily I find that fpUI\:control works well with ordinary <xf:item> <xf:label>abcd</xf:label> <xf:value>0</xf:value> </xf:item> ie not just where...