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?


Reply With Quote