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

SubReport causes record not to print

edited September 2003 in General
Hi

I have V 6.02 for D5.

I have a report which works very well. I have added a child dataset
(IBQuery) and also a subreport, but now that I have a sub-report my master
record in the main report no longer appears if there are no child records.
I know that the master record is still in the master dataset because I have
written out all of the IDs to a file and read them in notepad.

What do I have to do to ensure that master records are still printed even
when there are no records in the subreport?

Thanks


--
Pete
=============
Read or write technical articles
http://www.HowToDoThings.com

Audio compression components, FastStrings library, DIB controls
http://www.DroopyEyes.com

-There are 10 types of people in the world, those who understand binary, and
those who don't

Comments

  • edited September 2003
    Hi Pete,

    Check your datapipeline components and be sure that the SkipWhenNoRecords is
    set to False. This should be the default setting. Also be sure the
    NoDataBehaviors of the Report component is set correctly to your needs.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited September 2003
    > SkipWhenNoRecords is set to False

    That did the trick, thanks!



    Nope, but at least now I know what to look for in future!

    Thanks


    --
    Pete
    =============
    Read or write technical articles
    http://www.HowToDoThings.com

    Audio compression components, FastStrings library, DIB controls
    http://www.DroopyEyes.com

    -There are 10 types of people in the world, those who understand binary, and
    those who don't
This discussion has been closed.