Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert to excel
Message
From
25/04/2005 05:40:16
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Convert to excel
Environment versions
Visual FoxPro:
VFP 7
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01007983
Message ID:
01007983
Views:
65
hi all,
any idea,help ,
i try to convert 90226 records for mytable to excel sheet,
via this code under,
but it convert only somthing as 16000 records
USE active1
*GETFILE()
gcDelimName = ALIAS( ) + '.xls'
gcDelimFile = PUTFILE('excel_file:', gcDelimName, 'xls')
IF EMPTY(gcDelimFile)  
   CANCEL
ENDIF
COPY TO (gcDelimFile) XLS   && Create delimited file
thanks
Next
Reply
Map
View

Click here to load this message in the networking platform