LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tabular Control - Set a tab to default?

My program currently running with tabular control, has 4 tabs, but always starts on tab 3.  Is it possible to redefine another as the default startup tab?
 
Everytime I save and build the file, I make sure to keep it on tab 1 but doesn't help.
 
 
LV7.1, LV8.5, LV2014/15/16
0 Kudos
Message 1 of 3
(3,081 Views)
Click on the tab you want your program to start on.  Then right click on the tab control, and go to Data Operations->Make Current Value Default.

That should solve your problem.
0 Kudos
Message 2 of 3
(3,075 Views)
f you want to make doubly sure, create a local variable of your tab control, and then right-click on the local variable and select "Create Constant". The constant will have the tab names, and you can select the tab you want. Just make sure this bit of code runs at the beginning of your code.
0 Kudos
Message 3 of 3
(3,071 Views)