Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML file creation
Message
From
22/03/2007 17:04:52
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
HTML file creation
Miscellaneous
Thread ID:
01207363
Message ID:
01207363
Views:
60
Hello,

When I use the following code to generate an HTML file from a report, the image that is in the report will not appear in the HTML file.
How must I do to correct this?
loListener = .NULL.
do (_reportoutput) with 5, loListener
loListener.TargetFileName = sys(5)+sys(2003)+"\emaildoc\"+ALLTRIM(printlist.listname)
loListener.QuietMode      = .T.
report form cover1 object loListener
Any help !

Thank you

Bob
Reply
Map
View

Click here to load this message in the networking platform