Page 1 of 1

Browse Form - rows per page

Posted: Fri Feb 02, 2018 2:05 pm
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

Re: Browse Form - rows per page

Posted: Sat Feb 03, 2018 12:18 am
by admin
toms,

It works for me.

Have you tried other Forms?

Steven

Re: Browse Form - rows per page

Posted: Sat Feb 03, 2018 6:55 am
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

Re: Browse Form - rows per page

Posted: Sat Feb 03, 2018 6:21 pm
by admin
toms,

Should work now.

The fix is on Github.

Steven

Re: Browse Form - rows per page

Posted: Sat Feb 03, 2018 7:03 pm
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

Re: Browse Form - rows per page

Posted: Sat Feb 03, 2018 9:25 pm
by admin
toms,

Sorry.

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

Steven

Re: Browse Form - rows per page

Posted: Mon Feb 05, 2018 1:22 am
by admin
toms,

I believe it is now fixed.

And Github has been updated.

Steven