Hide Data Tab
I'm wondering - is there a way to hide the data tab in one particular
instance of the designer? Unfortunately, a separate designer that
/should/ have the Data tab is used elsewhere in the same program, so the
da* units do get linked in.
I tried accessing the designer's tabset to remove the Data tab that way,
but it doesn't seem to be populated prior to a ShowModal. And while I'm
able to hide all tabs, the Calc/Design/Preview need to be visible.
Thank you.
instance of the designer? Unfortunately, a separate designer that
/should/ have the Data tab is used elsewhere in the same program, so the
da* units do get linked in.
I tried accessing the designer's tabset to remove the Data tab that way,
but it doesn't seem to be populated prior to a ShowModal. And while I'm
able to hide all tabs, the Calc/Design/Preview need to be visible.
Thank you.
This discussion has been closed.
Comments
See
http://www.digital-metaphors.com:8080/End-User/Designer/How_To...Hide_Notebook_Tab
designer.Notebook.SetTabVisible(0, false);