Oops, I'll now answer the rest of your questions:
>>What would be the best way to add barcode scanning/reading to an existing vb6 program.
Most barcode scanners are connected to the Com port. The baud rate, parity, etc. is included in the documentation for the scanner so you can set the port parameters properly.
>>The user can now manually add products once he has defined a category for the product and entered the required
fields into the database.But simply adding a txt field to the existing won't work in this program. Should I create a new form specifically for the barcode reading and work with this? Is this how it's done.
In my POS system at work, the UPC code is stored in another field with the rest of the item data. In the relational DB, if UPC 1 is scanned, the system has access to the Products description, Cost, selling.....
>>I have no knowlege of barcode scanners and would need to do this for a customer. I don't have a way to test it out either, but the customer understands this and will work with me. Any information anyone can provide along with links to sourcecode that you know work,,,, will be appreciated.
See above
>>Also, I have questions on how to create a form which would be read by a scanner. If the product database requires price, sales tax , category etc for each product entered, how would a user be able to scan the product from the vendor into the database? Would a form created have to have all those fields? I am in the dark completely on this.
No. You must have one field in the record that is individual to that item. For instance, an item number. Item number 5585 is related to UPC 0000265523. Thus when 00265523 is scanned, the item number 5585 is called. Then the other fields can be found from this item number. At work, we print all our own bar codes and the UPC is the same as the item number.
Greg
Main Topics
Browse All Topics





by: bingiePosted on 2003-08-30 at 07:26:14ID: 9253983
Check out these links:
fworks.com /upc.htm
e.com/Prog ramming/ Pr ogramming_ Languages/ Visual_Bas ic/Q_20721 710.html
2/index.ht ml
How Barcodes Work:
http://electronics.howstuf
Reading Data From The Com Port
http://www.experts-exchang
To Purchase Bar Code Equiptment
http://www.barcodehq.com/G
http://www.zebra.com
I have programmed many terminals to print and read barcodes with Zebera products.
I can assist with any questions, But the documentation included with the printers/readers are really easy to understand.
greg