PreviousNextIndex

REPOSITION-TO-ROWID( ) method

Moves a query object’s result list pointer to the row corresponding to the specified ROWID or ROWIDs.

To reposition to a particular row when the query is a join, supply the ROWIDs of the buffers that correspond to the desired row.

Return type: LOGICAL

Applies to: Query object handle

Syntax
REPOSITION-TO-ROWID ( 
  {     rowid1 [ , rowid2 ] ...   
     |  rowid-array 
  } 
) 

rowid1 [ , rowid2 ] ...
rowid-array

OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex