Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email
Message
 
 
To
02/08/2005 23:34:38
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Email
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows 2000 SP4
Miscellaneous
Thread ID:
01037177
Message ID:
01038081
Views:
20
Sorry but I cannot make choice for you.
In regard to blat.dll, you've extraneous ';' in the parameter list. See correction directly in the code below

>Boy, I've tried half dozen of these things. Cant get any to work!
>
>They come back with error 1.
>"File name (message text) not given OR Bad argument given"
>
>Even the wiki blat (five lines of code) returns that error.
>Here are the 5 lines:
>
>
>LOCAL lcDll, lcCmd, lnResult
>lcDll = "blat.dll"
>DECLARE INTEGER Send IN (lcDll) STRING blatstring
lcCmd = 'wikibody.txt -t debra@roncherry.com -s "VFP email" -f cherry@roncherry.com -server mail.roncherry.com '
>lnResult = Send(lcCmd)
>?lnResult
>
>
>See anything obvious?
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform