Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Master Detail printing

edited March 2003 in General
I have 1 table as master and 2 tables as detail.

Each page should print one record of mater table
and all records of FIRST detail table related to master record
and all records of SECOND detail table related to master record

SECOND table start printing after FIRST details finish printing its detail
records.

Thanks, Please advice....what to do

Comments

  • edited March 2003
    Create a group in the main report that is set to break on the master primary
    key. Then set this group to be a StartNewPage group in the group dialog.
    The subreports should be set to be child type subreports. The second
    subreport should be set to ShiftRelativeTo the first subreport. Please take
    a look at the main reports demo project in the installation for examples of
    master detail reports.


    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.