clearrecord

The clearrecord statement deletes the currently selected record.


Parameters

No parameters.


Description

This statement removes the entire active record from the database. After deleting the record, all other records below the current record move up one row in the data sheet window and the cursor will reside on the next visible record immediately following the deleted record. On a single record view form the display will change to the next visible record after the deleted record.

This statement will delete the currently active record unless there is only one record selected. You can never delete the last visible record from any Panorama database.

This simple example will remove the active record from the database.

clearrecord

If you want to delete the record and put the deleted record in the clipboard, use the cutrecord statement.


See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.