I have seen this question elsewhere but I have not been able to perform this action. I have one master page and a body page. On the master page, I have an image and several lines of text making up a header. I then have a text box with a simple line of text. In a subform, I have several text fields. ...
I have a Designer form that has a year field on page one and the same field on a master page. How do I get all these fields to show the same value when I add or change the value in the field on the first page? An Acrobat form allows one to do this as long as all the fields are named the same but Des...
Hi, can someone please advise me on how to avoid script failure alerts (like the one below), which are generated because certain calculations are being performed before any positive value has yet been set in a numeric field?Here is an example of the calculation:--- form1.SF_CalculationTable.acview[0...
Hi,I have many text fields in my document. When the document opens my script asks for a password. Depending on which password was typed in, I will enable and disable certain text fields. How do I make fields "readonly" using the javascript in Adobe LiveCycle Designer 7.0? I have tried things like:th...
Dear all,In a dynamic form I require to add cosecutive serial no to the dynamically generated fields.How can I do it?If any body can please help me.Thanking youRakesh
Hi gurus!I have created a pdf form with xml data filling in textfields and dropdownlist.Using javascript...var objDataNodes = xfa.datasets.data.form1.subform1.MyData.resolveNodes("Name[*]");var length = objDataNodes.length;for (var i=0; i < (length); i++){ this.addItem(objDataNodes.item(i).value);}a...
Hi, I used to design forms using Adobe Acrobat, I used to write global functions defined on the form level (functions used any field on the form). Now, I want to do the same thing in forms created using LiveCycle desinger 7. I couldn't find where (if it exists) can I define global functions. Any ide...
Dear all,I want a subform to come at the extreme bottom of the last page.Suppose in last page fields are upto middle of the page but the required subform should only come at extreme bottom of the page not to adjacent to the end of the fields.How can I do it?If any body can please help me.Thanks in A...
I need assistance with a pretty lengthy survey I'm creating. I am finding it difficult to find answers on the question/help and in the forums largely because I don't know what the right questions to ask are. I would like to create a survey where the end-uese fills it in and emails it to me. I would ...