hi, i m trying to insert multiple record in xml file. In my html file model source is xml file and i have to input field and two buttons 'insert' and 'submit'....
I am having problems with the above event. What I want to do is when the event is fired I would like to save the defaults into another instance For example ...
Hello Mark, Thanks for fixing the 'relative url resolution for html attributes '. What are your plans for supporting XML Scheme. BTW I demonstrated XForms with...
Hi Francisco, ... Thank Paul for that one! ;-) ... Coming soon. We have a couple more things to get sorted first, and then we will update the schema...
The example I showed on a Reservoir Modelling was using assets from our partner company. That was I demonstrated an application integration where I used some...
Hi Franciso, Could you post the form - or at least enough of it to show the problem. Just cut and paste some of the XML data into the instance, so that we...
hello Mark, Thanks for the prompt reply Here goes I have removed the web service calls but the problem is still there at least on my version of browser. Kind...
I have a file demo1.htm that works with Forms player version 0.9.1.0 but not with 0.9.1.4. Demo1 is a stripped down version of formsplayer's demo helloworld...
Huss, ... Your code is fine. At the same time, the issue you refer to is not a bug, but is caused by the addition of new CSS functionality to FormsPlayer. In...
Hello all, Just a quick note after looking at a few pieces of sample code that people are submitting to us. As FormsPlayer is currently operating within IE, it...
Francisco, We've loaded the form and the instance data, and it seems to work, except for submit. It doesn't crash though, so I wonder if I am doing everything ...
Hello Mark, Thank you for looking into the problem, the step you have done via the submit is correct. That's the only place in this example which uses...
I dont understand how this works, i have tried the suggested code and am not having any luck, could someone explain some things to me. So with this new version...
Hello Dale, Looks like I have confused more than clarified! Sorry. ... It was meant to show that behind the scenes FormsPlayer is changing the class value from...
Thanks Mark, In my attempt the i had a slight mistake in the stylesheet. So once I correct that it was invisible to begin with. Then with what you said its...
Dale, ... But don't forget, you shouldn't use that class anywhere explicitly; it is meant to be a pseudo class and handled for you by FormsPlayer. In a future ...
Hi Francisco, ... Thanks for that - we're getting it to fail now, too. We're working on the fix, and will keep you posted. Thanks again, Mark Mark Birbeck ...
Hello Mark, Always wanted to use this XPath function local-name(), now I know when. Who says its to late to learn! Kind Regards Francisco ... From: Mark...
Hello Mark, The forms below causes IE to crash at least on mine. Perhaps its related to the bind problem sent earlier. While you have fixed the relative path...
Hello Group, How best to bundle my extensions with FormsPlayer. Currently I do the following 1) Install FormsPlayer.msi 2) Install FacileExtensions.msi From my...
The following code is a cut down version of my code. I am trying to make the unitprice be readonly, however what is happening in this code is that everything...
Change: <xforms:bind ref="/order/soaps/item/unitprice" readonly="true()"/> To: <xforms:bind nodeset="/order/soaps/item/unitprice" readonly="true()"/> and it...
Hi, Can anyone tell me what is wrong in this code. When i click on 'Insert' button i m getting this error. i m trying to insert new elements into the instance....
Hi Samu, ... In FormsPlayer you need to prefix the XForms functions with the XForms namespace, for example, xforms:index(), or whatever you have used as the ...
Hi, Please help me... In this form i have insert button. After clicking on button it is inserting new element into instance. But after inserting i want to set...
ok...i m able to solve that problem. Thanks, Samu __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable....
Hello Group, Thought about using XForms with SMIL 2.0 (Well Microsoft HTML+TIME). Below is an example to get you'll started, I leave to your imagination. There...
Hi, I'm new to FormsPlayer and I'd like to know if exists a way to change the width of an input control, and also font-style and size within the control. ...