G
Guest
I am attempting to construct an inventory system that captures a string of
numbers via a barcode scanner. Within the number string is several pieces of
data. I need to separate the number string (i.e. first 4 digits in one field,
next 3 in another) automatically so that as the scanner reads the number
string it is separated for interpretation. I've seen this type of thing
happen when inputting data into web pages. For example, when typing a SSN or
phone number the cursor automatically advances to the next field. Please help.
Thanks.
numbers via a barcode scanner. Within the number string is several pieces of
data. I need to separate the number string (i.e. first 4 digits in one field,
next 3 in another) automatically so that as the scanner reads the number
string it is separated for interpretation. I've seen this type of thing
happen when inputting data into web pages. For example, when typing a SSN or
phone number the cursor automatically advances to the next field. Please help.
Thanks.