Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Turning the tables
Message
From
24/01/2017 21:25:03
 
 
To
24/01/2017 02:44:20
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2016
Network:
Windows Server 2016
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01646970
Message ID:
01646993
Views:
39
IIRC the COPY TO command limits you to 16,383 rows of data (16K rows total, the first row contains the column names) when exporting to Excel format. Exporting to CSV would bypass this limit.

>Hi,
>
>you can specify the fields to export:
>
>
>COPY TO FileName [FIELDS FieldList | FIELDS LIKE Skeleton | FIELDS EXCEPT Skeleton] type XL5
>
>
>https://msdn.microsoft.com/en-us/library/aa977446(v=vs.71).aspx
>
>>Hi All,
>>
>>Is there a way to programmatically re-order the columns in a table? I want to export the table to an Excel sheet in a user-defined order.
>>Thanks.
>>
>>Luke
Previous
Reply
Map
View

Click here to load this message in the networking platform