Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending a record
Message
 
 
To
22/03/2008 14:16:33
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01304608
Message ID:
01304639
Views:
18
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform