Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to convert report into MS Word
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00546195
Message ID:
00551177
Vues:
18
There's frx2word.doc inside a zip file. Here's sample code from it
oF2W=NEWOBJECT(“frx2word”,”msoexp”)
oF2W.SaveFolder=”C:\My Documents\”
 oF2W.DOC_FileName=”Wordout.doc”
nSuccess=oF2W.ReportForm(“MyReport”)
>John,
>
>Just added FRX2Word class which seems pretty neat, especially for the standard
>VFP Report forms.
>
>However, it 3 in the morning and I cannot get the syntax right.
>
>Example old code on exisiting FORM
>
>Report Form xxxx TO PRINT etc...
>
>Have you a small sample code to run the class
>
>Rgs
>
>Daniel
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform