Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
These commands and functions make it possible for you to create, manipulate, and monitor table files.
Use |
To |
|---|---|
Add a free table to the current database. |
|
Copy each line in a memo field to a corresponding row in an array. |
|
Modify the structure of a table. |
|
Add records to the end of a table. |
|
Place table aliases and work areas for a data session into a variable array. |
|
Compute the arithmetic mean of numeric expressions or fields. |
|
Begin a transaction. |
|
Open the browse window and display records from a table. |
|
Display fields for editing. |
|
Close open tables. |
|
Copy the contents of a memo field to a text file. |
|
Create a new empty table with the same structure as the currently selected table. |
|
Create a new table with fields containing the structure of the currently selected table. |
|
Create a new file from the contents of a table. |
|
Count table records. |
|
Return the current code page settings. |
|
Return the code page information that a table was marked with. |
|
Build a new table. |
|
Create a table from a table created with the COPY STRUCTURE EXTENDED command. |
|
Open the Query designer. |
|
Build a new table. |
|
Return field values. |
|
Mark records for deletion. |
|
Mark records for deletion. |
|
Determine if a record is marked for deletion. |
|
Display the structure of a table. |
|
Display the names and information about all the tables in a database. |
|
Display fields for editing. |
|
End a transaction. |
|
Copy data from a table to a file in a different format. |
|
Save table and index changes to disk. |
|
Return a numeric value indicating the status of a field in a table or cursor. |
|
Get the record number for the next modified record in a buffered table or cursor. |
|
Import data from an external file format to create a new table. |
|
Determine if a table is opened exclusively. |
|
Determine if a table is opened as read-only. |
|
Display the names and information about all the tables in a database |
|
Return the number of lines in a memo field. |
|
Return a specific line in a memo as a character string |
|
Open editing windows for general fields in the current record. |
|
Open an editing window for a memo or blob field in the current window. |
|
Open the Query Designer. |
|
Display the Table Designer. |
|
Return the original values for fields that have been modified but not updated. |
|
Permanently remove all records in a table that have been marked for deletion and reduce the size of a memo file associated with the table. |
|
Unmark records marked for deletion in a table. |
|
Refresh data in an updatable SQL remote or local view, or CursorAdapter cursor. |
|
Remove a table from the current database. |
|
Update table records. |
|
Update data in fields with values from a variable array. |
|
Rename a table. |
|
Cancel any changes made during the current transaction. |
|
Activate the specified work area. |
|
Retrieve data from one or more tables. |
|
Determine whether to pad a shorter string with spaces when making a SQL string comparison or binary expression with zero (0) bytes when making a binary expression comparison in SQL commands using the equal sign operator (=). |
|
Determine whether Visual FoxPro flushes data buffers to disk when you exit a READ or return to the Command window. |
|
Activate a specified forms data session. |
|
Specify whether Visual FoxPro processes records marked for deletion and whether they are available for use with other commands. |
|
Specify which fields in a table can be accessed. |
|
Specify how null values are supported by various commands. |
|
Specify if Visual FoxPro searches the registry when an object cannot be located. |
|
Enable or disable Rushmore Query Optimization. |
|
Sort records in a table and output the sorted records to a new table. |
|
Total numeric fields in a table. |
|
Return a value corresponding to the table type. |
|
Discard changed made to a buffered row or a buffered table or cursor and restore the OLDVAL( ) data. |
|
Commit changes made to a buffered row, a buffered table, or a cursor adapter. |
|
Compute totals for numeric fields in a table. |
|
Return a numeric value indicating the current transaction level. |
|
Update records in a table with new values. |
|
Open a table. |
|
Determine if an alias is in use or a table is open in a specific work area. |
|
Remove all records from a table, leaving just the table structure. |
See Also
Reference
Table Designer (Visual FoxPro)