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

cursor position in a form

partTimer
Registered: Feb 26 2008
Posts: 2

Can anyone tell me how to position the cursor in a field so when the form is first opened the user can begin typing in a text field?

Thank you.
Martin

My Product Information:
Acrobat Pro 7.0, Windows
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4308
Both AcroForms and LiveCycle Designer suppor the "setFocus()" method.

AcroForms:

oField.setFocus();

LiveCycle Designer:

xfa.host.setFocus("")

George Kaiser