LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

change the pages of a TAB control programmatically

How can I change the pages of a TAB control programmatically, but not by pushing the tabs in Front Panel when program runs?
0 Kudos
Message 1 of 3
(5,481 Views)
Create a property node for the tab control (right-click>Create>Property Node) and select the value property. Change it to write mode and wire the number of the page you want to change to (0=page 1, 1=page 2, etc..)

Brian
Message 2 of 3
(5,481 Views)
100% correct, Thanks 🙂
Matthew Fitzsimons

Certified LabVIEW Architect
LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison
0 Kudos
Message 3 of 3
(5,481 Views)