Changing Tab Control

I would like to change a tab to a different tab depending on a drop box selection

For example I have a Tab Control with 3 tabs, Tab1, Tab2, and Tab3

The Form has a drop box that basically says Tab1, Tab2, and so on.

when a user selects Tab2 then Tab1, and Tab3 are not visible

Is this possibel

No you can’t make tabs (in)visible at run time.

As Daniel says you can’t do it this way. Instead find and older verison of NAV and take a look at form 330 and copy the idea used there.

In case you don’t know what that means… In older versions of NAV, there were no menusuites but one big Main Menu form, with a row of buttons on the side for each functional area and a subform for each functional submenu form, put right over eachother, with the same sizes and positions. When you click any of thsoe buttons, it would make the subform visible that corresponds with the functional area.

Did this help you? If yes, then please don’t forget to “Verify Solution” the post(s) that solved your problem. This credits the experts who helped, earns you points and marks your thread as Resolved so we all know you have been helped. If not, then please post more information about your problem. Thank you.