All child bands one the same page ?

I'm using FR 2.47. My report has a detail data with several child bands
Child band's visibility is calculates at runtime.
How to ensure that all child bands (+detail data) are printed
on the same page?

Thanks in advance.

Comments

  • edited 4:35AM
    In the detail data's OnBeforePrint write something like this:
    if Height + Child1.Height + Child2.Height < FreeSpace then NewPage
    this won't work if your bands are stretched.

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.