Hello.
I have 4 input fields on a screen that i have build.
When i'm running the screen, I can move from one field to
another by the TAB button.
I need to set a different moving order that is performed by the TAB button.
For example: the fields are 1,2,3,4. if I use the TAB button to move from one field to another- the order is 1->2->3->4.
I want it to be 1->3->2->4.
Is it possible??
Thanks, Barak.