Link to home
Start Free TrialLog in
Avatar of wildash
wildash

asked on

Adding new data to barcodes

How does one go about adding additional information to an existing barcode, thereby creating a new, extended barcode that can be read by a keycode scanner?
Is there an ocx control called 'barcodes' that can be utilised for the above?
Avatar of wildash
wildash

ASKER

Edited text of question.
Avatar of wildash

ASKER

Edited text of question.
ASKER CERTIFIED SOLUTION
Avatar of Michelt
Michelt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Mabry also makes a decent barcode OCX

M

Avatar of wildash

ASKER

HI Michelt
thanx for your response
this ocx , what i need to do is my client will fill out fields on a form for an order. Then can i take the info they have entered in the fileds and place it in the bar code ?
the bar code must as each new order is created must be unique to that order.
i have never worked with bar codes so i am new to this area of programming.
because at the moment my client prints out the order then sticks a bar code sticker on that they bought form a stationary shop.

thanx in advance
wildash
There are several types of barcode. There is UPC that is used in grocery stores and Code39 which is used for most alphanumeric printing.

If you get a barcode control from Mabry or some other vendor, you use place it on your form and tell it how big, where, and what the barcode will say. It'll handle the rest.

Leave 1/4" margin on either side of *any* barcode as a "dead zone". Barcodes are designed to read from either end and in a variety of sizes.

Code39 uses * as a control character so make sure any strings you print do not contain *.

A barcode "wedge" reader is normally plugged into the keyboard line and you don't have to do anything to *read* the codes.

Sometimes it's handy to print up a "scan sheet" with responses to common program prompts so the operator can do a lot of the data entry from the scan sheet.

Printing is not hard if you're using one of the 3rd party controls. You print the barcode just like you print the rest of the form. Position it and let it go.

M

Avatar of wildash

ASKER

Thanks for your comments.

Could you please provide me with a complete URL for Mabry or any other vendor where I can download a trial version (or purchase a full version) of the barcode control ?

Many thanks.
Wildash