Master Detail- Master on page 1 -Detail on page 2

jspjsp
edited 11:22PM in FastReport 4.0
I have the following report

Rec=1
MASTER ( One Record per page - This is a form )
DETAIL ( On second page as a list of records - and can have more than one page - page 2,3,...)
DETAIL TOTALS (On last Page)

Rec=2
.. the same

etc.
When i place the detail band on a new page the fastreport says that is now valid
how can I print a report like the above ?

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 11:22PM
    change your thinking of the design
    first design page1 will have no master databand just memos
    connect the dataset that you had connected to the master band to the report component itsel,
    this will give you the number of times the report is run
    design page2 will use a master databand connected to the detail dataset of the first dataset
  • jspjsp
    edited 11:22PM
    gordk wrote: »
    change your thinking of the design
    first design page1 will have no master databand just memos
    connect the dataset that you had connected to the master band to the report component itsel,
    this will give you the number of times the report is run
    design page2 will use a master databand connected to the detail dataset of the first dataset

    OK this way I can print a <master record > with his details at a time. But how can I print whole master dataset records ??
  • jspjsp
    edited 11:22PM
    OK I Found how to do this. !!!!! >>[img]style_emoticons/<#EMO_DIR#>/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> Thanks a lot[/img]>>>>>

Leave a Comment