Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Browse Next Page Broken

Questions related to using nuBuilder Forte.
Post Reply
BoydG
Posts: 35
Joined: Mon Dec 31, 2018 10:31 am

Browse Next Page Broken

Unread post by BoydG »

Having an issue with the Browse page.
When there's more than 1 page and I click the arrow to go to the 2nd page, it shows the same data as the first page.
I've figured out that any time a SQL browse query contains a where clause, this happens.

Suggestions?
kev1n
nuBuilder Team
Posts: 4566
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 531 times
Contact:

Re: Browse Next Page Broken

Unread post by kev1n »

Hi,

I don't see this kind of issue with pagination here.

e.g. Browse SQL:

Code: Select all

SELECT * FROM mytable
WHERE table_field = 'something'
When I click the arrow to navigate to the 2nd page, different records are shown.

(using the latest from Sourceforge, Standalone version, not Wordpress Plugin)
BoydG
Posts: 35
Joined: Mon Dec 31, 2018 10:31 am

Re: Browse Next Page Broken

Unread post by BoydG »

Thanks for the reply.
After further testing, I noticed I ended the SQL statement with a ;
When I took the semi-colon off, it started working.
Post Reply