How can I send a fast report by fax?
Hi all,
I'm using a Fast Report Component on Delphi 7.0
I want to send an output report to more than one client for example by fax,
without print the report first and manually send it.
It is possible to do that?
Any help will be appreciated ....
Regards,
Khalid
I'm using a Fast Report Component on Delphi 7.0
I want to send an output report to more than one client for example by fax,
without print the report first and manually send it.
It is possible to do that?
Any help will be appreciated ....
Regards,
Khalid
Comments
What you do is generate the report, save the resulting PDF (which I would recommend as the format) to disk.
Then you create an e-mail, attach the PDF and send it to the fax service.
The one we use here gets the e-mails as "phonenumber@vax....." and turns the attachment into a fax sent on to the client.
If you require an e-mail component you can get one as a free download from www.scalabium.com
Peter
Technisoft