Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HTML file creation
Message
De
22/03/2007 17:04:52
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
HTML file creation
Divers
Thread ID:
01207363
Message ID:
01207363
Vues:
59
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
Répondre
Fil
Voir

Click here to load this message in the networking platform