Actually, I wanted to paginate.
I built a Web Store.
I list products by category.
I want to paginate it.
Pagination can be done using TSQL and PSQL. (Ms Sql Server, IBM DB2, Oracle, MySQL). It's very simple. We just need to write in the query. I wrote the examples in my first post. In ADO components, the RecordSet object can also paginate. How can we do this at 1C? I wanted to ask.
Is there a pagination for Query and RecordSet object in 1C?
Sample ;
| Code |
|---|
QueryResult.PageSize
..
or
..
RecordSet.PageSize
..
or
... |
If not, I can use this file.
I also did it with JSON pagination.