Hi Guido, After investigating your issue we've found that, on some machines, the version of the MSCOMCTL.OCX file available from our site does not render the ...
Richard Bidgood
richard.bidgood@...
Mar 1, 2004 10:46 am
1164
Hi Alan, as far as I know, the pseudo-format "after" belongs to the CSS2 stuff Microsoft IE is not supporting. But I think a good workaround is to use an...
Karo, You're exactly right, although I would add that xf:alert is better than a workaround! You can put other markup in there too, such as xf:output: <style> ...
Hi Sandeep, Have you tried using xf:input with a boolean data type on the instance data? It should be rendered as a check-box. Regards, Mark ... From:...
Is the formsplayer.com site down today? I've been trying to get into the download folder to verify I have the correct MCSOMCTL.OCX and I'm getting HTTP...
In my form, I am trying to have two select1 elements. The first element will select a single vendor from a list of vendors, and the second select1 list will...
Hi Hawkeye (!), ... You're nearly there - all you need to do is replace the '2' with a test that checks for: vendors that have an @id that is the same as the...
Brilliant! It is 'working' now, but I have to save the data, then reload the form to have the second select1 contents update. Is there a way to do this which...
If the two pieces of information are in different models then you will need to add a 'rebuild' action, since the two items are not going to be in the same...
Hi, I've found a problem when trying to use select 1 as the rendering componenet of a repeat. My model has a nodeset '/mode/rep' that has 2 nodes one with...
Hi all, As part of a financial reporting/Business process package we have integrated XForms (FormsPlayer plus another implementation) with .NET. The goal is...
Hi, I am evaluating the formsPlayer for my client. I noticed the small circular pink fP icon appears with almost every xforms tag. How can I suppress the...
You can't with the "free" version of the player. If you want to eliminate the "fp", you need to "purchase" the product. I asked this same question back on in...
Hi Mingsheng - just wanted to tell you that those logos really bug me too. ( I am teaching a class at Oregon state univ on XML apps) I too was told that I had...
I've been looking into using Style Sheets to define the width and height of a couple of input field - like limiting the width of a State input field. In the...
Hi, I'm playing with FormsPlayer and off-line forms and have a problem with xml-declarations. <xfm:instance id="xforms-inst" src="instance.xml"/> This seems to...
Hello all, Just curious, 382 downloads no comment on this route. It must be working really well ? Kind Regards Francisco The information in this email is sent...
Hello, very new to Xforms, - just read my first book today. However, maybe my brain is just mush, but is there a specific command, or syntax to load the Xform...
Is it possible to ask the model if it is currently valid. I want to use this to dissable the submit control when invalid fields exist in the model. Eg: ...
Hi, It is possible to load an existing XML document into your XForms document. To do this simply use the src attribute on the Instance element within the...
The rebuild action works great with the scenario where there is only one instance of the two select1s on the form. However, I am attempting to do this same...
Hi, When using formsPlayer in SSL connection the 'This page contains both secure and nonsecure items' message is displayed on every page containing XForms...
I had hoped I'd screwed up my xhtml code some how, and I don't rule that out, but everytime I close a perfectly functioning form, I get an abort: iexplore.exe ...
Hi Robert, This one sounds interesting, although I'm not sure I fully understand it! ... Are you saying that there are elements in your instance data with the ...
Mark, I'm attaching the actual form (in zip form) along with the instance data and my css. Your assessment is correct - the <option> part is, I think, giving...
I seem to have created a monster of a form(http://steerpike.akita.co.uk/titus/testform.html) - it exhibits some very strange behaviour. 1) Submitting the...
I've come to the conclusion this morning that my machine is NOT processing events properly. I come by this conclusion because a simple <switch> form is failing...