PRINT TO oPrn....AS BARCODE TYPE

Post Reply
User avatar
Silvio.Falconi
Posts: 7187
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 9 times

PRINT TO oPrn....AS BARCODE TYPE

Post 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
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
karinha
Posts: 7963
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil
Been thanked: 5 times
Contact:

Re: PRINT TO oPrn....AS BARCODE TYPE

Post by karinha »

Hello, Choose font and install in your windows tray.

https://fontmeme.com/fontes/fontes-codigodebarra/

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
Silvio.Falconi
Posts: 7187
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 9 times

Re: PRINT TO oPrn....AS BARCODE TYPE

Post by Silvio.Falconi »

karinha wrote:Hello, Choose font and install in your windows tray.

https://fontmeme.com/fontes/fontes-codigodebarra/

Regards, saludos.
??????????????

I mean fwzebra.prg and the comand as I wrote on my message
I ask not fonts barcode
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
karinha
Posts: 7963
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil
Been thanked: 5 times
Contact:

Re: PRINT TO oPrn....AS BARCODE TYPE

Post by karinha »

Sorry Sílvio, I misunderstood the translation. Am sorry.

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
cmsoft
Posts: 1300
Joined: Wed Nov 16, 2005 9:14 pm
Location: Mercedes - Bs As. Argentina
Has thanked: 1 time
Been thanked: 3 times

Re: PRINT TO oPrn....AS BARCODE TYPE

Post 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
User avatar
Silvio.Falconi
Posts: 7187
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 9 times

Re: PRINT TO oPrn....AS BARCODE TYPE

Post 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
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
karinha
Posts: 7963
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil
Been thanked: 5 times
Contact:

Re: PRINT TO oPrn....AS BARCODE TYPE

Post by karinha »

Silvio, mira se ayuda:

https://forums.fivetechsupport.com/view ... c9#p239345

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
Silvio.Falconi
Posts: 7187
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 9 times

Re: PRINT TO oPrn....AS BARCODE TYPE

Post 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
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Post Reply