One Cross for customer - how?
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
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?
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