Database functions
 
Function
Description
Custom or in VFP subset?
DELETED()
 
Returns .TRUE. if the current record is marked for deletion.
VFP subset
RECCOUNT()
 
The record count function returns the total number of records in the database.
VFP subset
RECNO()
 
The record number function returns the record number of the current record.
VFP subset
 
Example:
RECCOUNT() returns 10 if there are ten records in the database.