DEFINE MAIL oMail ;
     SUBJECT cSubj ;
     TEXT cText ;
     FILES cSndFile, cSndFile ;
     FROM USER ;
     TO MailTo
   ACTIVATE MAIL oMailI added the following:
LOCAL cType := 'txt/html'
Then I added the following to the call above:
TYPE cType
In the documentation, TYPE is a valid addition. However, when I add this in, then I get the message "The object cannot be found".
I have a ( nagging ) client who wants to add a signature and graphic to his outgoing emails, and that requires HTML.
Any thoughts on this ?
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit