Answered
Is it possible to have only the acceptable range of user entered data into a numeric field be displayed?
Currently it has a validation script to check if the value is between a certain range but I would like to only allow the acceptable range fill the field. Anything outside the the acceptable range, the field will remain empty.
xfa.event.change, xfa.event.prevText, xfa.event.newText, xfa.event.selEnd, and xfa.event.selStart
For example, enter this code into the change event for the entry field. It refuses to enter a value greater than 42.
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/]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