Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exporting a File to Excel
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00612304
Message ID:
00612310
Views:
23
At least two relatively easy ways around this:

1.) Application.DataToClip(,,3) && tab delimited added to _CLIPTEXT

OR

2.) COPY TO (lcFile) DELIMITED WITH TAB && no header info
_Cliptext = FILETOSTR(lcFile)


From within the Excel object: oExcel.ActiveSheet.Paste()


>I'm trying to export Programmatically a Foxpro query to excel. I have used the Export to ... and copy to ...
>The Table has 59000 records but when I open the excel file I just have 16384 records. Any idea ?
Previous
Reply
Map
View

Click here to load this message in the networking platform