problem with Barcode (zebra) no Html no web . resolved

Post Reply
User avatar
Silvio.Falconi
Posts: 7136
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

problem with Barcode (zebra) no Html no web . resolved

Post by Silvio.Falconi »

This morning a print some labels and I have problems

I USE REQUEST FWZEBRA and compile with hbzebra.lib

I have this result

Image

the source code is

Code: Select all | Expand

@ x, y PRINT TO oPrn TEXT ctext AS BARCODE TYPE cBarcode ;
         SIZE nlarghezza-nColonna, nAltezza CM BARSIZE nlarghezza ;
          COLOR CLR_BLACK,nBackcolor
where is the error ?
I tried with many type of barcode
Last edited by Silvio.Falconi on Tue Jan 16, 2024 8:48 am, edited 1 time in total.
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 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
Otto
Posts: 6403
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 24 times
Been thanked: 2 times
Contact:

Re: problem with Barcode (sebra) no Html no web

Post by Otto »

nBackcolor what color du you have here?
EAN cod not corret.
Please post some to see.
EAN 13
12 characters + Check Digit (1 digit)
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Silvio.Falconi
Posts: 7136
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

Re: problem with Barcode (sebra) no Html no web

Post by Silvio.Falconi »

Otto wrote:nBackcolor what color du you have here?
EAN cod not corret.
Please post some to see.
EAN 13
12 characters + Check Digit (1 digit)
you're Right
I decided to change barlib for the new fwbarcode barcodes because in barlib we don't have the new qr type codes

to do a demo I think I need to set TExt for each type of barcode in order to be able to print it correctly every time


the nbackcolor must be white .... :))))))

Image

I always forget something
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 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