
IngoW
IngoW
About
- Username
- IngoW
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Petter S. wrote: » Petter S. wrote: » FooterPage isn't accepting Height changes. The previously attached report HiddenFooter1.fr3 accepts height changing from script on my system. Might there be that there are differences between FR-ver…
-
Petter S. wrote: » Ok. You need the first pass to be equal to second pass, so that the page count will be correct. Here is another approach: Store the height of your footer in a variable initially, and then set the properties of the footer in a…
-
I already tried using Engine.FinalPass before but another issue happens: The first pass will consider Footer in every page, so it might happen this bug: First Pass (Page1) Data Data Data Footer (Page2) Data Data Data Footer (Pag…
-
Petter S. wrote: » Petter S. wrote: » *Edit: Engine.ShowBand doesn't work, I need something to don't show the PageFooter. Try this solution: In PageFooter OnAfterPrint: PageFooter1.visible := false; In Detailband OnAfterPrint:…
-
Thank you for the help, pretty much everything comes before the bottom of the page, the report is huge. I am pretty amazed that we have "PrintOnFirstPage" and "PrintOnLastPage" properties but we don't have "PrintOnEveryPage". I will try to use th…