Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting the HTML source from HTML report
Message
 
À
06/12/2005 14:04:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01075393
Message ID:
01075460
Vues:
13
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform