SELECT-ROW( ) method
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Selects the specified row if it is currently in the browse viewport. In a single-select browse, the previously selected row is deselected. No rows are deselected in a multiple-select browse.
Return type: LOGICAL
Applies to: BROWSE widget
Syntax
|
- n
- An integer expression specifying the ordinal position of a row within the browse.
This method also repositions the query to that row and copies the record into the database buffer.