Re: Any way to send a fax from VFP via Activex?



Hi
IF
o1=CREATEOBJECT('faxcontrol.faxcontrol')
?o1.IsFaxServiceInstalled
returns .T. you've already got the Windows component installed and then you
can do:
oFax=CREATEOBJECT('faxserver.faxserver')

If not start Add/Remove Software on the control panel and install Windows
Components -> Fax Services. Have your XP CD ready.

-Anders

"Zoom" <keashdoc@xxxxxxxxxxx> wrote in message
news:YLKdnUoiAfkhW5LbnZ2dnUVZ_syunZ2d@xxxxxxxxxxxxxx
Hello,

Does anyone know of any ActiveX to send a fax from within VFP?
Preferably something that also send Microsoft Word files as faxes.

Thanks

Zoom




.



Relevant Pages