Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert to excel sheet 2 or 3
Message
From
04/09/2008 03:08:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Convert to excel sheet 2 or 3
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01344737
Message ID:
01344737
Views:
47
Hi all,

i need to convert mytable to excel sheet2 or sheet 3 at excel book at ex.. c:\myfolder\excel book name

this code from (Mr.Cetin) below convert to excel sheet,
 Use mytable
 gcDelimName = ALIAS( ) + '.xls'
gcDelimFile = PUTFILE('excel_file:', gcDelimName, 'xls')
IF EMPTY(gcDelimFile)  
   CANCEL
ENDIF
COPY TO (gcDelimFile) XLS  
thanks
Reply
Map
View

Click here to load this message in the networking platform