FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour PRINT TO oPrn....AS BARCODE TYPE
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
PRINT TO oPrn....AS BARCODE TYPE
Posted: Thu Apr 06, 2023 11:32 AM

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
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: PRINT TO oPrn....AS BARCODE TYPE
Posted: Thu Apr 06, 2023 12:02 PM
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
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: PRINT TO oPrn....AS BARCODE TYPE
Posted: Thu Apr 06, 2023 12:11 PM
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
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: PRINT TO oPrn....AS BARCODE TYPE
Posted: Thu Apr 06, 2023 12:31 PM

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

Regards, saludos.

João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 1344
Joined: Wed Nov 16, 2005 09:14 PM
Re: PRINT TO oPrn....AS BARCODE TYPE
Posted: Thu Apr 06, 2023 01:09 PM

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

Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: PRINT TO oPrn....AS BARCODE TYPE
Posted: Fri Apr 07, 2023 02:20 PM
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
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: PRINT TO oPrn....AS BARCODE TYPE
Posted: Fri Apr 07, 2023 03:40 PM
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: PRINT TO oPrn....AS BARCODE TYPE
Posted: Fri Apr 14, 2023 10:24 AM
Code (fw): Select all Collapse
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

Continue the discussion