These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Alert Box When Save PDF

Starsuni
Registered: Aug 18 2011
Posts: 7

Hi All
 
I have created a table with 10 rows and 5 columns. I would like to force the users to field all cells from first six rows. A dialog box will prompt if any cell is not occupied. And no file saving is allowed.
 
Anyone please give me some idea?
 
Thank you very much
 
Kenny

My Product Information:
LiveCycle Designer, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
LiveCycle forms have both "PreSave" and "DocClose" events. However, you cannot use these events to stop either operation. All you can do is warn the user.

To do this you'll need to use JavaScript to write a script that checks the values of all the fields of interest.


Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script