FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Watermark on Printout
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Watermark on Printout
Posted: Mon Aug 20, 2007 09:57 PM

Has anyone tried to implement a watermark on a printout ? If so, would you mind sharing the strategy ? Thanks.

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Watermark on Printout
Posted: Mon Aug 20, 2007 10:01 PM

Tim,

Do you want a text watermark (light gray color, or similar) or an image watermark ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Watermark
Posted: Tue Aug 21, 2007 04:21 PM

My client wants a graphic watermark printed in the background. I was thinking of experimenting with using the graphic as a brush and then filling an area in the center of the document page with that brush object.

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Watermark on Printout
Posted: Tue Aug 21, 2007 10:20 PM
Tim,

I use a watermark on some of my printouts.

I made a BMP-file, containing the watermark (very light gray). The size of the BMP-file is the same size as the paper I use.

I also use the printer class for reporting.

To put the watermark on my paper, I use :

oPrn:SayBitMap(0,0,"..\BITMAPS\OMEDBMP.BMP",cLength,cWidth)


The BMP-file is zoomed to cLength and cWidth. It is put like a film over my paper.

Works very well.

Hope to have helped you.

Good luck.

The

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Watermark
Posted: Tue Aug 21, 2007 10:31 PM

Thats what I assumed. Thanks I will try it.

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit

Continue the discussion