FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Barcode Report
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Barcode Report
Posted: Sun Apr 17, 2016 07:24 PM

How I can add on RptColumn ( TREPORT CLASS) a bar code as I can print a image (image imgdata) or a graph ?

...using oRpt:oDevice

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: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: Barcode Report
Posted: Tue Apr 19, 2016 10:37 AM

Any solution ?

I'm thinking ..... perhaps making an image for barcode and use IMAGE IMGDATA ?

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: 346
Joined: Mon Oct 05, 2009 03:35 PM
Re: Barcode Report
Posted: Tue Apr 19, 2016 11:35 AM
silvio:

print to graph:

Code (fw): Select all Collapse
...
...

aPos:=oPrn:Cmtr2Pix(1.0,12.5)
aSiz:=oPrn:Cmtr2Pix(9.0, 5.0)

...
...

REPORT oRpt TITLE  " "," "," "," "," ","TEMPERATURAS REGISTRADAS HIDRO-COOLER","HISTORICO POR TEMPORADA"," "," "," " LEFT ;
    HEADER oGraph:Print(oPrn,aPos[1],aPos[2],aSiz[1],aSiz[2])  ;
    FONT  Fon1, Fon2, Fon3                                               ;
    TO DEVICE oPrn                                                       ;
    CAPTION "Temperaturas"
...
...


look

SkyPe: armando.lagunas@hotmail.com

Mail: armando.lagunas@gmail.com
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: Barcode Report
Posted: Wed Apr 20, 2016 08:11 AM

sorry but I must report a list of products with his barcodes ,not graph ,,,and I wish use report 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

Continue the discussion