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

Report Grouping Issue

edited November 2005 in General
Hello,

RB7 Delphi6

My question is about undesired page breaks.

My report contains several groups. Here is a description of what is
happening. An outer group for totals contains an inner group representing
subtotals. Neither group has new page set to True.

As the report executes several subtotal groups may print on a page. When a
new subtotal group begins, and it appears it will not entirely fit on the
remainder of the current page, a new page occurs. This is undesirable
behavior since in some cases it leaves a large portion of the current page
blank.

Is there a way programatically, or through a property setting, to ensure
that each subsequent group will continue to begin on the curent page, and
not be forced to begin on a new page.

Thank you very much for your help,
Michael Malinowski

Comments

  • edited November 2005
    Hi Mike,

    Be sure the KeepTogether properties of the groups are set to False. Also be
    sure you are not using any other objects such as TppRegions or Subreports
    with their KeepTogether property set incorrectly. Setting this to False
    will keep the entire group from moving to the next page when it it too large
    for the initial one.

    --
    Regards,

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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.