Hello:
I have a form that has a section where a user can select the states that are applicable for processing. For example, a user may check off only 5 of the 50 states that are listed on the form. The business owner wants to maintain the current tabular format of these select state options which is currently in Word format.
There are cases were all 50 states apply for processing. In that case, I want to mimic a functionality that exists in the Word form doc, a “select all” check box. If this checkbox was selected then all of the states that are displayed on the form would self populate with a check mark. This functionality works in Word using some VBA coding. Can this be done somehow in the PDF form? I can't seem to find any info on how this can me done on the Adobe help menu.
Any assistance would be greatly appreciated.
Thanks,
Keith.
The fucntion for setting check box value is "field.checkThisBox()". Look it up in the Acrobat JavaScript Reference.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script