Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending a record
Message
 
 
À
22/03/2008 14:16:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01304608
Message ID:
01304639
Vues:
17
>Dear All,
>How I can send a complete record directly to the default e-mail client
>thank you
#define CRLF chr(13) + chr(10)
lcStr = ''
for i=1 to fcount()
  lcStr = CRLF + m.lcStr + field(i) + ": " + transform(evaluate(field(i)))
next
and see http://www.ml-consult.co.uk/foxst-22.htm to send e-mail or
http://fox.wikis.com/wc.dll?Wiki~AutomatedEmail .
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform