J
John Wright
I have two devices setup on my Windows 2000 server and the fax printer is
installed. However I cannot share it nor can I connect to it via the
Extended COM library from visual basic. Is it possible to connect to this
server? I checked permissions and they are set for everyone to use the
server. When I connect I get a Run-time error '-2147023174(800706ba)':
Connection to fax server failed. The code to connect is
Dim x As FAXCOMEXLib.FaxServer
Set x = New FAXCOMEXLib.FaxServer
Dim y As FAXCOMEXLib.FaxDevice
x.Connect ("\\slfax01")
I can ping the server so I have connection to it. Any help is appreciated.
John
installed. However I cannot share it nor can I connect to it via the
Extended COM library from visual basic. Is it possible to connect to this
server? I checked permissions and they are set for everyone to use the
server. When I connect I get a Run-time error '-2147023174(800706ba)':
Connection to fax server failed. The code to connect is
Dim x As FAXCOMEXLib.FaxServer
Set x = New FAXCOMEXLib.FaxServer
Dim y As FAXCOMEXLib.FaxDevice
x.Connect ("\\slfax01")
I can ping the server so I have connection to it. Any help is appreciated.
John