|
-
May 23rd, 2001, 10:03 PM
#1
How to control the sequence of Tab key for the input text box.
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
-
May 23rd, 2001, 11:12 PM
#2
Re: How to control the sequence of Tab key for the input text box.
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
-
May 24th, 2001, 01:17 AM
#3
Re: How to control the sequence of Tab key for the input text box.
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...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|