Hello everyone ,
i have a question ,
i have an app as you can see in photo , how i can scan sensor1 and move automatically to sensor 2 after scanning without using mouse ? scan sensor 1 jump to sensor 2 same sensor 3 etc , thank you
Solved! Go to Solution.
@Anonymous ,
That is what SetFocus() does (goes to the control and puts the cursor in it)
Hi @Anonymous ,
Use the SetFocus() command on the OnScan of the scanner - you will have to use the Control name (not the field name).
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @Anonymous ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
hello ,
thanks for help - i need navigate between carddatavlaue not screens ,
@Anonymous ,
That is what SetFocus() does (goes to the control and puts the cursor in it)