Article ID: 103355
Article Last Modified on 12/3/2003
Type Record limit ------------------------------ DIF 65,534 MOD 16,383 SYLK 9,998 WK1(S) 8,191 WR1(K) 8,191 XLS 16,383
SET STATUS ON USE <x> * where <x> is a table with less than 8192 records. GO TOP * Note that the record pointer is on record 1. EXPORT/COPY TO expfile.wk1 TYPE WK1 * Note the record pointer is now at EOF. USE <y> * where <y> is a table with more than 8192 records. GO TOP * Note that the record pointer is on record 1. EXPORT/COPY TO expfile.wk1 TYPE WK1 * Note the record pointer is now on record 8192.
Additional query words: vFoxWin FoxDos FoxWin third party 3rd-party
Keywords: KB103355