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

Disable preview and print dialog

edited July 2004 in General
Hi guys,

How do you disable the preview and print dialog from showing up. intead
when calling ppreport1.print it will print right away.

Thank you.

james

Comments

  • edited July 2004
    James,
    look at the ppReport property ShowPrintDialog and set it to false (object
    inspector)
    if you dont want a preview then set ppReport.DeviceType := dtPrinter;
    cu
    marc


This discussion has been closed.