Forum Post: RE: browse

  • Thread starter Thread starter sultza
  • Start date Start date
Status
Not open for further replies.
S

sultza

Guest
You can always reposition to a record in a browse using it's query, like BROWSE:QUERY:REPOSITION-TO-ROWID (ROWID ( browse_buffer )). To select that row, you'll call BROWSE:SET-FOCUSED-ROW () (for multiple selection, enable it for your browse). To parse the selected rows you'll loop BROWSE:FETCH-SELECTED-ROW (i), where i is in range 1 - BROWSE:NUM-SELECTED-ROWS.

Continue reading...
 
Status
Not open for further replies.
Back
Top