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 ...
I have set the tab order to include radio buttons that are in a group, but when running the form I cannot tab into the radio buttons. Is there a reason why I cannot tab into them.Thanks Bill Winter
Hi all.I've recently found a new error that comes up when attempting to import data into a form from a button using xfa.host.importData() on the "click" event.It doesn't seem to matter whether I'm trying to import xml or xdp data it always does the same thing. I get the prompt to select the file and...
I have built a form and I keep getting the message - Wrong Operand Type every time I either try to preview or save to PDF as the file suddenly becomes 90% blank (I can see the content boxes for any date fields in the form and if I click the highlight fields option I can see place holders for all of ...
I am using adobe designer and about two times an hour, it will just crash. Sometimes it crashes and doesn't specify and just closes and sometime i get error message that says "unknown bravo error" and when i hit ok i get another error "a required resource was unavailable" and then it just crashes. I...
Can Text Field object's be made to automatically shrink text to fit when a value is entered?We are trying to migrate from a older different vendor product and we would like to keep/recreate this functionality within Adobe forms. In the older product, we set a global checkbox and it automatically han...