Page 1 of 1
PRINT TO oPrn....AS BARCODE TYPE
Posted: Thu Apr 06, 2023 11:32 am
by Silvio.Falconi
the barcode print command what types of barcodes does it support ? ie can i have a list because i have to be a combobox with the selection
I don't understand if I have to use fwzebra or not
Re: PRINT TO oPrn....AS BARCODE TYPE
Posted: Thu Apr 06, 2023 12:02 pm
by karinha
Hello, Choose font and install in your windows tray.
https://fontmeme.com/fontes/fontes-codigodebarra/
Regards, saludos.
Re: PRINT TO oPrn....AS BARCODE TYPE
Posted: Thu Apr 06, 2023 12:11 pm
by Silvio.Falconi
??????????????
I mean
fwzebra.prg and the comand as I wrote on my message
I ask not fonts barcode
Re: PRINT TO oPrn....AS BARCODE TYPE
Posted: Thu Apr 06, 2023 12:31 pm
by karinha
Sorry Sílvio, I misunderstood the translation. Am sorry.
Regards, saludos.
Re: PRINT TO oPrn....AS BARCODE TYPE
Posted: Thu Apr 06, 2023 1:09 pm
by cmsoft
With zebra the options are:
"EAN13"
"EAN8"
"UPCA"
"UPCE"
"ITF"
"MSI"
"CODABAR"
"11"
"39"
"93"
"128"
"PDF417"
"DATAMATRIX"
"QR"
The printer class in the Print Barcode method uses a FWER_BarCode class, but I don't know where to look for it
Re: PRINT TO oPrn....AS BARCODE TYPE
Posted: Fri Apr 07, 2023 2:20 pm
by Silvio.Falconi
cmsoft wrote:With zebra the options are:
"EAN13"
"EAN8"
"UPCA"
"UPCE"
"ITF"
"MSI"
"CODABAR"
"11"
"39"
"93"
"128"
"PDF417"
"DATAMATRIX"
"QR"
The printer class in the Print Barcode method uses a FWER_BarCode class, but I don't know where to look for it
I'm trying and I saw there are errors
FWER_BarCode is the ErBarcode class of easyreport, remade by fwteam but many year ago when I made the circular Barcode I saw there are problem with easyreport barcode and I corrected some barcode , now I not remember wich, I corrected some barcode because some they were not read by ordinary bar code readers....
Perhaps zebra class it's right ? or you have to go back to the barlib but then it is not compatible with the command of the tprinter class
Re: PRINT TO oPrn....AS BARCODE TYPE
Posted: Fri Apr 07, 2023 3:40 pm
by karinha
Re: PRINT TO oPrn....AS BARCODE TYPE
Posted: Fri Apr 14, 2023 10:24 am
by Silvio.Falconi
Code: Select all | Expand
local aBarCode:= { "EAN13","EAN8","UPCA","UPCE",;
"ITF","MSI","CODABAR","11","39","93",;
"128","PDF417","DATAMATRIX","QR"}
I would like to know about these types of barcodes need characters or numbers or both
thanks