|
-
Jun 10th, 2001, 06:04 AM
#1
Thread Starter
New Member
Micro$oft Tabbed Dialog Control 6.0
Just a quick query for one of the experts out there. When i have an SSTab on my form, is there a property that enables the code to tell which tab is currently selected.
In theory i though it might go something like this:
If SSTab1.AddRecord.selected then
mnufileitem(3). enabled = false
End if
Then the code for the other tab would be:
If SSTab1.ViewRecord.selected then
mnufileitem(3). enabled = True
End if
Anyway i think i got my point across in a roundabout sort of way. Anyone got any ideas?
Last edited by sponger58; Jun 10th, 2001 at 07:45 AM.
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
|