I want to ask this in JavaScript Corner, but it won't recognize me as a user.
I have two check boxes, one blue, one red. I want the boxes to be mutually exclusive and I want them to display their information in another part of the form that is a text field.
I have another set of check boxes I want to be mutually exclusive (6 of them) and I wish for their information to display in another text field on another page in the document.
I have tried several scripts I found here, but they only work once, and then only the last element is displayed.
Any help would be appreciated.
(This is a great site!)
I am using Acrobat 7 with XP.
Let say you're using traditional AcroForms. To make the boxes mutually exclusive you would give all boxes in a set the same name, but different export values. Then to use changes on the check box for setting a text field, you put a script in the "MouseUp" event of each checkbox.
Hope this helps,
Thom Parker
WindJack Solutions
[url=http://www.windjack.com]www.windjack.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script