Dynamic query reposition methods
- Last Updated: January 22, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
There are also reposition methods that match the corresponding
REPOSITION
statements you saw earlier. These include:REPOSITION-FORWARD(n)— Repositions the query n rows forward within the result setREPOSITION-BACKWARD(n)— Repositions the query n rows backward within the result setREPOSITION-TO-ROW(n)— Repositions the query to row n within the result setREPOSITION-TO-ROWID(rowid [, ...] )— Repositions the query to the row whose buffers have the ROWIDs passed to the method
For more information, see the entries in the
ABL Reference: