|
-
Jan 28th, 2000, 02:32 PM
#1
Thread Starter
Member
I have a SSTab control with 8 tabs. How do I advance to the next control useing the Tab key? I want it to stay on the same tab and when it gets to the last control in the tab, it goes back to the first control and not the control on the NEXT tab!
-
Jan 29th, 2000, 03:42 AM
#2
PowerPoster
You could trap the TAB keystroke at form level, and if the previous control was the last control on the tab you could advance the tab instead
SSTab1.Tab = ?
Better still, you could check out this tip and use it on the last control on the first tab. So when the user TABs again, use above example to move the tab. Easy!
Might work...
------------------
- Chris
[email protected]
If it ain't broke - don't fix it 
[This message has been edited by chrisjk (edited 01-29-2000).]
-
Jan 29th, 2000, 12:35 PM
#3
when the sstab has focus, press the left/right arrow keys!
------------------
Wossname,
Email me: [email protected] 
www.dreamwater.com/tech/wossname/
-
Jan 29th, 2000, 02:59 PM
#4
Thread Starter
Member
How do I trap the Tab Key in the form level?
-
Jan 29th, 2000, 11:10 PM
#5
PowerPoster
Sorry - I just tried my suggestion and it don't work too well. Check out the tip I linked to previously, and see if you can make something of that.
sorry, i'm suffering from chronic denseness at the moment 
Good luck!
[This message has been edited by chrisjk (edited 01-30-2000).]
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
|