Image preview
We are printing a number of reports onto preprinted paper. We have the
preprinted forms saved as gif files and using a page style to show on the
preview. I am wanting to show the image on the preview screen, but only
print the data to printer. Does anyone know how to do this.
Thanks in advance,
Nick
preprinted forms saved as gif files and using a page style to show on the
preview. I am wanting to show the image on the preview screen, but only
print the data to printer. Does anyone know how to do this.
Thanks in advance,
Nick
This discussion has been closed.
Comments
preview, but not send it to the printer. My image is stretched to fill the
pageStyle of the report. Here is how I did it:
In the BeforePrint event: (variable names changed to protect the
innocent...)
PageStyle1.Visible := (ppReport1.DeviceType = 'Screen');
This method worked great for me.
Jennifer Graeler