Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 5.0 Email program (please help)
Message
From
23/05/2001 11:38:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
VFP 5.0 Email program (please help)
Miscellaneous
Thread ID:
00510400
Message ID:
00510400
Views:
56
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!"
Next
Reply
Map
View

Click here to load this message in the networking platform