修改时间 11-07-2019 11:48 PM
labview中,如何实现,通过键盘上的left键和right键来移动光标在不同输入控件或者表格单元格,就像Excel表格一样???
In labview, how can I use the left and right keys on the keyboard to move the cursor on different input controls or table cells, just like an Excel spreadsheet???
修改时间 11-08-2019 01:23 AM
Hi trribian,
use an event structure to detect key press events, then set the focus of those controls as needed.
Why don't you use the tab key?