FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour problem with Barcode (zebra) no Html no web . resolved
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
problem with Barcode (zebra) no Html no web . resolved
Posted: Mon Jan 15, 2024 01:12 PM
This morning a print some labels and I have problems

I USE REQUEST FWZEBRA and compile with hbzebra.lib

I have this result



the source code is
Code (fw): Select all Collapse
@ 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
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: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: problem with Barcode (sebra) no Html no web
Posted: Mon Jan 15, 2024 10:55 PM

nBackcolor what color du you have here?

EAN cod not corret.

Please post some to see.

EAN 13

12 characters + Check Digit (1 digit)

Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: problem with Barcode (sebra) no Html no web
Posted: Tue Jan 16, 2024 08:34 AM
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 .... :))))))



I always forget something
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