barcode check

Post Reply
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

barcode check

Post by Marc Vanzegbroeck »

Hi,

In by program, the customer can scan barcode's and create automatically invoives, scan customer cards, print labels,...

Normaly it's EAN13, but a costomer of mine have scanned a barcode on an article something like '0WTU118C02699'.

How can I determine what type this is?
Regards,
Marc

FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
AntoninoP
Posts: 347
Joined: Tue Feb 10, 2015 9:48 am
Location: Albenga, Italy
Contact:

Re: barcode check

Post by AntoninoP »

maybe a code 39 or a code 93? I don't know much bar codes with alpha numeric
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Re: barcode check

Post by Marc Vanzegbroeck »

Thank you,

I was wondering if there was a FW-function to detect the codetype.
AntoninoP wrote:maybe a code 39 or a code 93? I don't know much bar codes with alpha numeric
Regards,
Marc

FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
User avatar
vilian
Posts: 795
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

Re: barcode check

Post by vilian »

I only know a way to detect if the codebar is EAN8, EAN12, EAN13 or EAN14, because these types have a verify digit.
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Post Reply