> I wish to insert in my project a vi containing string controls. That
> is supposed to read data using a PS2 scanner( parallel with
> keyboard)and close when last control was read. Can I find a way so ,
> when vi starts execution, cursor to be on the firs control. Then , can
> I control the order they are filled? Now I have to position manually
> on the first field, and the next fields are updated in the order I
> created them.
>
I think you want to look at using the Key Focus Property. It is a
Boolean that you set to True to make that control gain the keyboard
focus. It sounds like you want to set it to True on one control, then
after so many keys go to that control, set it to another control, etc.
You may also want to set the strings to update
after each key is received.
Greg McKaskle