Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Scanning with a table control

Former Member
0 Likes
455

Hello,

we have to scan the serial numbers in the warehouse and I´m using a table control where the numbers must show up. How can I tell the field in the table that tabulation must be automatic ?? I don´t want the user to press a button, use the mouse or press the touch-screen to position the cursor in the next field.

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
398

A Scan usually comes with an ENTER key, so you can code based on that. Just define a OK_code for ENTER, and check in the PAI, and set the cursor appropriately.

Albert

Read only

Former Member
0 Likes
398

done