Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : SELECT-FOCUSED-ROW( ) method
 

SELECT-FOCUSED-ROW( ) method

Selects the row that currently has focus in a browse widget, even if it is not currently displayed.
Return type: LOGICAL
Applies to: BROWSE widget

Syntax

SELECT-FOCUSED-ROW ( )
This method repositions the query to that row and copies the record into the database buffer. The browse automatically scrolls to the selected row. You can use this method after a REPOSITION statement to position a query to a selected row.