Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Image preview

edited February 2002 in General
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

Comments

  • edited February 2002
    I am doing something very similar. I also wanted to see the image in
    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

This discussion has been closed.