Expand my Community achievements bar.

Auto tab to next field without losing the entered character.

Avatar

Level 1

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

1 Reply

Avatar

Level 10

Hi,

this is properly what you're looking for: Field Tab on Full