Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Kurt Vandevelde
MVP
2
Views
5
Comments
change source record list line count at run time
Question
Hello,
I need to show a list without paging.
Is there a way to disable the paging on a source record list? One solution would be to put the line count property to a very high value, but isn't there a more elegant way?
Thanks,
Kurt
Diogo Nesbitt
Hy Kurt,
did you try to delete the RichWidgets\List_Navigation web block that is under that record list?
Hélio Dolores
Staff
Hi Kurt,
You can set it to the query list length/Count.
Please notice that the query may also have a MaxRecords limit that (in your case) must be empty.
Regards,
HD
1 reply
05 Apr 2012
Show thread
Hide thread
Hélio Dolores
Staff
Hélio Dolores wrote
:
Hi Kurt,
You can set it to the query list length.
Please notice that the query may also have a MaxRecords limit that (in your case) must be empty.
Regards,
HD
Unfortunately I have to contradict myself...
The optimizer uses this value to optimize the own query... so you will have to use a very big number.
There are other solutions, but much uglier :)
Regards,
HD
Kurt Vandevelde
MVP
Hi Dolores,
I was able to use your method on 2 of my tables, but on a third one I get:
Error details:
Cannot compute Count for a data source that does not implement ICollection.
All 3 get their data from advanced queries. I don't see any difference in the properties of the query nor the source record list on screen.
For the moment, I solved it by putting a very high value.
Any idea what the above message could mean?
Hélio Dolores
Staff
Hi Kurt,
I'm actually looking on it. This is an internal .Net error that happens when we have a table with line count = 0.
To avoid that it is better to keep with a very high value.
This should be fixed soon.
Best regards,
HD
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...