Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to convert report into MS Word
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00546195
Message ID:
00551177
Views:
19
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform