SendObject fails

  • Thread starter Thread starter AlCamp
  • Start date Start date
A

AlCamp

On an Access97 or an A2K form, on an OnClick event I initiate a simple...
DoCmd.SendObject acSendReport, "rptMyReport"

The procedure fails with...
RunTime error 2046
The Command or Action 'Send Object' is'nt available now.

I know I've used SendObject successfully in the past with A97... I've even
answered
some posts here regarding the SendObject function.

1. My A97 references are OK...(Vb for Apps, 8.0 ObjLib, and DAO 3.51)
2. OExpress is my default email program per InternetSetup (SendTo works
fine)
3. The .mdb is not ReadOnly.
4. I tried the MSKnowledgeBase on "Error 2046" "Send Object not available"
etc...
etc.. with no luck.
5. Removed my SpamPal and tested... no luck.

Really weird... is this a known bug/problem?

Any help greatly appreciated...

Thanks,
Al Camp
 
Problem solved!
I had removed Outlook when I had first installed my system and used just OE
for my Email and NG work.
I re-installed it, and that fixed the File/Send and SendObject problem.
Al Camp
 
Back
Top