Answered
I'm relatively new to coding and wondered if anyone can help me. I'm using livecycle designer 8.2 and acrobat 9 pro
I'm looking to print a batch of forms (about 1000). I am looking to have a unique serial number be displayed on each seperate form in a text field which increases by one as each page is printed (e.g. RK0001 to RK1000)
Can anyone supply a script that will cover this
this can be be done with a for loop.
Assuming you have a numeric field "Serial" in your form on a subform called "Page1", your form hierarchy should look like this:
form1
Masterpages
...
Page1
Serial
...
When you know the structure of your form you can access the field "Serial" directly from Acrobat's console window with:
num{'RK'9999}
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs