ke to programmatically hide/unhide tab control pages in Labview 6i and haven't been able to figure out how to do it. I see in the properties of the tab control, under advanced, you can hide pages, but in the property node, there is no "hide page" property.If you create a property node for the tab control and select the pages property, you get an array of references to the elementary pages of the tab control.
Among the properties of this array elements you will find the enabled and visible state of the page. I attach a simple vi for setting on and off the visible property of one page.
Roberto