Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLE error... Microsoft Faxserver
Message
From
24/04/2008 12:13:06
Raza Malik
Universal Accounting Software
Edgewater, New Jersey, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
OLE error... Microsoft Faxserver
Environment versions
Visual FoxPro:
VFP 7 SP1
Miscellaneous
Thread ID:
01312884
Message ID:
01312884
Views:
78
Hello Experts...

I just start using MS Faxserver to send faxes through a VFP application. Faxserver is working fine, tested and all permissions is given to all users.

Liatsed below is the code is use to test the Faxserver.
xfaxsoftw = "\\server\FaxServer" 
oFax = CreateObject("faxserver.faxserver")
oFax.connect(xfaxSoftw)
fd = oFax.CreateDocument("c:\testdoc.doc")
fd.FileName = "c:\test.doc"
fd.Faxnumber = "2121239999"
fd.Displayname = "MYNAME"
fd.sendcoverpage = .f.
fd.Faxdocument.Send
oFax.Disconnect()
release oFax, fd  
running my program in one machine on the network it gives this error when it
runs the line to "Connect":

"OLE error code 0x80004005 unspecified error"

What am I doing wrong ?

Any suggestions? Thanks.

Raz
Next
Reply
Map
View

Click here to load this message in the networking platform