Search the web
Sign In
New User? Sign Up
formsPlayer · formsPlayer Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1892 - 1921 of 2979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1892
Hi there, i want to run a vbscript file without a message. that means if i click a trigger, or a button <xforms:trigger> <xforms:label>save</xforms:label> ...
neo_great_hacker
neo_great_ha...
Offline Send Email
Dec 1, 2004
1:18 pm
1893
hello Mark, Kindly have a look at my code and tell me where i am going wrong. I have made changes as per your suggestions ...i have two instances in my form...
sreeja balakrishnan
sreeja_nair07
Offline Send Email
Dec 1, 2004
3:48 pm
1894
Good afternoon everyone! I'm attempting to post an XForms form to a SOAP 1.2 Web Service but am getting errors :( The server (AXIS 1.2) is complaining that I...
Robert Bateman
rbatemanmi
Offline Send Email
Dec 1, 2004
9:09 pm
1895
Bob, Check out x-port's blog demo, the link is on the main page. With fP 1.1, you can add in any HTTP header. Indeed this demo, does add in SOAPAction. Andy ...
andyh@...
aheydon
Offline Send Email
Dec 1, 2004
11:27 pm
1896
For quite sometime I have been trying to upgrade an XP box to fp1.1 as I need to use the duplicate action and some SOAP headers - all in fp1.1. I keep getting...
pkisuule
Offline Send Email
Dec 2, 2004
4:42 pm
1897
Hi Peter, And what happens when you try to apply one of the newer patches? Regards, Mark Mark Birbeck CEO x-port.net Ltd. e: Mark.Birbeck@... t: +44 (0)...
Mark Birbeck
mark_birbeck
Offline Send Email
Dec 2, 2004
4:47 pm
1898
They seem to apply OK. However when formsPlayer starts up the flash screen shows 1.0.1.1012 - No matter what Patch I apply. 1.1.0.1010 or 1.1.0.1015. The...
Kisuule, Peter
pkisuule
Offline Send Email
Dec 2, 2004
7:57 pm
1899
PROBLEM SOLVED !!! After reading message 1585 I deleted the following key from the registry. ...
pkisuule
Offline Send Email
Dec 2, 2004
8:27 pm
1900
hello I am working on an online examination and i want to display one question after the other using a next button...on a different page...is there a solution...
sreeja balakrishnan
sreeja_nair07
Offline Send Email
Dec 2, 2004
8:31 pm
1901
Using Xforms with web services. Within the soap body, i get a string back from the web service that has xml data. Unfortunately, the xml data is escaped. How...
msaigal
Offline Send Email
Dec 3, 2004
2:31 am
1902
... sreeja, You might try something like this: .. <xforms:switch> <xform:case id="A"> <xforms:input ref="//questionA"> <xforms:label>Question A</xforms:label> ...
Esa Ruokokoski
eskir60
Offline Send Email
Dec 3, 2004
6:52 am
1903
hello , Thanks for the prompt reply. I tried it out on a small set of questions and it worked. But now the problem is that ...what if i have 100 questions....i...
sreeja balakrishnan
sreeja_nair07
Offline Send Email
Dec 3, 2004
11:14 am
1904
... sreeja, In any case you have to write those 100 questions too :) How about describing the questions in simple xml and tranforming to more complex xforms...
Esa Ruokokoski
eskir60
Offline Send Email
Dec 3, 2004
11:44 am
1905
Hi Esa... That is exactly what i want to do...i already wrote an xslt which transforms my xml to xforms ...but all the questions are displayed at the same...
sreeja balakrishnan
sreeja_nair07
Offline Send Email
Dec 3, 2004
11:54 am
1906
Esa/Sreeja, Esa's suggestion is a good one. Also, note that in XForms there are two ways to perform UI switching; one is using the technique described by Esa...
Mark Birbeck
mark_birbeck
Offline Send Email
Dec 3, 2004
12:35 pm
1907
thankyou Mark and Esa, I would have used the first method if the number of questions were few....i alrady implemented his solution and now i will try out the...
sreeja balakrishnan
sreeja_nair07
Offline Send Email
Dec 3, 2004
12:55 pm
1908
... Mark's data driven suggestion looks quite elegant way to solve this common problem. Esa...
Esa Ruokokoski
eskir60
Offline Send Email
Dec 3, 2004
1:05 pm
1909
Sreeja, We'd definitely like to hear about your work. We'll shortly be launching another web-site where you will be able to put your experiences in, as you ...
Mark Birbeck
mark_birbeck
Offline Send Email
Dec 3, 2004
1:40 pm
1910
If you have a large number then I would suggest you extend my 'Wizard' example, and replace all the individual xf:group elements with one xf:repeat. Regards, ...
Mark Birbeck
mark_birbeck
Offline Send Email
Dec 3, 2004
2:01 pm
1911
MessageSreeja, Of late I have been using "IE7" to overcome all the frustrating CSS problems. See here for details and download...
Francisco Monteiro
monte123uk
Offline Send Email
Dec 3, 2004
4:12 pm
1912
I have instance data like this: <p> <date/> </p> I need to put text in <p> or/and in <date>, like <P>Received in <date>1956</date></p> I have the following...
Allison Zhang
wrlcstaff
Offline Send Email
Dec 3, 2004
4:17 pm
1913
Francisco, The only problem with that is you have to add a reference to a JavaScript file. Also, be careful, since although very clever, this particular piece...
Mark Birbeck
mark_birbeck
Offline Send Email
Dec 3, 2004
4:26 pm
1914
hi Francisco thanks for the advice...will download it immediately. :) Francisco Monteiro <monterro2004@...> wrote: Sreeja, Of late I have been using...
sreeja balakrishnan
sreeja_nair07
Offline Send Email
Dec 3, 2004
4:29 pm
1915
Hi, How do I control the display of non-relevant items? Say for example my instance is <person> <maths> <papers/> <grade after="">45</grade> <grade...
Ramakrishnan, Deivana...
vishrat
Offline Send Email
Dec 6, 2004
3:47 am
1916
Hi Deiv, ... You need to set a CSS property to suppress the rendering of non-relevant output: .disabled { display: none; } ... The context for the expressions...
Mark Birbeck
mark_birbeck
Offline Send Email
Dec 6, 2004
1:22 pm
1917
Hi guys. Does anyone know what exactly happens when I upload a file using the upload field created by the expression... <xforms:upload> <xforms:filename/> ...
fct_nvg
Offline Send Email
Dec 6, 2004
2:24 pm
1918
Andy, THANKS for the pointer! I've updated my <submission> element to include the <extension> option. But it appears that I've done something wrong :( Here is...
Robert Bateman
rbatemanmi
Offline Send Email
Dec 6, 2004
7:00 pm
1919
Hello everyone, I've just sent the following bulletin out to everyone who has downloaded formsPlayer in the past, telling them about a new patch. For those of...
Mark Birbeck
mark_birbeck
Offline Send Email
Dec 6, 2004
9:11 pm
1920
Hi, I just downloaded the update. The new branding is much better-- kudos and thank you. I am having a problem with a combobox that I have not encountered...
sgw13
Offline Send Email
Dec 6, 2004
9:31 pm
1921
It appears my install of 1.1 didn't go as planned. So I've wiped formsplayer from my drive and replaced it with the newly released 1.2 release. And to echo...
Robert Bateman
rbatemanmi
Offline Send Email
Dec 6, 2004
9:50 pm
Messages 1892 - 1921 of 2979   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help