Footer on splitted band OR don't splitt band in subreport

edited April 2012 in FastReport 4.0
Hi!

I have one band and several subreports on it side by side.
Each subreport is composed of a single masterdata band with a simple text field on it.
The content of the text field may vary in height.

On the end of a printed page i would like to have no split behavior for a single masterdata row of a subreport.
Setting the "AllowSplit" property to the subreport's masterdata does not change anything. The content of one
row may split over 2 pages (By the way: In this case the height of the masterdata row is not calculated correctly on the next page - to small).
Is there any way to fix this?

If this is not possible, then i would like to add a footer for each splitted band. The footer should appear like a delimiter on the end of each splittet part
of a masterdata. Did not find anything about this - is it possible?

TIA & Greets

Comments

  • gpigpi
    edited 12:52PM
    Attach your report template here
  • edited April 2012
    Here we go
  • gpigpi
    edited 12:52PM
    Try to add additional line with space to TfrxMemoView
  • edited April 2012
    Thanks for the solution for the wrong calculated height of a TfrxMemoView.

    But the main problem is the splitting behavior of the Masterdata in general. I don't want it to split.
    It should only split if the available space on the next page is not enough. AllowSplit is already set to false,
    i can't get it to work.

    As substitute for this my idea is to add a footer line to a splitted masterdata band.
    The footer should only appear on the end of splitted band like in my screenshot.
    Is there any easy way to implement this?

    TIA

Leave a Comment