Is there a solution for Windows XP SP1? Manage Add-ons is available on the IE browser for Windows XP SP2 and is not present on IE in XP SP1. Thanks! Keith ......
I have a scenario where I need to display action buttons to trigger a process for 'adding' nodes to an XForms instance (an 'Add New' button, for instance)....
Yes there is an easy solution. You can set up another instance to record various "states" - temporary variables if you will (x-port's samples are littered with...
Hi Chimezie, ... The most obvious thing would be to place the test on the parent element. The XPath would then be to show the trigger if there is a parent of...
Hi, A problem with using a separate instance to store state information is that it is flat: if the elements whose appearance you want to control (e.g. put...
Hi, I'm a newbie to xforms an I have problems in adding actions to a select1-element. I want to add an action to a select1-element that shows an input-element...
Hi Anne, ... The good news is that XForms was designed to make this kind of thing very easy. You don't need events, since the idea of the XForms model is to ...
Vince, ... Unfortunately, it shouldn't work :) The if() function takes parameters of strings, and also returns a string. So your if() function will straight...
Anne, ... The moment I pressed send on this, I realised that by rights what I have described shouldn't work. The reason is that relevance should inherit. So if...
Hi Vinzo, ... in ... Not really. The reason that some people are suggesting we invent a new function to do this is because the way the if() function *should*...
Dear all, I have a problem with xf:repeat and generating new instance data. My XForms is below. When I click the "Add item" button, a new selection box is...
Hallo, I have a non-mandatory field for which the type is being defined as xsd:integer. So the instance data should be blank (null) or an integer. I use: ...
Hi Jozef, There is nothing in the XForms spec that says required="false()" should override the schema type. The only way of doing this at the moment is to use ...
Hi, To resolve my problem with slow loading of large data sets, I tried to display one data set at a time, as Mark suggested. I basically copied the code from...
Hello, I have a form that includes an event handler inside the xforms:repeat. It seems that with latest versions of formsPlayer (at least versions 1.3.4 and...
Thanks Mark, I tried the examples from the Wiki, but could not get them to work in FormsPlayer. The method only seems to work when using schema-driven XForms,...
Hello, I am working on a form where there are several repeating sets of form controls. I've noticed that with a delete button for a repeating set of form ...
I am trying to submit to web service constructed with Visual Studio 2003. The service apparently mandates a SOAPAction="". That is what is built, sent and...
Hi, I've got a newbie-question to xforms: is it possible to save an xml- instance on a server or is method put only useful to save an xml-file on the local...
Andy, the solution you recommended worked very well. THank you! Doug ... how ... recalculating ... numbers ... software ... program ... program ... software ...
Hi All, I was wondering if anybody had a slick soluton for being able to produce a PDF document from my XForms/xhtml document. I am working on some solutions,...
If you mean that your PDF must be interactive, i.e. that you need to be able to fill the PDF form and submit it, probably the best way is to import the XForms...
Hi... several introductory question(s): 1) I want to run FormsPlayer 2.0 in IE 6.x on a workstation that IS NOT connected to the Internet. It does have access...
Hi John, ... fP:2.0 does have some MAPI support, although it is not yet documented. It's all achieved via xf:submission, but that does mean it is currently...
Hello all, I am still trying to work it so that repeating items in my form can not be erased entirely in the presence of a delete button (see my post on Sept...
Why not create a bind for the delete button that is only relevant when the count of elements is greater than 1? And similarly for the insert button to be only...