Need: I would like to have a button within a subform that allows you to copy all the data (many fields) and then paste it into an empty copy of the subform. Of course the info pasted would fill in all the fields etc.Reason: We routinely need to move subform data from page 3 in the document to page 1...
Are there any known problems with showing / hiding a table column at run time? I have a dynamic table that contains a column with a checkbox, and another column with a radio button. If the user is allowed to select more than one table row (as indicated by a form variable), then I want to show the c...
I am attempting to convince my boss to replace my mini PC with a Mac, as I primarily use Creative Suite, and this tiny little box has a lot of difficulty with it, among other problems.My concern is that I created all of our company forms using LiveCycle Designer, and to my knowledge, this program is...
Hi, I am trying to reset the page numberdynamic page number I am trying to print multiple documents in one report, the requirement is to reset page numbers for every document(to start counting from 1) I don't have control over the size of the document because it is a flow table I am using page cond...
I am using a drop-down box to populate a text field, as in this example. It works fine, but I am having trouble formatting the output. I need to bold only a portion of the text. I don't know very much about scripting, so I am stuck. I tried to connect two strings together, with the JavaScript method...
Hi, I have a form that check for data validation using script. If the "Enable Acrobat JavaScript" is not check at the Adobe Reader, the form data validation will not be executed. How can I solve this problem? Any script to enable the javascript? There is this AddRequirement method for the document o...
I have a workflow which initially checks if the document has been signed or not. However, my functionality doesn't seem to work.We are using self signed digital signatures to sign PDFs. I would like to know what would be the best way to check if a form has been signed ?Thank you in advance.Aditya
I am in the process of creating an on-line application form for our organisation. All the pages (11 in total) are portrait except the last which needs to be landscape. Can you please help me and advise how can I change the orientation of the last page to landscape.ThanksJannie
Hi, all. When my form is opened in Adobe Reader, there is a default purple banner at the top that says: Please fill out the following form. If you are a form author, choose Distribute Form in the Forms menu to distribute it to your recipients.Is there a way that I can suppress this banner? Thanks!Su...
I'm using the following in a validation eventvar MBn = (iSizeN / 1383.27)/ 1024;The result is a digit with around 10 decimal places.1) What do I need to do so that the result is only 2 decimal places?2) How do I then convert the 2-decimal place number to a text string so that I can use it in a messa...