Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert VFP report to an HTML file
Message
From
15/11/2016 09:30:14
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01643478
Message ID:
01643490
Views:
56
>>>Hi,
>>>
>>>I need to add a feature that will email a relatively small report (no more than 2 pages) and I prefer to embed the report into the body section of the email. Therefore, the report has to be converted to HTML file. Are they tools in VFP that would allow this task?
>>>
>>>I have an older (a couple of years old) version of XFRX which I use to convert reports to PDF. It could be that XFRX has an option to convert to HTML too (I have to check that).
>>>
>>>Any other suggestions would be appreciated.
>>
>>I strongly recommend FoxyPreviewer.
>
>I will check it out. I have read about FoxyPreviewer much on this board but never used it.

Also be aware that VFP9 comes with a ReportListener HTML Foundation Class. However, I haven't used it so I don't know how powerful it is. You can run this simple program to see all the samples that comes with VFP9:
lcDefault = fullpath(set("Default"))
set default to (HOME(2)+"solution\")
do main.prg
set default to (lcDefault)
See under Foundation Classes for the class I mentioned.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform