12-16-2008 04:46 AM
I have a text input box that appears to the user for information to be entered - this will be done via a barcode reader, however it does not work because in order to enter the text (barcode) a user must select the string control box where the text is to be enter - my question therefore is how do I automatically select the text entery box, pressing the tab key also works so is there a way of sending the {tab} command to the VI?
Thanks
Solved! Go to Solution.
12-16-2008 05:26 AM
If your question is how to attribute a focus to your control, the solution is a proprity (right click on your control>>create>>property node>>Keyfocus).
Cdt
12-16-2008 05:28 AM
You can find some discussion about sending keys by searching this forum. I found a useful download here (in this discussion thread). You could also set the focus to your string control with a "KeyFocus" property node.
Jim