Re: Scanner

2000-07-31 Thread R.B. Gurung
sday, August 01, 2000 1:40 AM Subject: Scanner > Hi, I'm doing a web project using a hand held scanner that reads barcodes. > I don't have the scanner yet and I was wondering if anyone has any > experience with one of these. I need to know what sort of event is > triggered

Re: Scanner

2000-07-31 Thread Arun Thomas
Most barcode scans also tend to be number oriented - there are coding schemes that allow letters, but the basic translation is into a number. Your scanner will probably be responsible for transforming the barcode into an (alpha)numeric string, which will be the value inserted in the web form

Re: Scanner

2000-07-31 Thread Louis
I try the hand-held scanner b4, it just like a keyboard but it will automatically fill in the number for you. - Original Message - From: "Gutman, Larry" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 31, 2000 10:51 PM Subject: Re: Scanner > I

Re: Scanner

2000-07-31 Thread Gutman, Larry
I believe it just fills in the text just as if you were typing it in. At least that is my experience. There is no special action that is done. -Original Message- From: Hu Jeff [mailto:[EMAIL PROTECTED]] Sent: Monday, July 31, 2000 4:00 PM To: [EMAIL PROTECTED] Subject: Re: Scanner

Re: Scanner

2000-07-31 Thread Hu Jeff
:11 PM To: [EMAIL PROTECTED] Subject: Scanner Hi, I'm doing a web project using a hand held scanner that reads barcodes. I don't have the scanner yet and I was wondering if anyone has any experience with one of these. I need to know what sort of event is triggered when the barcode is sc

Scanner

2000-07-31 Thread Philip Moschovas
Hi, I'm doing a web project using a hand held scanner that reads barcodes. I don't have the scanner yet and I was wondering if anyone has any experience with one of these. I need to know what sort of event is triggered when the barcode is scanned into a textbox. I need to get a ju