Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting FRX to HTML
Message
 
 
To
14/07/2005 23:24:41
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01032893
Message ID:
01032899
Views:
21
>I learn how to output to HTML through the OBJECT parameter in the REPORT FORM command. I understand it uses VCX Class _reportlistener.vcx. I copy it to my application data folder, but it keeps return an error of missing variable. If I point to FFC folder, where there are a lot of other VCX, it works fine.
>Does anyone knows which VCX I must copy to get it to work without the entire FFC folder?

You don't need any VCX
loListener = Null
DO (_REPORTOUTPUT) WITH 5, loListener
loListener.TargetFileName = 'MyReport.html'
loListener.QUIETMODE = .T.
REPORT FORM MyReport OBJECT loListener
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform