Hi Casey,
>> What is the best method for deleting the last selected record from a browse?
to delete one record, yo can put either an inline delete button, or a button under the browse. Then the highlighted record is deleted.
>> Where is the browse selection saved
it's in the session value, of the component, of the unique key for the browse.
eg, if the browse is on Invoices, and the Unique key is Inv:IdKey, and the component is Inv:Id, then the "last selected record" is the current session value of
p_web.GSV('Inv:id')
Cheers
Bruce