Query methods for use with browses
- Last Updated: May 8, 2024
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
There are two query methods you can use with browses.
CREATE-RESULT-LIST-ENTRY method
The CREATE-RESULT-LIST-ENTRY( ) method creates an entry in the result list for the current row. You use this method in conjunction with new browse rows or new query rows to synchronize the data with the query.
DELETE-RESULT-LIST-ENTRY method
The DELETE-RESULT-LIST-ENTRY( ) method deletes the current row of a query's result list.