LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Place cursor in string control at start of program

How can I automatically place the cursor in a string control when I start my program.
0 Kudos
Message 1 of 3
(2,685 Views)
Use Key Focus. Popup on the string's terminal and select to Create -> Property Node. on the property node popup on it and select Properties -> Key Focus. Wire a true up to it and when it runs (near the start of the VI, I assume) it will move the cursor into the control.

Hope that this helps,
Bob
Message 2 of 3
(2,679 Views)
Thank you for the answer. It works!
0 Kudos
Message 3 of 3
(2,677 Views)