Hi,
I am using Powerbuilder 11.5 and I am fairly new to the program.
I want information to be displayed at the bottom of the last page of a report. I used a footer to do this and set it to invisible on every page but the last one using this expression: "IF( page() = pagecount(),1,0)". The result was that I got blank areas on the other pages where the footer would be. Those blank areas are taking up to much space on each page. Does anybody know a solution to this problem?
Thank you in advance.