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

Sub-reports only generating 1 page

edited January 2002 in General
Using Delphi 5, RB 5.53
I have a report with 2 sub-reports. If the entire report fits on 1 page the
report works fine. But, if the report has to move to a second page, the
report prints endless blank pages from page 2 on.

The main report has a title, footer, and dynamic detail band. The detail
band contains DBText components and 1 child sub-report.

The first child sub-report has a dynamic detail band with a region. In the
region are some DBText components and a child sub-report.

The second child sub-report has a static or dynamic (I have tried both) with
DBText components in the detail band.

There is always only one record in the main report. However the first
sub-report will have multiple records as will the second sub-report. All 3
of the reports are linked to different dbpipelines

Does this give you any clues? I hope this is enough information to help.

Thanks in advance for your help

Ron

Comments

  • edited January 2002
    There is an article on printing endless pages, in the TechTips newsgroup in
    the General thread. If that doesn't help, then try upgrading to RB 6.03.


    Cheers,

    Jim Bennett
    Digital Metaphors


  • edited January 2002
    I had already read the TechTip and tried everything it said. I had been
    putting off the update for a better time. No time like the present, it
    worked, my report works just fine now. Thanks for the help.

This discussion has been closed.