hide page footer if subreport is printed on page
Hello,
I'm new to FastReport and I can't seem to find a answer to my problem.
My report has a subreport that i want to print on a separate page. I want pages where the subreport is printed to have a different page footer.
Is it possible ?
My goal is to have a report that prints invoices. For each invoice i print the detail of the invoice on a page and then i need a separate page where i do the summary and print a "payment slip" at the end of this page.
Example:
Page 1:
-Invoice 1 details (footer = "page n?°1/1")
Page 2:
Invoice 1 summary (footer is a payment slip)
Page 3:
Invoice 2 details (footer = "page n?°1/2")
Page 4:
Invoice 2 details (footer = "page n?°2/2")
Page 5:
summary (footer is a payment slip)
And so on.
I hope it is clear enough.
A bit of help to hide the footer depending on if the subreport (summary+payment slip) is printed of the page.
Thank you for you help.
I'm new to FastReport and I can't seem to find a answer to my problem.
My report has a subreport that i want to print on a separate page. I want pages where the subreport is printed to have a different page footer.
Is it possible ?
My goal is to have a report that prints invoices. For each invoice i print the detail of the invoice on a page and then i need a separate page where i do the summary and print a "payment slip" at the end of this page.
Example:
Page 1:
-Invoice 1 details (footer = "page n?°1/1")
Page 2:
Invoice 1 summary (footer is a payment slip)
Page 3:
Invoice 2 details (footer = "page n?°1/2")
Page 4:
Invoice 2 details (footer = "page n?°2/2")
Page 5:
summary (footer is a payment slip)
And so on.
I hope it is clear enough.
A bit of help to hide the footer depending on if the subreport (summary+payment slip) is printed of the page.
Thank you for you help.