I have ListView with multiselect := true. I can select couple of items and press PRINT button. Every report has 1 page.
Under PRINT button I have code that is getting data from database etc. and then it makes frReport.ShowReport;
But when I select couple items, and I print them... I see only first report.. Then I need to print it, close it.. and then second report appears.
What should I do to have all those generated pages in one report??