One Cross for customer - how?

edited 10:10AM in FastReport 3.0
I have a list of customers. The client want to select several names in dialog (with checklistbox) and then to have a cross-table pro every selected customer, all together printed.
I have tried to put the cross object on the detail (one master for every customer) - it is not possible, no data will be shown at all.
I have tried to reach the batch functionallity from the dialog page, something like
Report.PrepareReport(true);
 Report.showPreparedReport;
But I receive an error message 'Undeclarerd identifier'.
Is it possible to access the TfrxReport object from the DialogPage, not from Delphi?
Is it possible to make a batch printing from DialogPage, not from Delphi?
If not, how to find a solution for this simple task: one cross table for every master-data?

Comments

  • edited 10:10AM
    I can print cross-tab objects that placed on the databand, without problems - just checked it.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.