Master / Detail Problem
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
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
This discussion has been closed.
Comments
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.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Mark