For at least two years (or more) the following code has been running with no problems.
Now it runs, but nothing ever shows up on the target end.
I have transported the code to three different platforms... same results.. no email on the target.
CDO2000 does not return any error codes.... I am at...
The following code (VFP9 sp2) works fine except that when the email is delivered the value of
".cFrom" is ignored and replaced with the value in ".cUserName" which I do not want, what am I missing ?
.... code....
WITH loMail
.cServer = "smtp.comcast.net"
.nServerPort = 465
.lUseSSL = .T...
Been away fro VFP for years and of course now I cannot figure out a code segment for a very simple query.
SELECT pilot, flt_time from flights ORDER BY launch TO FILE temp
OK fine, creates a TXT file as wanted.
Want to add:
SELECT pilot, flt_time+" minutes" from flights ORDER BY launch TO...
Got to have a mind block here
Error.. cannot find the last file.. but it is there... is there another syntax for multiple file attachments?
.cAttachment = "C:\onedrive\GHSAdata\dispatcher\flights.dbf, ;
C:\onedrive\GHSAdata\dispatcher\flights.cdx, ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.