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.
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.