Master Detail- Master on page 1 -Detail on page 2
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 ?
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
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 ??