Not finding what you are looking for? Request a recipe!
I am putting together a form for an inventory and would like to set it up so that if a certain item is selected from a drop down menu, the text field related to the volume of that item is automatically populated based on the selection in the drop down menu. Is this possible through javascripting?
Currently, using xfa.host.importData();, the user must directly select an xml file in a directory of their choice (wherever they placed it). However, the xml file that they will be importing is contained in a .zip file in a folder in the zip named "XML". Is there a way for the user to navigate to ...
How and where can I create a reuseable public function? Even this simple test does not work: form1.subInstructions.Button1::click - (JavaScript, client) ChangeCheckBox1() form1.#variables[0].MyCode - (JavaScript, client) function ChangeCheckBox1() { CheckBox1.rawValue = 1 }
Please describe how you update an entity on the server and then tell the Managed Remoting service to update all of the clients...Note: Using Managed Remoting, NOT Data Services
Hi everyone, I have prepared a pdf form which is for a process with many steps. Each step needs to capture user name of Inputer and verifier from their system. I thought of adding a button, which on click will fill the user name in a text field and date & time of the click in another text field. ...
Hi I am new at this and looking for information/example at how to connect to a SQL database over the net. I have a form that has criteria fields for the data that needs to be populated (ie Company code, yearref). Once criteria selected, a button ("get data") is clicked and the form is prepopul ...
Hi all, I have used multiple digital signatures in my pdf form. For each digi signature field, i have created seperate collections of other fields to be locked. But when i digisign the first signature field, the file attachments also gets locked and i cannot add more attachments to the form. Kind ...
I need to add the total of a repeating table field. The example in Adobe LiveCycle Designer ES2 has not been helpful. Any scripting suggestions would be appreciated. The table I created has a footer which is where the calculation script would go and the body has a repeating row of min 1 to max 10 ...
My form has 2 repeatable subforms. They contain identical sets of objects to hold names and addresses except one SF (called DDSF) has a drop-down for the names and the other (NoDD) doesn't. The plan is for an 'administrator" to enter names and addresses into the NoDD subform repeating the sf as ma ...
I have created a dynamic form with expandable text fields. Before each text field there is a text description of what should go in the text field. When the text field is expanded to a new page I need a line from the text description pasted at the top of the new page.