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

Details not printing with sub report in detail band

edited May 2005 in General

I have a report that should print multiple records. Some of these may
or may not have child records that should print in a sub report.
Problem is, the only detail records that print, are the ones that have
child records in the sub report. The others are not printed, the
traversal of the detail records does not happen. First down to the last
is not existant. If I remove the pipeline from the subreport, all the
detail records appear on the report.

Is this common behavior for a report with a subreport in the detail
band? I would not think so. I have spend a lot of time figuring this
one out even to the extent of starting over. Pipelines are set
correctly with masterpipelines set as they should be.

D7 RB7 Pro, clientdatasets - dbexpress.

Any ideas? Thanks,

Craig

Comments

  • edited May 2005
    Hi Craig,

    Try setting the TppDBPipeline.SkipWhenNoRecords property of your detail
    datapipeline to False. This should solve the problem you are having.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited May 2005


    Nico:

    Thanks, that was it. I thought it would something so simple it could
    be overlooked. (by me anyways )

    Thanks again.

    Craig


This discussion has been closed.