Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use FRX2WORD
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00926188
Message ID:
00926868
Views:
252
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform