Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

FAXING VIA EXCHANGE

0 views
Skip to first unread message

PETER

unread,
Jun 12, 1998, 3:00:00 AM6/12/98
to

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


0 new messages