Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting the HTML source from HTML report
Message
 
To
06/12/2005 14:04:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01075393
Message ID:
01075460
Views:
14
>Thanks for that. It works and i'm using it to be contained in a memory variable. Hope it wont blow when the HTML is large. Can I just clear the memory variable like so? Thanks again!
>
> m.Body = filetostr(myhtmlrpt.html)
> sendmail(cemailadd, m.body)
> m.Body = ""
>
You can, but you can do that way:
  sendmail(cemailadd, filetostr(myhtmlrpt.html))
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform