LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sequenced data entry through "tab" button

Solved!
Go to solution

Hello,

 

So I created a lot of numeric, string and enum data input fields and they are all placed in the front panel.

The only problem is that when I start the program,  I want the default cursor position to be in the first field. After that, if the user presses the "tab" button, it should go to the next button and so on.

In my code, it's pretty random and I don't know of any way to change the order/sequence of fields so that the "tab" key shifts the focus to the next field where I want it to.

 

Any help?

0 Kudos
Message 1 of 2
(2,459 Views)
Solution
Accepted by topic author prafullashahi

Go to Edit and select "Tabbing order" to set the Tabbing order for your controls on the front panel.

-----

The best solution is the one you find it by yourself
Message 2 of 2
(2,439 Views)