Hello everyone,
I'm working on this report which I didn't write and which had an issue printing the footer, instead of it appearing only on the last page, it was printed only on the first one.
The workaround the previous person implemented was an empty and hidden element in the report itself, named ShowFoot and with the expression set to TRUE, and the visibility of the footer content was based on this report element.
I changed the visibility to hidden when Globals.PageNumber<>Globals.TotalPages, but obviously there's an issue when printing multiple copies, since it will only print on the last page of the last copy.
How to prevent this?
I'm working on this report which I didn't write and which had an issue printing the footer, instead of it appearing only on the last page, it was printed only on the first one.
The workaround the previous person implemented was an empty and hidden element in the report itself, named ShowFoot and with the expression set to TRUE, and the visibility of the footer content was based on this report element.
I changed the visibility to hidden when Globals.PageNumber<>Globals.TotalPages, but obviously there's an issue when printing multiple copies, since it will only print on the last page of the last copy.
How to prevent this?