I am trying to get Paradox to send faxe via Exchange. The below example
from the online help in PDOXWIN
sends a message (about sales results) to John FAX :
var
m MAIL
endVar
method pushButton ( var eventInfo Event )
m.addAddress("JoeFax")
m.setSubject("Final sales numbers")
m.setMessage("The final sales numbers are attached")
m.addAttachment("SALES.TXT")
endMethod
The question is, I do not want to send an attachment, but a report directly
from Paradox
via exchange and pass on the FAX number to EXCHANGE. Similiar if you were
printing to fax, but I want to be able
to give exchange where to fax my report.
Any suggestion how to achieve that will be appreciated.
Pe...@blueoceanlines.com