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

Print pages with pause between them

edited September 2008 in General
FYI: Delphi 2007 for Win32/RB10.09

Hi all.

I need a little help and/or advices about something I want to acomplish.

I want to print a report within 1 to 3 pages. Nothing complicated. Report
is very simple.

The thing I'd like to do is to ask the user (with a modal form) to press a
button to start printing and pause after finished (the printed page), until
report is finished printing completely.

Should I take into consideration any control like the Printer Device, etc.?
and How could I do that?

Thanks in advance.

Fabio Reynoso

Comments

  • edited September 2008
    Hi Fabio,

    You could try to use the Report.OnEndPage event to show a modal form that
    would essentially pause between each page. You might try taking a look at
    the event tracking examples located in the \RBuilder\Demos\1. Reports\...
    directory. This will give you a list of where each event is firing during
    execution.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.