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

highlighted fields

shg2001
Registered: Feb 5 2008
Posts: 12
Answered

is there anyway to change the settings so that when someone load a document the required fields will always be highlighted.....

thanks
SG

My Product Information:
LiveCycle Designer, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Yes, Look in the Acrobat JavaScript Reference for the "app.runtimeHighlight" property. This property coresponds to the "Forms Highlight Color" option in the "Forms" preference panel.

Place this JavaScript code in the "DocReady" event for the form.

app.runtimeHighlight = true;

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