These API routines allow you manipulate Visual FoxPro tables.
Attempts to append a new record to the table in the specified workarea.
Attempts to lock the current table record or file in a work area specified by workarea.
Moves the current record pointer to the specified record in the specified workarea.
Returns the total number of records in the table open in the specified workarea.
Returns the number of the current record in the table in the specified workarea.
Places a new value in a field.
Performs a GOTO TOP in the specified workarea and returns the resultant record number.
Searches an indexed table in the current work area for the first record whose index key matches the value val.
Performs a SKIP in the specified workarea of the distance specified.
Returns status flags for the specified workarea.
Releases all user-obtained locks on records or the file in the work area specified by workarea.
Performs a GOTO BOTTOM in the specified workarea and returns the resultant record number.
Writes to disk the current record in the specified workarea and updates any affected indexes.