Page 1 of 1
Subfile size
Posted: Wed Nov 21, 2018 11:21 am
by Tracker
Hello Scott,
I have a file with more than 9999 rows and i would like to display them in a subfile.
Is it possible to increase subfile size more than 9999 ?
Mamoud
Re: Subfile size
Posted: Mon Nov 26, 2018 11:55 am
by matt.denninghoff
It is possible to display more than 9999 records at once if you use a Database-Driven grid instead of doing a load-all grid in your RPG code. Alternately, you could code a page-at-a-time subfile and allow users to view more than 9999 records.
Here's a discussion on it:
http://www.profoundlogic.com/forum/view ... 9999#p9561
Re: Subfile size
Posted: Tue Dec 11, 2018 11:04 am
by kmiles@misd.net
At our shop we only load 10 pages an a time, because who is going to roll through 800+ pages of entries. Then we always have a position to field so the user can get right to what they are looking for. This concept has really improved performance since 10 pages loads really fast.