2007 Nov 26 1:43 PM
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.
2007 Nov 26 6:22 PM
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
2007 Dec 06 12:08 PM