Avatar

Level 10

You have one of two choices .....you can modify the tabbing order using the tab order tool under View/Show Tab Order or you can leave the tab order as is an programatically put the cursor into the field you want. On the exit event use this code:

xfa.host.setFocus("name of target field");

Paul