Try OpenEdge Now
ABL Reference
Handle Attributes and Methods Reference
:
SELECT-ROW( ) method
SELECT-ROW( ) method
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
SELECT-ROW (
n
)
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.