I'm trying to get the reset button to clear the dirty flag so that the form doesn't prompt for saving after hitting reset.The Acrobat javascript is: this.dirty = false.This line doesn't work in a Designer form and I can't seem to figure out the SOM to change this document flag in a Designer form. An...
Is there anyway to make a single text field password protected rather than the whole form? I need some areas of my form to be locked but not the entire thing.Thanks in advance!
Hello All,I would like to create a check box which when clicked would strikethrough (RedLine)the value of a text field. I have the following FormCalc on the Click event of the check box.form1.#subform[0].myfield.font.lineThroughAny suggestions would be appreciated. Thank you!Angie
I have an XDP file (data with pdf references) on a local web server and I would like to be able to render the PDF (with the data) with Acrobat Reader within my browser (Internet Explorer). In the browser it just shows the xml of the XDP file when I use the url http://localhost/webservice/Forms/test....
Dear all,I am using Designer 7.0 to create forms, where the content is sent back via eMail and, after review, imported to a wepage.Due to multiple languages on the site, encoding="ISO-8859-1" is mandatory.Unfortunately I am not able to generate a PDF which sends back data in xml-format in this encod...
I have been using the scripts from the Purchase Order sample that work with the Country and States/Provinces drop down lists and have modified them to fit my needs. The scripts work great. However I have a drop down list that is in a repeating sub form and the only the drop down list in the first oc...
Is it possible to display border on the PDF and not print on the output for Text Field??? What settings and/or scripting I need to get this working? A sample form is really appreciated.
I created a PDF form using LiveCycle. I want to put this form on my website so that when my users fill it out, the data goes into an online database. At the end of each month, I would like to be able to export this database as CSV for reporting purposes. How do I go about in setting this up. Please ...
We are trying to import data from a text file into fields in a form using the importTextData method for the Doc object. The script we are using looks like this:var doc = event.target;var returnCode = doc.importTextData("datafile.txt",0);The text file "datafile.txt" contains tab separated values in a...