Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Emailing reports from VFP 6
Message
 
To
14/06/2002 10:34:10
Christopher Pinnock
United General Insurance Company
Kingston, Jamaica
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00668087
Message ID:
00668754
Views:
18
Christopher

No idea. SP3 is good enough. Have you checked all the paths. I haven't tried running the demo program.

Here is an example of what the code should look like

oF2W = NEWOBJECT("frx2word", "msoexp") && Create instance of FRX2WORD
oF2W.SaveFolder = "q:\mailflight\pods\" && directory to create .DOC in
oF2W.DOC_FileName = "Wordout.doc" && name of .DOC file to create
oF2W.ReportHome="q:\mailflight\vfp" )
nSuccess = oF2W.ReportForm("podrunxy.frx")&& Report.FRX to create document
sendserr=nSuccess
release oF2W

Maybe that will help. Rsle email Fabio Vieira who is the guru.

Colin Northway
Specialist in Advertising, Marketing, especially Direct Marketing

I run courses in Business Management and Marketing
Previous
Reply
Map
View

Click here to load this message in the networking platform