Hello,
Is there a way to require an entry in a field before allowing the form to be printed?
I have a form that will work for several different functions, but only if one field is changed each different function. I would like to make it mandatory to complete that field before printing as the form will not be valid without that entry.
Thanks!
Rachel
You can also use the "PrePrint" event to do this checking, but it can't be used to stop the printing. About the best you can do with this event is to display a popup message warning the user that the form is invalid.
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