Re: Any way to send a fax from VFP via Activex?
- From: "Zoom" <keashdoc@xxxxxxxxxxx>
- Date: Sun, 1 Apr 2007 13:53:10 -0500
Thanks for the reply Anders. VFP returned a .T. for the
IsFaxServiceInstalled. How do I actually send a fax using VFP after these
statements?
Thanks
Zoom
----- Original Message -----
From: "Anders Altberg" <anders.altberg>
Newsgroups: microsoft.public.fox.programmer.exchange
Sent: Sunday, April 01, 2007 12:39 PM
Subject: 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
.
- Follow-Ups:
- Re: Any way to send a fax from VFP via Activex?
- From: Anders Altberg
- Re: Any way to send a fax from VFP via Activex?
- From: Anders Altberg
- Re: Any way to send a fax from VFP via Activex?
- References:
- Any way to send a fax from VFP via Activex?
- From: Zoom
- Re: Any way to send a fax from VFP via Activex?
- From: Anders Altberg
- 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: Re: 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
|