Tab control page

A

Ashley

Hi,
Can the tab page be disabled to prevent user from going from tab to tab? I
have command button that control where the next control will be.

Thanks
 
R

Rick Brandt

Ashley said:
Hi,
Can the tab page be disabled to prevent user from going from tab to tab? I
have command button that control where the next control will be.

If you are providing other means to change pages then just set the TabStyle to
"None" and the tabs will not even be displayed.
 
Top