Tabbing thru the tab control (not to be confused with tiptoeing thru the tullips) 
Author Message
 Tabbing thru the tab control (not to be confused with tiptoeing thru the tullips)

[VB4-32 bit] I have a form with a SSTab control on it with 2 tabs. For some
reason I can't understand, I can tab to the controls on tab(1) from tab
(0). The control doesn't actually switch to tab(1) but I can tab thru the
controls, guess which one I'm on and enter data into it without even seeing
it. This is not good. Am I missing some property setting or something else?
Thanks much for any assistance...

Eric



Wed, 15 Sep 1999 03:00:00 GMT  
 Tabbing thru the tab control (not to be confused with tiptoeing thru the tullips)

There is a knowledge base article describing this problen. Basically, the
tab control is supposed to set the TabStop field to FALSE for fields not on
the current tab but doesnt if any of your controls are from OCXs. To fix
this, you must manually set the TabStops fproperty in your tab click event.



 For some reason I can't understand, I can tab to the controls on tab(1)
from tab

Quote:
> (0).



Sat, 25 Sep 1999 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Tab thru controls using ENTER?

2. Preventing movement thru tab pages

3. Tabbing thru Db fields; text selected

4. Masked Edit COM control appears only on first tab page of tab control in VB.NET

5. Tabbing through controls on a tab control

6. tab control - loading controls onto tabs in runtime

7. Tab control & Control on a tab

8. How to set the current tab in Tab control of MS COMMON CONTROL

9. Special Tab Control similar to tab control in MS outlook

10. tab bars do not match tab page

11. Tab stop ranges not unique in tab panels!

12. Help File - Opens on Find tab not Contents tab

 

 
Powered by phpBB® Forum Software