Progress
Language Reference


SET-REPOSITIONED-ROW( ) Method

Sets the row index where records positioned with the REPOSITION TO ROWID (or RECID) statement are displayed.

Return Type: LOGICAL

Applies To: Browse

SYNTAX
SET-REPOSITIONED-ROW ( n , "ALWAYS" | "CONDITIONAL" ) 

n

Indicates the row number where the new record is displayed,
1 being the first row.

"ALWAYS"

Specifies that the REPOSITION TO ROWID statement always uses the indicated row number.

"CONDITIONAL"

Specifies that the REPOSITION TO ROWID statement uses the indicated row number unless the new row is already in the browse viewport. In this case, the REPOSITION statement moves focus to the existing row.

By default, this is the top row in the browse viewport (index 1). If the associated query is defined with the INDEXED-REPOSITION option, the CONDITIONAL option is ignored.


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