I'm wondering whether I can constrain an entire chunk of instance data to a particular complex type, instead of having to reference multiple simple types...
Hi All, I am new to XForms and am in the process of implementing some of our web application's forms in XForms. I have seen screen shots of a Calendar Control...
Hi, We have just changed our schemas to use attribute-based typing instead of element- based, i.e. <someElement xsi:type="someType"> instead of <someType/>....
The control renders for me, using the same version of IE. I also have MSXML4 SP2. I don't know if that is relevant. Looking at this example helped me get my...
In the case described below I get my field validated correctly but the formsplayer plugin does not render the Calendar control but renders only a normal input...
Clint, You almost certainly have not installed/registered the Microsoft common controls, mscomctl.ocx and mscomct2.ocx. The MonthView calendar control is part...
I am new to formsPlayer, but know when I am using it. I really don't need (or want) the logo on every control. Is it possible to turn it off? Regards Paul...
I am using a simple Xpath computation to output the integer 'Age' from an entered 'Date of Birth'. Sort of like this (don't laugh at the Age calculation, I...
Dear Clint ! I solved this problem like this: In the model <person> <geburtsdatum> <alter> <person> <xforms:bind id="geburtsdatum" nodeset="geburtsdatum"/> ...
Ben, When you say "adapted", have you made any changes at all? For example, there is no event called "click" - it is called "DOMActivate". If it works in DENG...
... I have indeed; they're doubtless the source of my troubles. :) ... I'd wondered about that. DOMActivate does not seem to work in DENG. I'll try it when I...
... Clint, I'm not laughing :) I tried the exactly same age calculation some times ago and it turned out that there is a bug in days-from-date function in fP:...
Hello Paul, ... The branding can be customised on a per project basis via certificates. For example, you could have one splash-page and no 'control logo' for...
Hi Mark, I think we should have a chat. I am working on a demonstrator for a product that I think could find use throughout UK Government. I might get a chance...
I had really high interest rates on my home loan. I saved thousands of dollars on home payments. And you can too. Interest rates are as low as can be, And Yes...
Hello all, A new patch is available in the download area (1.0.1.1015): <http://www.formsPlayer.com/download/> Fixes include: * resolution of issues with...
II am rtrying to use xsd datatypes and am having mixed results. I think it might be due to namespaces, but the behavior is inconsistent (or my code is a...
I have an ASP application that uses XForms on the client. This works fine on my local machine, but not on a server at my ISP. The reason is that I am creating...
Paul, Can you say <xf:instance src="url_to_xml_file.xml"/> Or pass the XML in (I'm not an ASP person, so this will be syntactically incorrect...) out.write(...
Hi all, Attached is a presentation I gave recently titled "XForms your Flexible Friend". The presentation is about Flexibility in WorkFlow Management. It also...
Robert, Yes, of course. I knew I had just been working too long yesterday ... In fact it is best to have an empty xf:instance in the form and use the XML DOM...
Paul, I'm not quite sure what the problem was, but a new tutorial on our site shows how to extract the data submitted from an Xform, so it might help: ...
In my xml instance I have an optional element <error> (minOccurs="0" in the schema). Is it possible to render a xforms control (i.e. output control) only if...
Hi there, I'm new to formsPlayer and am currently trying to get a successful test form up and running. Formsplayer is installed and working - I've connected to...