Answered
Hi,
Maybe the subject has been discussed before but I didn't find it. Here's my question:
How do I change the value of a numeric field when a radio button is selected?
Exemple:
I have a yes/no radio button. If the Yes is selected than my numeric field value is 5. If the No is selected than the value is 0.
Thank you!
MyTextField.rawValue = this.rawValue;
Hope that helps,
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script