-
I would like some help with using a SSTab control. I have three tabs, with each tab containing aprx. 30 controls. I would like to keep the tabstops true only on the active tab. I have tried to hard code them(with a HUGE case select), but it still does not function properly.
Any help would be greatly appreciated!!
Thanks,
T. Kolakowski
-
Cluster tabindexes by the hundreds (controls on tab 0 start at 1. Controls on tab 1 start at 100 and tab2, 200) then base your tab stop on the SSTab index in the lost focus area for the last control for that index.
'this would go in the lost focus method for the last control on tab 0.
form.FirstControlForTab.SetFocus