SubReport causes record not to print
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
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
This discussion has been closed.
Comments
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.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
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