Question from NEWBIE
1. Should I use one or more frxReport components per Delphi Project? For example: if I need to print one report with Customers data and another report with Employers data, do I need two frxReport components or I can manage that with separate Pages in just ONE frxReport?
Intention is to have all of reports in one file, not separate file for each report.
2. What components should I store in Delphi Project and what should store in FastReport (ADOConnection, ADOQuery,...)?
Tnx in advance!
Intention is to have all of reports in one file, not separate file for each report.
2. What components should I store in Delphi Project and what should store in FastReport (ADOConnection, ADOQuery,...)?
Tnx in advance!
Comments
2 for ideas on what to store and where look at the main demo project's forms and units.
compile and run the demo and look at the various reports.