Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: colfrank
  • Content: Threads
  • Order by date
  1. colfrank

    VFP & CDO2000 Mystery... aka Need Help

    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...
  2. colfrank

    CDO2000 email question

    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...
  3. colfrank

    SQL SELECT brain dead

    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...
  4. colfrank

    CDO2000 attachments

    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, ...

Part and Inventory Search

Back
Top