[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| EXPORT |
+---------------------------------+
EXPORT TO <file>
[FIELDS <field list>
[<scope>] [FOR <expL1>]
[WHILE <expL2>]
[NOOPTIMIZE]
[TYPE] DIF | MOD | SYLK | WK1
| WKS | WR1 | WRK | XLS
-----------------------------------
Copies data from FoxPro database to file with different format.
-----------------------------------
<file>
New file FoxPro will EXPORT data to.
FIELDS <field list>
Specifies which fields will be copied to new file. Memo fields are not
copied to the new file even if a memo field's name is included in the
<field list>.
<scope>
Copies only records that fall in range of records specified.
FOR <expL1>
Copies only records that satisfy logical condition <expL1>.
WHILE <expL2>
Copies records as long as logical expression <expL2> evaluates to true.
NOOPTIMIZE
Disables Rushmore.
TYPE
One of following types must be included:
DIF Data Interchange Format used by VisiCalc.
MOD Microsoft's Multiplan version 4.01.
SYLK SYmbolic LinK interchange format (used by Multiplan).
WK1 Lotus 1-2-3 spreadsheet revision 2.x.
WKS Lotus 1-2-3 spreadsheet revision 3.x.
WR1 Lotus Symphony spreadsheet version 1.10.
WRK Lotus Symphony spreadsheet version 1.01.
XLS Excel spreadsheet version 2.
-----------------------------------
See Also: APPEND FROM, COPY TO, IMPORT
-----------------------------------
See Also:
APPEND FROM
COPY TO
IMPORT
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson