How to print text on gray background?

Post Reply
mosh1
Posts: 129
Joined: Sun Oct 09, 2011 3:50 pm

How to print text on gray background?

Post by mosh1 »

Hi! I am trying

Code: Select all

oPrinter:FillRect({nRow,nCol,nRow+50,nCol+150},oBrsh)
but it overwrites the text. Thanks
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Re: How to print text on gray background?

Post by Marc Vanzegbroeck »

You have to print the text AFTER printing the fillrect.

Sended with Tapatalk
Regards,
Marc

FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Post Reply