Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get all e-mails from a DBF
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Get all e-mails from a DBF
Divers
Thread ID:
00884446
Message ID:
00884446
Vues:
40
The code below is from a fried of this forum
It get´s all e-mail from a field off DBF and
store them to a variable.

How can I get only e-mail from state = "XX"

Regards

Moises



m.YourEmails = ''
Select correios_rec
goto 1
*Scan For !Empty(correios_rec.E_mail1)
scan
m.YourEmails = m.YourEmails + alltrim(correios_rec.E_mail1) + '; '
EndScan
_ClipText = Iif(Empty(m.YourEmails),'',SubStr(m.YourEmails,1,Len(m.YourEmails)-2))
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform