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

Forms

JohnDoyle
Registered: May 3 2007
Posts: 26

I have created an order form using Acrobat and I now need to create a field which will automatically generate sequnetial numbers when printing a number of copies(these would act as order reference numbers). Can this be done using acrobat? And if it can, can I get step by step advice? Thanks

My Product Information:
Acrobat Pro 8, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
As a matter of fact this can be done.
The following instructions assume this is a LiveCycle form

1. Place a "count" field on the form.
2. Add initialization code to set an initial number
3. In the pre-Print event add this code

this.rawValue++;

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