Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use FRX2WORD
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00926188
Message ID:
00926868
Vues:
250
>Can someone post how to setup variables in a program/project to run FRX2WORD?
>
>How do I call it? I want to save frx report as Word file.
>
Here's sample code from Frx2Word help file
oF2W=NEWOBJECT("frx2word","msoexp")
oF2W.SaveFolder="C:\My Documents\"
oF2W.DOC_FileName="Wordout.doc"
oF2W.ReportHome="C:\MyApp\Reports" && Optional (new to 1.5)
nSuccess=oF2W.ReportForm("MyReport")
Thre's also sample.prg with extendeded sample included into zip file.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform