How to add Watermark to each copie pages ?
Hello,
I'm printing labels (2*8) sheets. All labels does have unique QR Codes.
My customer needs to have copies of these sheets (1 label stuck Outside the product, another one stuck inside the product).
I want to add watermarks to all copy pages. How can I do this ?
Thank you
B.R.
St?©phane WIERZBICKI
I'm printing labels (2*8) sheets. All labels does have unique QR Codes.
My customer needs to have copies of these sheets (1 label stuck Outside the product, another one stuck inside the product).
I want to add watermarks to all copy pages. How can I do this ?
Thank you
B.R.
St?©phane WIERZBICKI
Comments
or before page's printing in the TfrxReport.OnPrintPage
For me this only works when commenting out these lines:
frxReportInternal.Preview.Lock;
frxReportInternal.Preview.UnLock;
Otherwise it crashes in the .Lock line.
This is FastReports 6.x Embarcadero edition in 10.4.2. The report is on a data module but preview works as expected when these lines are commented out.
Any clue why this crashes with an access violation?
Exception of class $C0000005 with message 'access violation at 0x00b3c969: read of address 0x00000000' occurred.
And how to get the memo to the background instead of the foreground?