Try OpenEdge Now
ABL Reference
Handle Attributes and Methods Reference
:
REPOSITION-TO-ROW( ) method
REPOSITION-TO-ROW( ) method
Moves a query object's result list pointer to the row corresponding to the specified sequence number.
Return type:
LOGICAL
Applies to:
Query object handle
Syntax
REPOSITION-TO-ROW (
n
)
n
An integer expression representing the sequence number.
Note:
The REPOSITION-TO-ROW method corresponds to the REPOSITION statement with the TO ROW option.
See also
REPOSITION statement
,
REPOSITION-FORWARD( ) method
,
REPOSITION-TO-ROWID( ) method