Welcome to the nuBuilder Forums!

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

Browse Form - rows per page Topic is solved

Questions related to using nuBuilder Forte.
Post Reply
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Browse Form - rows per page

Unread post by toms »

Hi,

I set the "Rows Per Page" of a Browse Form greater than 20 but the number of records shown on any page is still 20.
rows_per_page.png
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Browse Form - rows per page

Unread post by admin »

toms,

It works for me.

Have you tried other Forms?

Steven
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Browse Form - rows per page

Unread post by toms »

It doesn't work on any Browse Form, also not with the inbuilt ones (objects Form etc.).

Here is an illustration of the issue ( "rows per page" is set to 25)
no_data_displayed.png
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Browse Form - rows per page

Unread post by admin »

toms,

Should work now.

The fix is on Github.

Steven
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Browse Form - rows per page

Unread post by toms »

Steven,

Something is wrong after the update. The Browse Forms (e.g. forms, objects) are initially empty when you open them. When I navigate to the next page, I see all the rows.
And yes, I can hit "next" even though "1/2" (page) is displayed.
nu_forms_Browse_Form.PNG
Edit:

Code: Select all

 b.rows  = 0; 
is causing the issue.
rowszero.PNG
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Browse Form - rows per page

Unread post by admin »

toms,

Sorry.

I have reversed it back to the original problem until I fix it.

Steven
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Browse Form - rows per page

Unread post by admin »

toms,

I believe it is now fixed.

And Github has been updated.

Steven
Post Reply