Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Store many fields to a variable
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00876076
Message ID:
00876077
Vues:
9
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform