Does anyone know how to autosize text to fit within a given area? I know you can set the font size to 0 and use plain text if you generate a 1.6 (Acrobat 7.x) PDF, but that does not work for version 1.5 (Acrobat 6.x) which is the version we generate in. Is there a built in function or trick that I c...
Hello,<br /><br />Is there a way to program a numeric text field that controls the number of instances of a subform? For example, I would like to have a nested subform appear twice in the form if the user enters 2 in the numeric field. But more importantly, I would like to see its corresponding XML ...
To import an XML I use the expression: xfa.host.importData(sFile);sFile is the name of the XML to import.It seems to work well, but on the warning ads tag of the program I always see an error that says that there is a command sequence error(Javascript lenguage; xfa[0] context) and that host don't ha...
I am designing a form with Designer 7.0 whereby the user enters data into repeating subforms. This data is used to populate another form which repeats according to the number of instances created in the first form. I am wanting to create a button on the first form which the user can click so that th...
I am trying to do something that should be really simple. Iam trying use an MXML RemoteObject control to access a java class.This class works fine with data services, so I am assuming I have aconfiguration problem. It does not appear that a call to the javaclass method is being made.Here is my confi...
I am sure this is possible, but for the life of me I cannot figgure out how to do it...<br /><br />I want to have form with dropdown field (name it A) and text fields (B and C)<br />I want the values of A to be populated from an xml file with the stucture<br /><xml><br /> <record><br /> < A>1< /...
I followed the coding suggestion found in the following Topic link to create a multiselect Listbox that saves all its selections to the submitted XML output file.http://www.adobeforums.com/cgi-bin/webx/.3bbda6ea/9In the Listbox initialize event, I use this code:this.ui.choiceList.open = "multiSelect...
Hello,I've been trying for the last several hours to have textfield1 be automatically filled in by the value in textfield2, but still allow the user to change what's in textfield1. I arrange for the value in textfield1 to have type "calculated - user can override" and then under calculate with langu...
I have e-mailed a form to an end user who is getting an error stating that the file has been damaged. I have e-mail this form to people within my company and they can open it just fine. What could be causing this error? Could it be the version of Adobe that they have? Does she need to upgrade? (PDF ...
I have a form that has many subforms whose instances get added or removed depending on user action.Can we do that if I click on reset button, the form returns to its original layout. i.e it looks exactly like it was when first loaded.Thanks