Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

#pages# in page footer

Questions related to nuBuilder Forte Reports and the Report Builder.
Post Reply
chpwebmaster
Posts: 72
Joined: Mon Jun 10, 2019 5:00 pm
Has thanked: 6 times
Been thanked: 4 times

#pages# in page footer

Unread post 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.
kev1n
nuBuilder Team
Posts: 4291
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: #pages# in page footer

Unread post 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) ?
chpwebmaster
Posts: 72
Joined: Mon Jun 10, 2019 5:00 pm
Has thanked: 6 times
Been thanked: 4 times

Re: #pages# in page footer

Unread post 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
Post Reply