Click to See Complete Forum and Search --> : How to control the sequence of Tab key for the input text box.


wky086
May 23rd, 2001, 10:03 PM
Hi here I have ten text box and some button.
Because some of then I change and modify latter. So when I use the TAB key, it can not go in the order I want.It was mixed up. How can I assign the TAB sequency to the ten box.

Millions of thanks in advance

wky086

cksiow
May 23rd, 2001, 11:12 PM
check the property .TabIndex of the textbox or button.

setting the .TabIndex = 0 means it is the first .TabIndex = 1 the second and so on

HTH

cksiow
http::/vblib.virtualave.net - share our codes

Razvan
May 24th, 2001, 01:17 AM
In each text box you have the TabIndex property.
So, use this property to set the Tab sequence with values, to give you the order you want.First is zero, next is 1 and so on...