Links are not active on this page.
 INSERT Command

Included for backward compatibility. Use APPEND or INSERT - SQL instead.

This command is undocumented in the original VFP9 help file,
but the following documentation was found in the FoxPro for Windows 2.6 help, and may still be valid:

Inserts a new record into the current table immediately after the current record and displays the new record for editing.

INSERT [BEFORE] [BLANK]

Expand imageRemarks


INSERT is included for backward compatibility. Use APPEND or INSERT - SQL instead.

If SET CARRY is ON and BLANK isn't included, data in the previous record is automatically copied into the new record.

If the file is indexed, INSERT works like APPEND.

Expand imageSee Also