Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLE error... Microsoft Faxserver
Message
 
 
To
24/04/2008 12:13:06
Raza Malik
Universal Accounting Software
Edgewater, New Jersey, United States
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 7 SP1
Miscellaneous
Thread ID:
01312884
Message ID:
01313287
Views:
25
See if Re: Faxserver document handle Message #1313235 can help

>
>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
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform