Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert VFP report to an HTML file
Message
From
17/11/2016 14:32:00
Sonny Tabano
Trams Printwork, Inc.
Mabalacat, Philippines
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01643478
Message ID:
01643630
Views:
53
Hi Dmitry

Just a suggestion, try this codes below to convert VFP (Report Form) report to an HTLM file.
Hope this would be of help

Sonny
 SET CLASSLIB TO HOME()+ 'FFC\_REPORTLISTENER'
 ox = CREATEOBJECT('htmlListener')
 ox.TargetFileName = 'MyHTMLOutput'
 REPORT FORM VFPReport OBJECT ox 
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform