Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

programing barcode reader in clipper 5.x

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
Hi!
Can anyone help.What I need to program barcode reader in clipper ( any lib,proc or so). Thanks in advance!
 
I don't know if I quite understtod your question but a barcode reader handles input over the keyboard, ie. you scan a barcode and Clipper thinks the barcode was typed on the keyboard.
Just so you test it:
mBarcode = SPACE(30)
@ 1,1 SAY "Barcode" GET mBarcode
READ

Once you run this program, the cursor is placed on the GET field. Scan a barcode and a number will appear on the GET field just like as if you typed it.

I know this is too basic but...

Let me know if this solves your problem otherwise post more details.

Sergio Terenas
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top