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

Help on printing a report in a loop

edited April 2009 in General
Hi, I need help on printing a report that must be printed in a loop (a
dataset scan);
I don't want use the dataset as a "standard" master datapipeline because it
contain a lot of memory tables compressed in blob fields;
So I have to scroll one dataset record, explode and expand memory tables
(detail datasets) in code, and then print the report; all this for all
records (2000-3000); so I obtain several print jobs;
My question is: how I can show one time (at start) the print dialog and then
use selected printer parameters (copie, collate, pages, etc.) for all
reports in the loop?
Thanks in advance,
Stefano Monterisi

Comments

  • edited April 2009
    Stefano Monterisi wrote:


    Have a look at the dmo123 in the RBuilder\Demos\Reports folder

    HTH

    Arno

    --
  • edited April 2009
    Hi Arno,
    all ok; it works.
    Thanks

    Stefano.

    "Arno Verhoeven" ha scritto nel messaggio
This discussion has been closed.