Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP and Email
Message
 
 
À
18/01/2001 21:49:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Divers
Thread ID:
00465540
Message ID:
00465904
Vues:
12
>Is there a way to send a VFP report as an email in as fewest step as possible?
>
>Thanks.

The following is from msdn about using cdonts.

myMail = CreateObject("CDONTS.NewMail")
myMail.From "Example@microsoft.com"
myMail.To "Someone@microsoft.com"
myMail.Subject "Sample Message"
myMail.Body = "This is a sample message."
myMail.AttachFile "c:\your_report.frx"
myMail.Send()
Jake
Wine is sunlight, held together by water - Galileo Galilei
Un jour sans vin est comme un jour sans soleil - Louis Pasteur
Water separates the people of the world; wine unites them - anonymous
Wine is the most civilized thing in the world - Ernest Hemingway
Wine makes daily living easier, less hurried, with fewer tensions and more tolerance - Benjamin Franklin
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform