Purpose
Delete the current record
Note
It depends on the Recordset and its underlying database whether deletes can be recalled or not. In general deletes are permanent !
Handling DaoServer:Delete in combination with SetDeleted()
• | When deleting a record with SetDeleted() ON, the Datawindow will position the server on the next non-deleted record |
• | When deleting a record with SetDeleted() OFF, the Server will position itself on the next non-deleted record. |
Class
See also