Occationally, when a user clicks through the tabs of an SSTab, some text fields, either inside the SSTab or outside, loose the ability to be edited. Then, if they pick a screen without an SSTab on it, the fields are enabled again.

Has anyone heard of a bug in tabctl32.ocx which acts like this?

As a work around, I needed to place the following code in the SSTab_Click section :

if SSTab1.Visible = True then SSTab1.SetFocus
DoEvents

I would rather find out whats wrong.

Any help would be great.