APPEND Command
Adds one or more new records to the end of a table.
APPEND [BLANK] [IN nWorkArea | cTableAlias] [NOMENU] |
Parameters
- BLANK
-
Adds one blank record to the end of the current table. Visual FoxPro does not open an editing window when you issue APPEND BLANK.
You can edit the new record with BROWSE, CHANGE, or EDIT.
- IN nWorkArea
-
Specifies the work area of the table to which a new record is appended.
- IN cTableAlias
-
Specifies the alias of the table to which a new record is appended.
If you omit nWorkArea and cTableAlias, a new record is appended to the table in the currently selected work area. If you issue APPEND, a blank record is added to the table you specify with nWorkArea or cTableAlias and the table is automatically selected. If you issue APPEND BLANK, a blank record is added to the table you specify with nWorkArea or cTableAlias and the table is not selected.
- NOMENU
-
Specifies that the Table menu title is removed from the system menu bar, preventing changes to the format of the editing window.
Remarks
Example
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic