I have an inspection form that populates a single text box from mulitple drop-down values. I have no problems saving the presence of all the hidden pages, expect for the page that contains the script that populates the single text box. This form has to be certified, so I have to preserve scipting ...
I have a form created in livecycle. Everytime I go to make a change in the form, even when deleting something, a whole page gets added to the document. It is a blank page added before the form. So in thumbnail, it looks like two pages. When I try to delete the first page, a window tells me that the...
Hi all, I have a simple question ... In ES2 and ES2.5 we can define variables as configuration parameter, which is very very useful.I'm asked to do a project on livecycle ES (8.0), with Workbench ES and after reading a lot of documentation, it seems that this feature was not available in this versio...
Hello, keep getting this only error when testing the screenshare application with the LCCS SDK:"Access of possibly undefined property originalScreenPublisher"Do you have an idea of what I may be missing?Thanks,
Hi, all, I have a dynamic pdf that adds another subform on a button click. I want the "Item #" to increase on each subform, ie "Item #1", button click, new subform "Item #2" etc. How can I do this?Please explain the script slowly, JavaScript is not my friend.....Thanks.
Hi,I use a function in my scripting object to control my flowed, repeatable subforms.Each subform contains a CheckBoxform structure: page 1 mysubform 1 (flowed, repeatable subform) CheckBox mysubform 2 (instance number "2") ...
I have the following checkbox code:if (this.rawValue == 0){ hc1.value.integer.value=0; hc2.value.integer.value=0; hc3.value.integer.value=0; hcgray.presence = "hidden"; sfrhc1,value.integer.value=1; sfrhc2.value.integer.value=1; sfrhc3.value.integer.value=1; sfrhcgra...
Hi,I'm making a form that only allows the user to see one page at a time, and to navigate via Next>> and <<Return buttons. There's no problem going from Page1 to Page 2, but when I navigate from Page 2 to Page 3, it takes me to Page 3 but also shows a blank page above it (showing only the info from...
Hello!I'm trying to create a simple timesheet form in Designer but things don't seem to work the way I expected.I have two Time fields where users are supposed to inform start and end times for a task. A third time field should display the elapsed time.So I tried to solve this with FormCalc:var inte...
Hello,I'm very new to LiveCycle Designer, and I'm getting the error message: "Script failed (language is formcalc; context is xfa....Error:syntax error near token '(' on line 3 column 0.I'm simply adding some numeric fields together. The calculation works fine but I want to get rid of this error mes...