Click to See Complete Forum and Search --> : Barcode


Kamy
06-25-2001, 12:06 PM
I need help to create barcodes for the unique id that I had given to my data.
This id is auto generated. Now I need Barcodes for the same id number with
a letter like A, B , C in front of it like:

A67762

A24382

B99865

Can some one please help me as soon as can I need 2025 Barcode lables.

I have cuecat scanner and 3of9 barcode font. How do I create from foxpro
database. Please help.......... I Thank you so much.

Jim Livermore
06-26-2001, 06:54 AM
Assuming your unique id is an integer:

"*"+"A"+ALLTRIM(STR(uniqueid))+"*"

placed on your report or label with your 3 of 9 font applied should give
you a scannable barcode. Replace the "A" above with your A,B,C as
appropriate. Don't know a thing about the Cuecat.

Kamy wrote:
>
> I need help to create barcodes for the unique id that I had given to my data.
> This id is auto generated. Now I need Barcodes for the same id number with
> a letter like A, B , C in front of it like:
>
> A67762
>
> A24382
>
> B99865
>
> Can some one please help me as soon as can I need 2025 Barcode lables.
>
> I have cuecat scanner and 3of9 barcode font. How do I create from foxpro
> database. Please help.......... I Thank you so much.

--
Jim Livermore http://sites.netscape.net/livers1/homepage
J & J Electronics
These opinions are my own and that of the company - I am the company.
For targeting purposes: Lat: 42° 32' 34" N Lon: 75° 53' 42" W