PreviousNextIndex

DELETE-CURRENT-ROW( ) method

Deletes the most recently selected row from a browse and the results list.

Return type: LOGICAL

Applies to: BROWSE widget

Syntax
DELETE-CURRENT-ROW ( ) 

This method does not delete the record from the database and has no effect on the database buffer. If you then want to delete the database record associated with the row, use the DELETE statement.

If the row is successfully deleted from the browse and results list, the method returns TRUE.


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex