Page 1 of 1

#pages# in page footer

Posted: Tue Mar 28, 2023 10:59 pm
by chpwebmaster
Doing something like

Code: Select all

#page# of #pages#
in the page footer returns

Code: Select all

1 of 
if I move it to the header I get

Code: Select all

1 of 1
I've noticed it before and just put it in the header (the reports that I was building it didn't matter where it was) I'm now replicating old Access reports and there's no room in the header.

Re: #pages# in page footer

Posted: Wed Mar 29, 2023 7:34 am
by kev1n
I'm afraid I'm not able to replicate it using the latest version with PHP 8.1.0.

Would it be possible to create a basic report (e.g. from the zzzzsys_form table) and then export the SQL of that report row (zzzzsys_report table) ?

Re: #pages# in page footer

Posted: Wed Mar 29, 2023 2:10 pm
by chpwebmaster
Ok so I just tried moving it back from where I stuck it in the header and re saved it and it's now working.

I did a test though and created a second label with the same content in the footer (not a clone) and got the same page 1 of moving it to the header it ends in the hash cookie #pages# moving it back to the footer which fixed the other one didn't work, however cloning the original that's working now works either top or bottom.

Since it's displaying now I'm going to consider it fixed for the moment