Paradox Community

Items in pnews.paradox-programming

Subject:Re: Upgrading to Win 10 and P11
Date:Thu, 17 Sep 2020 17:41:18 +0200
From:"Ian Espie" <ianespie@mweb.co.za>
Newsgroups:pnews.paradox-programming
Thank you - it works. Ian

"modridirkac"  wrote in message news:op.0q29q2cy34j8uf@n-jurez.mshome.net...

var m mail
endVar
    m.addAddress("JDOE")
    m.addAddress("SSMITH", MailAddrCC)
    m.setSubject("Final sales numbers")
    m.setMessage("The final sales numbers are attached")
    m.addAttachment("c:\\temp\\msg.TXT")


   if cmOLSendMail(m) then
    MsgInfo("OK","")
    else
    MsgStop("not OK","")
    endIf




You have to fill "mail" variable, then pass this variable to cmOLSendMail
method.
You can look at help for "mail" to see what you can do with it.

Jure 


Copyright © 2004 thedbcommunity.com