PDA

View Full Version : tab index



fishtank
April 23rd, 2003, 03:33 PM
i had the problem of when pressing tab, the selection did not go to the button i wanted.

i asked in here but no one knew it.

so here's how:

instancenameoftextbox.tabIndex=1;
instancenameofbutton.tabIndex=2;
instancenameoftextbox2.tabIndex=3;
instancenameoftextbox3.tabIndex=4;
instancenameofbutton2.tabIndex=5;
and so on...

hope this helps...

andr.in
April 23rd, 2003, 03:43 PM
hmm... didn't know that! That'll come in handy one day for sure!
Thx! :)

ahmed
April 23rd, 2003, 04:04 PM
I actually posted a similar thing a few weeks ago :)

thanks for sharing though ;)