Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 5.0 Email program (please help)
Message
De
23/05/2001 11:38:19
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
VFP 5.0 Email program (please help)
Divers
Thread ID:
00510400
Message ID:
00510400
Vues:
57
Hello All:

What I am trying to accomplish and selecting all my required fields from my table, there are 18 columns\fields. Second, in vb you can use "CR+" to format the data to the next line how is this done in VFP?
And Last, I would like to include the header name as well how can I do this?


* Send the Recipient name and resolve.

.RecipDisplayName = alltrim(faxmast.faxname)
.RecipType = 1
.ResolveName()

.MsgSubject = ALLTRIM(faxmast.cscode)
.MsgNoteText = ALLTRIM(faxmast.cscode)+space(1)+dtoc(faxmast.pkgid)
&& Is there a better way to do this, I have 18 fields to bring in, also I need && a way to include the header like you would do in VB?

.Send( .f. )
endwith

Thank you all very much in advance.

PM

"Keep coding!"
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform