I am currently using a Visual FoxPro program to load a daily batch of
outgoing faxes into WinFaxPro version 10.0.

Sometimes the process of sending the faxes to WinFax stalls. Sometimes
WinFax shows that the fax wasn't sent successfully when it really was. So
the fax is resent which annoys the recipient.

Here's the question: Is there a more reliable tool than WinFax that I can
use to send faxes in VFP?
Thanks,

Kimball






-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----

Re: WinFax by Anders

Anders
Tue May 18 04:56:35 CDT 2004

There'a a FaxServer object built in to Windows 2000 and XP.
If it's been set up
oFax=CREATEOBJECT('faxserver.faxserver')

PEMs:
ArchiveDirectory
ArchiveOutboundFaxes
Branding
Connect
CreateDocument
DirtyDays
Disconnect
DiscountRateEndHour
DiscountRateEndMinute
DiscountRateStartHour
DiscountRateStartMinute
GetJobs
GetPorts
PauseServerQueue
Retries
RetryDelay
ServerCoverpage
ServerMapiProfile
UseDeviceTsid

The document object has these PEMs
BillingCode
CallHandle
ConnectionObject
CoverpageName
CoverpageNote
CoverpageSubject
DiscountSend
DisplayName
EmailAddress
FaxNumber
FileName
RecipientAddress
RecipientCity
RecipientCompany
RecipientCountry
RecipientDepartment
RecipientHomePhone
RecipientName
RecipientOffice
RecipientOfficePhone
RecipientState
RecipientTitle
RecipientZip
Send
SendCoverpage
SenderAddress
SenderCompany
SenderDepartment
SenderFax
SenderHomePhone
SenderName
SenderOffice
SenderOfficePhone
SenderTitle
ServerCoverpage
Tsid

-Anders

"Caprenos" <techsupport@caprenos.com> wrote in message
news:40a966cd$1_3@corp.newsgroups.com...
> I am currently using a Visual FoxPro program to load a daily batch of
> outgoing faxes into WinFaxPro version 10.0.
>
> Sometimes the process of sending the faxes to WinFax stalls. Sometimes
> WinFax shows that the fax wasn't sent successfully when it really was. So
> the fax is resent which annoys the recipient.
>
> Here's the question: Is there a more reliable tool than WinFax that I can
> use to send faxes in VFP?
> Thanks,
>
> Kimball
>
>
>
>
>
>
> -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
> http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
> -----== Over 100,000 Newsgroups - 19 Different Servers! =-----