Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Store many fields to a variable
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00876076
Message ID:
00876077
Views:
11
This message has been marked as the solution to the initial question of the thread.
Hi Moises,

To get your variable with all emails, try this code:
m.YourEmails = ''
Select YourTable
Scan For !Empty(YourTable.Email)
   m.YourEmails = m.YourEmails + YourTable.Email + '; '
EndScan
_ClipText = Iif(Empty(m.YourEmails),'',SubStr(m.YourEmails,1,Len(m.YourEmails)-2))
And then, just press CTRL+C in your outlook. I think you can't use OLE-Automation using Outlook Express.

[]s!
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rodolfo Duarte
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform