I need a number shown on a form in order for customers to trace later. That number field should be designed add 1 every time it is open. no duplicate.
Please let me know how to do it
Thank you all for helping me
I need a number shown on a form in order for customers to trace later. That number field should be designed add 1 every time it is open. no duplicate.
Please let me know how to do it
Thank you all for helping me
this.getField("ID").value++;
You see, in order for every form to have a unique number, that's an incremented value, that number has to be centrally managed. There are lots of ways to do this, but how it's done depends entirely on how the form is distributed and used.
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]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script