- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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
Views
Replies
0 Likes
Total Likes