Position absolute of the bands

edited 2:11PM in FastReport 4.0
We need to put a Group footer at the end of the page of a report.

Fast Report automaticly puts the band close to the master/detail bands, but we need to put it at the end (leaving a blank space between it at the rest of the bands if needed).
With Rave Reports, we had a property of the band called "position", and we could set it to "absolute" and set the top property.
Is there any way to do it here? (I tried to activate the "free layout of the bands", but FR place the bands again all together when I execute the report).

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 2:11PM
    don't confuse design settings with controlling output of the report engine.
    in the obp event of the footer
    write code toto position the output.
    end
    if engine.freespace > groupfooter1.height then
    begin
    Engine.CurY := Engine.PageHeight -groupfooter1.height -pagefooter1.Height - 1;

    end;
    end;

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.