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

Tab Functions

gbollinger
Registered: Dec 12 2008
Posts: 10
Answered

I have 3 buttons at the end of my form "Print" "Save" "Clear". Upon executing any of these I would like the ability not only to execute the command associated with the button but once selected the cursor to tab back to the first tab of the page.

My Product Information:
LiveCycle Designer, Windows
radzmar
Expert
Registered: Nov 3 2008
Posts: 1202
Add the setFocus function in the mouse up event of your buttons.

Example:
xfa.host.setFocus(xfa.form.form1.TextField1);

radzmar
LoveCycle Blog
Documents you need:
LiveCycle Designer ES2 Docs