Avatar

Correct answer by
Level 7

On the "full" event of TextField_1 you can use:

TextField_2.presence = "visible";

xfa.host.setFocus(TextField_2);

Be aware that the 21st character will be lost, but the 2nd field will become visible and the cursor will appear there. Is this an option?

View solution in original post