- Posts: 1130
- Thank you received: 458
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Hellos !You can use "beforeprintevent" to hide/show footer header dynamically
Please check pdf documentation
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
It seems the last begin and end is also important ! I am still not able to resolve this though , in pdf preview I dont' see the footer repeating on other pages. Do we create footer on each page? then add the code on each pageWell ChatGpt has plenty of room for improovment.
This one works
procedure PageFooter1OnBeforePrint(Sender: TfrxComponent);
begin
PageFooter1.Visible := True;
end;
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.