
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).