Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outputing a report to html
Message
 
À
27/09/2004 03:42:53
Brian O'Donovan
Crescent Computers
Cork, Irlande
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00946184
Message ID:
00946413
Vues:
29
Sometimes it is enough to create a text file with :
REPORT FORm.... to FILE c:\hi.txt ASCII
And then create a simple htm file with :
?STRTOFILE("<"+"XMP>"+FILETOSTR('c:\hi.txt')+"<"+"/XMP>","c:\hi.htm")

"<"+"XMP>" is here because the entire string is not accepted at UT message area.

See if this meet your needs.

>Hi all
>
>I have a client who wants to send a report as a html file that they can email. How can I do this ?
>
>Thanks
>
>Brian O Donovan
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform