|
Search This Site: |
|
|||||||
| microsoft.public.vb.general.discussion General Visual Basic Discussion |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
#1 |
|
Join Date: Apr 2006
Age: 33
Total Posts: 3
|
Re: Acces Denied when calling FaxDocument Submit
Neil wrote: > *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 * -- mauriziofaseli ------------------------------------------------------------------------ Posted via http://www.codecomments.com ------------------------------------------------------------------------ |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|