Question from NEWBIE

edited 4:40AM in FastReport 4.0
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!

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 4:40AM
    1 the number of tfrxreport components could be 1 unless you are running batch reports or interactive reports see the programmers manual and the user manual. You will probably never achieve having all reports in one report definition file, it does not make sense.
    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.
  • edited 4:40AM
    Tnx!

Leave a Comment