- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
would use a script on the exit event of the 3rd field which checks the previous two fields and refocus on the 3rd field as long it also has been filled.
if (!Textfield1.isNull && !Textfield2.isNull && this.isNull) {
xfa.host.setFocus(this.somExpression);
}
Views
Replies
0 Likes
Total Likes