Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert report to excel
Message
De
15/05/2007 07:40:32
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Convert report to excel
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01225460
Message ID:
01225460
Vues:
50
hi all,

any way to convert myreport to excel sheet ,
as
report form myreport to excel sheet, or replace all created fileds at my report to new temporary table or cursor, and change it to excle sheet via
ex..
report form myreport to (newtable or cursor)
**********
use (newtable or cursore)
gcDelimName = ALIAS( ) + '.xls'
gcDelimFile = PUTFILE('excel_file:', gcDelimName, 'xls')
IF EMPTY(gcDelimFile)
   CANCEL
ENDIF
COPY TO (gcDelimFile) XL5
thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform