sendobject doing nothing

vipersmind

it can't be!
Local time
Today, 09:04
Joined
Dec 26, 2002
Messages
82
Hi
I am trying to send a report to one email from form.
My code is fired from a command button.

It flashing up quickly saying that it's sending the report but nothing happens.

We use Novell Groupwise.


Code:
  DoCmd.SendObject acSendReport, "StopeReport_Rise", _
 acFormatHTML, "email@somewhere.com.au", , , "test", "test", True
 
update

I have been playing around with this SendObject and even if I leave out the e-maill address it says that it is sending but nothing happens.......
:confused:
 
:D Anyone? Anyone? :D
 
vipersmind said:
We use Novell Groupwise.
The code looks ok, Groupwise could be yorr problem. Can you temporarily set Outlook (or Express) as the default client and see if it works? This should narrow down the problem.
 
I have a patch that may correct the problem called "Groupwise Mail to Protocol Handler"

This utility will make changes to enable Internet Explorer users to click on 'mailto' links and have a GroupWise mail view invoked.

that worked for me.


Let me know if you are interested and I will email it to you.
Or maybe reistall Groupwise again that may also help.
 
Last edited:

Users who are viewing this thread

Back
Top Bottom