D
donkeytrain
I am attempting to develop a tool in microsoft access 2002 / VB for
Applications / Microsoft Fax Service / Windows 2000 professional to fax
all of our clients notification of a service change.
The following code sends the fax:
DoCmd.SendObject acReport, "FaxReport", acFormatRTF, _
"[fax: " & "1234567890" & "]", , , , , False
Where FaxReport is a report that contains a single page of information
to send to our clients.
The fax email will appear in the outbox in outlook no problem, however
when send/receive is run I get the following error:
Task 'Fax Mail Transport - Sending' reported error (0x800C8100):
'Unknown Error 0x800C8100'
I get this error when send/receive is run automatically in the
background, and when I run it manually.
However, if I open up the message manually from the outbox, and click
the "Send" button manually, the fax will go through without a problem.
I have Symantic WinFax basic edition 10.0 (The one that comes with
norton systemworks) installed on this computer, however I do not
believe that it should be related to this issue in any way. Might this
be conflicting with the send/receive process? If so, why can I open the
message manually from the outbox and send it successfully?
I would appreciate any help I can get!
What I would like to do is be able to send alot of faxes from an access
report, and leave it overnight if possible.
thank you,
Evan
Applications / Microsoft Fax Service / Windows 2000 professional to fax
all of our clients notification of a service change.
The following code sends the fax:
DoCmd.SendObject acReport, "FaxReport", acFormatRTF, _
"[fax: " & "1234567890" & "]", , , , , False
Where FaxReport is a report that contains a single page of information
to send to our clients.
The fax email will appear in the outbox in outlook no problem, however
when send/receive is run I get the following error:
Task 'Fax Mail Transport - Sending' reported error (0x800C8100):
'Unknown Error 0x800C8100'
I get this error when send/receive is run automatically in the
background, and when I run it manually.
However, if I open up the message manually from the outbox, and click
the "Send" button manually, the fax will go through without a problem.
I have Symantic WinFax basic edition 10.0 (The one that comes with
norton systemworks) installed on this computer, however I do not
believe that it should be related to this issue in any way. Might this
be conflicting with the send/receive process? If so, why can I open the
message manually from the outbox and send it successfully?
I would appreciate any help I can get!
What I would like to do is be able to send alot of faxes from an access
report, and leave it overnight if possible.
thank you,
Evan