I have created an Adobe Dynamic XML Form using LiveCycle Designer with many fields / subforms that are ‘visible’ or ‘hidden’ dependent upon the options selected from various Drop-Down Lists. The form has also been save-enabled. Users can successfully complete the form and save a copy with the data t...
Hi, Please refer the above image..Here I want to know if there is a solution for auto adjusting the width of subforms.In above image--I have 3 subfroms wrapped in SubformA..If the name field is blank or null then the Date and Country field should be adjusted in such a way that the Width of the Main ...
I am working in LiveCycle Designer ES2 creating a decision tree that is highlighted in red as you click the Yes and No checkboxes in the document. I duplicated the arrows and made the copies red and then invisible. When the checkbox is checked, the red arrows become visible, when unchecked, invisibl...
So i've spent a while designing a form for a local police department to aid in their reporting. I'm having a strange problem using the addinstance function.Two seperate sections of the form utilize addinstance; witness/subject/victims and the narrative section. Both sections have buttons to add an...
I have created several forms to be used internally at my company. The forms provide information about a job and what is required to be worked on. I have the forms set up to include a submit button and once pressed the form is attached to an email as a PDF. A new email is populated with the attachm...
I'm trying to find a script that will calculate the average (mean) of user-entered data, the user may enter anywhere between 1 and 6 number values. This is what I've tried in FormCalc:var dcount=1;if Row3.Cell6 !=null then (dcount=dcount+1);if Row4.Cell6 !=null then (dcount=dcount+1);if Row5.Cell6 ...
I am trying to confirm that the script below is correct. It is used to create gray italic help text in a field that is null. At times, the caption font changes to italics instead of remaining "normal". Is the line of script in red below correct or should it be: this.caption.font.posture = "normal"; ...
Hi,I have a subroutine which should get any element attribute dynamically, based on attribute name. Simplified version would be as:function getElementAttribute(iElement, iAttributeName) { getElementAttribute = iElement.getAttribute(iAttributeName);}This works good, except that I don't know how to g...
Hi all!I have pdf portfolio with some fillable pdf forms in it. This portfolio is generated via LiveCycle services.All of these pdf forms have equivalent fields. For example: portfolio consists of pdfX, pdfY, pfdZ. And every pdf have fillable field "userName".And it is not convenient for a user to p...
I'm trying to get a calculated value to display to the nearest 0.01%. The forumla is simple: 288/12237 = 2.35%. However, when I set the data pattern to any of the percent options, the only number the calculation returns is 2%. How can I get the value to return as 2.35%?