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
PRINT TO oPrn....AS BARCODE TYPE
- Silvio.Falconi
- Posts: 7187
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 9 times
PRINT TO oPrn....AS BARCODE TYPE
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
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
- 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
Hello, Choose font and install in your windows tray.
https://fontmeme.com/fontes/fontes-codigodebarra/
Regards, saludos.
https://fontmeme.com/fontes/fontes-codigodebarra/
Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
- Silvio.Falconi
- Posts: 7187
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 9 times
Re: PRINT TO oPrn....AS BARCODE TYPE
??????????????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
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
- 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
Sorry Sílvio, I misunderstood the translation. Am sorry.
Regards, saludos.
Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
- 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
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
"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
- Silvio.Falconi
- Posts: 7187
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 9 times
Re: PRINT TO oPrn....AS BARCODE TYPE
I'm trying and I saw there are errorscmsoft 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
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
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
- karinha
- Posts: 7963
- Joined: Tue Dec 20, 2005 7:36 pm
- Location: São Paulo - Brasil
- Been thanked: 5 times
- Contact:
- Silvio.Falconi
- Posts: 7187
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 9 times
Re: PRINT TO oPrn....AS BARCODE TYPE
Code: Select all | Expand
local aBarCode:= { "EAN13","EAN8","UPCA","UPCE",;
"ITF","MSI","CODABAR","11","39","93",;
"128","PDF417","DATAMATRIX","QR"}
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
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