Menu Commands
- Append
F5
Appends an empty record to the end of the database.
Shift-F5 appends a record without prompting.
- Insert
F6
Inserts an empty record before the current record.
Shift-F6 inserts a record without prompting.
- Delete
F8
Deletes the current record from the database.
Shift-F8 deletes a record without prompting.
- Pack all
Alt-F8
Packs the database: deletes records marked as deleted. Both DBF-file and memo-file will be packed.
- Zap
Ctrl-F8
Deletes all records from the database.
- Truncate
Ctrl-F10
Deletes records from the database after the current record.
- Duplicate current record...
- Append Ctrl-F5
Appends a record to the end of the database and copies into it information from the current record.
- Insert Ctrl-F6
Inserts a record before the current record and copies into it information from the current record.
- Pack...
- DBF file
Packs the database: deletes records marked as deleted. Only DBF-file will be packed.
- Memo file
Packs the database: deletes unused blocks from memo-file.