Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Frx to xls
Message
De
21/03/2005 13:57:29
Rob See
Wade-Courville-See Consulting, Inc.
Columbus, Georgie, États-Unis
 
 
À
02/03/2005 04:27:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00991873
Message ID:
00997914
Vues:
10
you can put code in the report dataenvironment.init such as

sele * to cursor tmp
copy tmp to filename.xls type xl8
if reportoutput=".xls"
return .f.
endif

(reportoutput could be a global variable holding the user's choice to create an excel file - this would close the report without running the output preview to the normal report but still create the excel file.) I use this method for several available reports that are run from a report control center in my application.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform