Welcome to the nuBuilder Forums!

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

Browse screen and pagination

Questions related to using nuBuilder Forte.
BDemeuse
Posts: 92
Joined: Mon Apr 12, 2021 3:09 pm
Has thanked: 1 time
Been thanked: 2 times

Browse screen and pagination

Unread post by BDemeuse »

Hi,

With the new version
DB Version: V.4.5-2022.01.30.00
Files Version: V.4.5-2022.02.02.00
I have the screen (browse and browse&Edit) bottom bar with the correct information: nb of records and nb of pages only for globeadmin and always limited to first page :-(

Thanks
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4297
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: Browse screen and pagination

Unread post by kev1n »

Inspect the generated SQL by executing nuCurrentProperties().browse_sql in the developer console. Then run it in phpMyAdmin to see if you get any results back.
BDemeuse
Posts: 92
Joined: Mon Apr 12, 2021 3:09 pm
Has thanked: 1 time
Been thanked: 2 times

Re: Browse screen and pagination

Unread post by BDemeuse »

Sorry what is the developer console ?
kev1n
nuBuilder Team
Posts: 4297
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: Browse screen and pagination

Unread post by kev1n »

Google "how to open the developer console"
BDemeuse
Posts: 92
Joined: Mon Apr 12, 2021 3:09 pm
Has thanked: 1 time
Been thanked: 2 times

Re: Browse screen and pagination

Unread post by BDemeuse »

Here below what I have got :-(
Thanks in advance for your support.
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4297
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: Browse screen and pagination

Unread post by kev1n »

You need to run it on the browse form to retrieve its sql.
BDemeuse
Posts: 92
Joined: Mon Apr 12, 2021 3:09 pm
Has thanked: 1 time
Been thanked: 2 times

Re: Browse screen and pagination

Unread post by BDemeuse »

here is the result
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4297
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: Browse screen and pagination

Unread post by kev1n »

Remove the \n
BDemeuse
Posts: 92
Joined: Mon Apr 12, 2021 3:09 pm
Has thanked: 1 time
Been thanked: 2 times

Re: Browse screen and pagination

Unread post by BDemeuse »

I executed in phpMyAdmin but I should remove in the generated SQL but how can I do ?
And to do it for all the browse forms ...
Is there a bug fix ? The issue is with the last version :-(
Thanks
kev1n
nuBuilder Team
Posts: 4297
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: Browse screen and pagination

Unread post by kev1n »

These \n ( new line) are only output in the console so that is not the issue. Do you get rows back after removing them in phpMyAdmin?
Post Reply