Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outputing a report to html
Message
 
To
27/09/2004 03:42:53
Brian O'Donovan
Crescent Computers
Cork, Ireland
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00946184
Message ID:
00946413
Views:
30
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
Previous
Reply
Map
View

Click here to load this message in the networking platform