1. RE: Sending Fax
Ray Tomes wrote:
> Has anyone ever sent faxes from euphoria? What is the best way to do
> this?
If you are bound to use a certain fax-server, you might
have to dig into their API (most have one), or use the
printdriver for the fax software.
I myself use a faxserver called ActiveFax that has a very
open interface to communicate with it. You can use a print
driver (like with most fax software) but also just dump your
file into a specific directory and the server picks it up for
sending. It also has a specific font that you can use to
communicate information to the server (like faxnumbers), making
it's integration into software completely transparent.
http://www.actfax.com/ for more info.
Hans Peter Willems