G
Guest
I have a tab control each with it's own set of controls. I do not want the
users to be able to select the second and third tabs until certain data is
entered and saved on the first tab. I tried ".enabled = False" and that just
seems to disable the controls on that tab page. What I want it the tab header
to not be selectable (like in VB).
I suppose I could put something in the click event to force the previous
page to appear but I thought that there might be a more straight forward way
to do this.
Kirk
users to be able to select the second and third tabs until certain data is
entered and saved on the first tab. I tried ".enabled = False" and that just
seems to disable the controls on that tab page. What I want it the tab header
to not be selectable (like in VB).
I suppose I could put something in the click event to force the previous
page to appear but I thought that there might be a more straight forward way
to do this.
Kirk