N
Neil
Hello all:
I have a Windows 2003 SBS server. My client is Windows XP.
I wrote this VB code in Access to send faxes using the FAXCOMEX
library:
Dim FS As New FAXCOMEXLib.FaxServer
Dim FD As New FAXCOMEXLib.FaxDocument
FS.Connect "MyServer"
FD.Body = "C:\Temp\test.rtf"
FD.CoverPageType = fcptNONE
FD.DocumentName = "Test"
FD.Priority = fptHIGH
FD.Recipients.Add (faxNumber)
FD.Submit("MyServer")
I am getting an Access Denied error on the FD.Submit line.
I have the fax printer installed on my machine and I can print anything
I want to it and it faxes fine. When I installed the fax printer, I
provided the user name and password I set up for it and I told it to
remember the password.
Any ideas?
Thanks
Neil
I have a Windows 2003 SBS server. My client is Windows XP.
I wrote this VB code in Access to send faxes using the FAXCOMEX
library:
Dim FS As New FAXCOMEXLib.FaxServer
Dim FD As New FAXCOMEXLib.FaxDocument
FS.Connect "MyServer"
FD.Body = "C:\Temp\test.rtf"
FD.CoverPageType = fcptNONE
FD.DocumentName = "Test"
FD.Priority = fptHIGH
FD.Recipients.Add (faxNumber)
FD.Submit("MyServer")
I am getting an Access Denied error on the FD.Submit line.
I have the fax printer installed on my machine and I can print anything
I want to it and it faxes fine. When I installed the fax printer, I
provided the user name and password I set up for it and I told it to
remember the password.
Any ideas?
Thanks
Neil