Deletes the nth selected row from a browse and the results list.
Return type:
Applies to:
DELETE-SELECTED-ROW ( n )The AVM maintains a numbered list of selected rows, starting at 1. When the DELETE-SELECTED-ROW( n ) method is encountered, the AVM searches this list to find the nth selected row.This method does not delete the record from the database and has no effect on the database buffer. If you want to delete the database record associated with the row, use the DELETE statement.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |