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

Master / Detail Problem

edited September 2003 in General
Sorry of my Bad english...

Hi All

I Have Master Detail Report (Based 2 TADOQuery Components)
but not all master records Have Detail records and the Report print only
Master records with Detail Record.

How to set the report to print All Master records (with Detail & without
detail) ?

Thanks

Comments

  • edited September 2003
    Hi Mark,

    Be sure that the SkipWhenNoRecords property of your Master and Detail data
    pipelines are set to False. This property can be accessed in code or at
    Delphi design time in the Object Inspector when the DataPipeline object is
    selected.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited September 2003
    Thanks, this Solve the problem

    Mark


This discussion has been closed.