Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert to excel sheet 2 or 3
Message
De
04/09/2008 03:08:31
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Convert to excel sheet 2 or 3
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01344737
Message ID:
01344737
Vues:
48
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
Répondre
Fil
Voir

Click here to load this message in the networking platform