Help on printing a report in a loop
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
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
This discussion has been closed.
Comments
Have a look at the dmo123 in the RBuilder\Demos\Reports folder
HTH
Arno
--
all ok; it works.
Thanks
Stefano.
"Arno Verhoeven" ha scritto nel messaggio