GroupFooter fixed on bottom of site

Hello,
Sorry i??m a beginner with Fast Reports, and i need the GroupFooter fixed on the bottom of my side.
Where can i change?
Best Regards

Comments

  • PolomintPolomint Australia
    edited 9:09PM
    Not sure what you mean by "side", but have tried PageFooter or ReportFooter instead?

    Cheers, Paul
  • gpigpi
    edited 9:09PM
    Change Engine.CurY in the TfrxGroupFooter.OnAfterCalcHeight event
    if Engine.FreeSpace < GroupFooter1.Height then Engine.NewPage;
    Engine.CurY := Engine.CurY + Engine.FreeSpace -GroupFooter1.Height - 0.000001;
    
  • JoeJoe
    edited 9:09PM
    gpi wrote: »
    Change Engine.CurY in the TfrxGroupFooter.OnAfterCalcHeight event
    if Engine.FreeSpace < GroupFooter1.Height then Engine.NewPage;
    Engine.CurY := Engine.CurY + Engine.FreeSpace -GroupFooter1.Height - 0.000001;
    
    Thanks Perfect!

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.