Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi there, iam developing a simple supermarket application, i have designed a database which stores all the items in the super market, one of the field of the database stores bar-code digits from the products entered into my table.

My question is, how can i print the values or text read by my bar code reader into a text box on my form.

Thanks in advance
Posted

1 solution

Do you have a bar code reader? If you do, simply open notepad and "scan" a bar code. You' ll see that the translated code is typed into notepad (just as if it was entered using an ordinary keyboard). You might need to strip the start and end character (as I have encountered myself which was the pound character '#' ) but that's all. The hard work is already done by the bar code reader itself.

Here some general information on different barcode types and fonts:
http://www.barcodingfonts.com/blog/[^]

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900