B
balaji
Guest
can i get the coding for the same.? On Mon, Mar 31, 2014 at 11:52 AM, sultza bounce-sultza@community.progress.com wrote: RE: browse Reply by sultza 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. Stop receiving emails on this subject. Flag this post as spam/abuse.
Continue reading...
Continue reading...