|
-
Mar 31st, 2000, 04:47 AM
#1
Thread Starter
New Member
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.
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
|