Rick,
Had a similar need a while ago. Best way I found is to keep track of the
page the is presently open and when the user tries to go to a "disabled"
page, use a local variable of the tab control to send it back to the
"presently open" page. The jump back from the "disabled" page is pretty
quick, so it almost appears as if they just can't open the page.
Hope this helps.
Jim
"RicK." wrote in message
news:506500000008000000284D0000-1023576873000@exchange.ni.com...
> I have a 3 page tab. Is there a way for the running program to enable
> and disable a particular page?