


Dear All,
For auto tabbing, I used this code in the full event of the text field:
$host.setFocus('Next_Text_Field_Name');
The good thing is that it works but the (bad) thing is that the last key stroke is not transferred to the next field. e.g.: if I entered '12345678' in a 4-char long field, this field will contain '1234' and the next field '678', so the '5' which triggered the setfocus event is getting lost in the way to the next field.
Can anyone have another solution or a trick to solve this.
Thanks
I am using: Adobe LiveCycle Designer ES 8.2.1
Views
Replies
Sign in to like this content
Total Likes
Hi,
this is properly what you're looking for: Field Tab on Full
Views
Replies
Sign in to like this content
Total Likes