Page 1 of 1

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

PostPosted: Mon Jan 15, 2024 1:12 pm
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 view

@ 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

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

PostPosted: Mon Jan 15, 2024 10:55 pm
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)

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

PostPosted: Tue Jan 16, 2024 8:34 am
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