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

barcoded form

amin.nas
Registered: Oct 3 2007
Posts: 37

How can I set the 2-d barcode in a form to be refreshed only before printing? Changing between fields is very slow because the barcode is being refreshed after filling each field.

My Product Information:
LiveCycle Designer, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
The barcode field updates with the calculation event. You can modify the code in this event script so that it's blocked until forced by some other event.

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

amin.nas
Registered: Oct 3 2007
Posts: 37
Thank you Thom, that makes sense.

I am new with JavaScript, so I appreciate if you could tell me how to block an event.