Progress
Language Reference


REPOSITION-TO-ROWID( ) Method

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

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 ] ...

Expressions of type ROWID representing the rowid of the first buffer, the rowid of the second buffer, etc. The maximum number of expressions is 18. If an expression contains the UNKNOWN value, Progress evaluates but ignores subsequent expressions.

rowid-array

An array of 18 or fewer elements, where each element is of type ROWID and represents the rowid of a buffer. If an element contains the UNKNOWN value, Progress evaluates but ignores subsequent elements.

NOTE: The REPOSITION-TO-ROWID method corresponds to the REPOSITION statement TO ROWID option.


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095