Re: Any way to send a fax from VFP via Activex?
- From: "Anders Altberg" <anders.altberg>
- Date: Sun, 1 Apr 2007 19:39:19 +0200
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
.
- Follow-Ups:
- References:
- Any way to send a fax from VFP via Activex?
- From: Zoom
- Any way to send a fax from VFP via Activex?
- Prev by Date: Re: VFP sending 8 character date in runtime with SET('CENT')='ON'
- Next by Date: Re: VFP sending 8 character date in runtime with SET('CENT')='ON'
- Previous by thread: Any way to send a fax from VFP via Activex?
- Next by thread: Re: Any way to send a fax from VFP via Activex?
- Index(es):
Relevant Pages
|