Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Chilkat email problem with loEmail.Body =
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01621833
Message ID:
01621835
Views:
47
>I have a variable of about 100 characters called lesa
>
>I want to sent it as body of text
>
>I cant seem to find the right format
>
>Is it
>
>loEmail.Body = lesa
>
>or
>
>loEmail.Body = &lesa
>
>Or what? any ideas?

If lesa is pure string like:
Lesa = "Something that should be in the body"
loEmail.Body = m.lesa
but if lesa contains name off a field or variable where the string is stored that it should be macro:
myLesa = "Something that should be in the body"
Lesa = "myLesa"
loEmail.Body = &lesa
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform