A
AlCamp
On an Access97 form, on an OnClick event I initiate a...
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... I've even answered
some posts here regarding the SendObject function.
I checked my references, the .mdb is not ReadOnly, although I always use
module code the SendObject Action does display in the Macro command list,
and I tried the MSKB on "Error 2046" "Send Object not available" etc...
etc.. with no luck.
Really weird... is this a known bug/problem? Never have seen it on these
NGs, and I'm very surpised I didn't find more on this on the web.
Any help greatly appreciated...
Thanks,
Al Camp
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... I've even answered
some posts here regarding the SendObject function.
I checked my references, the .mdb is not ReadOnly, although I always use
module code the SendObject Action does display in the Macro command list,
and I tried the MSKB on "Error 2046" "Send Object not available" etc...
etc.. with no luck.
Really weird... is this a known bug/problem? Never have seen it on these
NGs, and I'm very surpised I didn't find more on this on the web.
Any help greatly appreciated...
Thanks,
Al Camp