Is it possible to have the caption aligned one way and the field aligned another?I have a text field, and I want the caption to be aligned flush right and the text to be aligned flush left.
Hi I am trying to use the FormService from ES2 using servlet / JSP (java/EJB) client to invoke it. I see following exception.I observed that if the xml data passed is reduced in size then I don't get this error (strange) , I had tried same sample with 8.2 which was working fine.Any idea?ThanksYog...
I have an automatically numbered text field:var number = this.parent.index + 1this.rawValue = "" + number;I would like this to express as a, b, c, etc. instead of 1, 2, 3. Is that possible?Thanks!
I try to round a tax field, my FormCalc code isRound((Field1 * Field2),2)eg ((570 * 6.05%) the result is 34.49 - it should get 34.5if the result is 34.46 or 34,47 it should round down to 34.45how do i resolve this rounding problemI appreciate any help.thank you
I want the two drop down fields to connect. When I click on the first one and say click business cards, I want the other one to only put sizes for the business cards; when I cilck on Brochures, I want the other one to only put sizes for the brochures. I did a test run with the e-mail submit butt...
Hai all,Could anyone explain me, what is the use of "Document Form" & "Form" variable?And, in which cases they are used?Even after going through the Workbench's Help Document, I could not understand much...Everywhere, I could see only the "xfaForm" variable is used..Aswani.
How do I set up a field to automatically populate based on the enter in a previous field? Example: Choose an employee name -- Automatically display manager name. Thanks!
In a form I created, I would like to use the e-mail button, but I have variable e-mails that the form could go to based on how a certain field is populated? Is there a way to set e-mail button to submit based on how a certain field is populated? Thanks!
I know that in order for a subform to have dynamic elements it in, it needs to be flowed, and the form itself needs to be flowed. So, is there a way to put two flowing subforms side by side? I want to have two columns in my form, but I want each column to be flowed and dynamic.