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

Postioning Cursor On First Fillable Field Upon Opening pdf form

jkeely
Registered: May 7 2010
Posts: 8

How can I automatically postion cursor on first fillable field upon opening pdf form?

Thanks!

John K

John K

My Product Information:
LiveCycle Designer, Windows
radzmar
Expert
Registered: Nov 3 2008
Posts: 1202
Use the setFocus method for this purpose.

Select the desired form field and put this script into the docReady:event of the field.

xfa.host.setFocus(this);

radzmar
LoveCycle Blog
Documents you need:
LiveCycle Designer ES2 Docs

jkeely
Registered: May 7 2010
Posts: 8
Thanks for yout help and time. I appreciate it!

John

John K