Is it possible to extend the tab order in a form to the next page? I'm not finding any info about how to do this, but when I hit the tab button to go to the next page, it reverts back to #1...
Hello,<br /><br />I was able to create a dynamic form that displays all elements with a certain tagname into a table (inside a 'flowing' subform). But now I want to display not ALL, but a selection (e.g. all <book> elements with an attribute author = jim). How to specify this in the 'Default Binding...
I'm new to the LiveCycle Designer, so please bare with me. I need to design a form that will allow a user to link/attach files. When the user submits the form we would like the form to link to the documents like a hyperlink.Please help the newbie.
Hello,I'm working on a flowchart form for my work, and am having issues getting a date to a) add correctly and b) display only certain portions of the date.I have four fields:CurrentDate - Displays the Current Date in MM/DD/YYYY formatDropDownList1 - Contains a list of projects end users can choose ...
HiI have a requirement where by I need to take an existing interactive pdf and convert it into a non-interactive pdf. I'm using LiveCycle Forms 7.2.I know Forms can render both types of pdf's is it posible to render the form by value and not reference, what I mean is is it posisble to pass the exist...
Is it possible to have a while loop with the or (||) comparison. I've been trying while (x != 1 || 2) and variations such as while (x != 1 || x != 2). When I have just one statement the loop performs as normally, but when I add the second argument it seems to become an infinite loop, I've tested to ...
I have a form where the Client Last Name is bound to a data source. I need to provide a copy of the form to a particular person depending upon which letter of the alphabet the Client Last Name begins with (e.g., Carol gets a copy of forms where the client last name begins with A-G, Karen gets a copy...
I'm trying to do a mileage form in LiveCycle. The mileage rate is .505 and the math rounds up fine when an odd number of miles is used (13, 15, 17 etc) ..so, miles x .505 = xx.xx until the user adds a bridge toll then the sum rounds down.Check out my form and tell me what the heck I'm doing wrong pl...
Unfortunately, I've seen this question addressed several times, but never in the simple instructions needed for someone of my very novice abilities.I am trying to create a Comp/Overtime request sheet, which requires a calculation of time fields much like a timesheet. I have set up StartTime, EndTime...