Reportsummary Child - New page

Hello,

I'm working with Delphi XE8 and Fastreport 5.3.1.

I have a report with a ReportSummary band and a Child band for this ReportSummary.
KeepChild is false.

If the page would change after the ReportSummary so that the child would be on a new page, the child is printed in the footer.

If KeepChild is true. Both ReportSummary and the Child would be printed on the new page.
But I want that ReportSummary will be printed on the first page and the Child on the second page.

How can I do that?

Best regards
Andreas

Comments

  • gpigpi
    edited 3:37PM
    wrote:
    the child is printed in the footer
    Use

    Engine.CurY := Engine.CurY + Engine.FreeSpace - Child1.Height - 0.000001;

    in the Child's OnBeforePrint event

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.