[RESOLVED] access tab control -hiding one tab and showing the other
Hey,
I've a tab control with several pages. each page has a subform in it.
I need to add a button in one subform that will hide the current page and show a specific page with a subform opened at a certain value.
I guess I need to hide the current page (which I don't how), and then unhide the desired page and open the subform in a certain value (which I know how).
Re: access tab control -hiding one tab and showing the other
What do you mean by "page"? Are you referring to a tab on the tabbed dialog control? If so, you should be able to toggle its visibility property.