advr.hlp (Topic list)
DELETE Statement Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 DELETE [#]filenumber%
 
 Usage Notes
   ■ If the record you delete is the last record according to the table's
     current index, the current index position is at the end of the table and
     there is no current record.
 
   ■ When you delete any other record in the table, the record following the
     deleted record becomes the current record. The record preceding the
     deleted record remains the previous record.