Avatar

Level 10

You can use the setFocus method to move to a particular field, something like;

xfa.host.setFocus(Page2.TextField1);        // for Reader 8.1 and later

or

xfa.host.setFocus(Page2.TextField1.somExpression);        // for Reader 8.0 and before