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
George Kaiser
AcroForms:
oField.setFocus();
LiveCycle Designer:
xfa.host.setFocus("")
George Kaiser