LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I place the cursor in a field programmatically?

In my application I have a sub-VI that pops up for user input. The field that the user has to fill in does not have the cursor in it by default. I would like the sub-VI to pop up with the cursor in the field that the user has to fill in. Is there a way to do that programmatically? Thanks for the help.
0 Kudos
Message 1 of 3
(2,433 Views)
Create a property node of the control and write True to the KeyFocus property.
Message 2 of 3
(2,429 Views)
That did it. I was looking too deep for this one for it to be that simple. Thanks again for the help.
0 Kudos
Message 3 of 3
(2,425 Views)