Link to home
Start Free TrialLog in
Avatar of JOHNHO
JOHNHO

asked on

how to stop tabindex ?

like this .

i has 3 text box and 1 command botton.

text 1 is set to tabindex 1 and text 2 set to tabindex 2 and text 3 is set to tabindex 3.

now i want a code to put inside the command botton which when the time i press it, the tab which has stop in text 3 will go directly to text 1 index stop.
so how do i do that ?
ASKER CERTIFIED SOLUTION
Avatar of waty
waty
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of JOHNHO
JOHNHO

ASKER

i do it already but nothing happend
in the click of the button :
text3.setfocus

or use sendkeys "{tab}"