Hi,
I have a command button on my form that I want to use to send an e-mail (with attachment) through a Lotus Notes 5.0 client. I have the code behind the On Click event of the button. When I run it from work, where I originally set it up, it works fine. But here from home when I click on the button I get the message: Error 429 ... ActiveX component can't create object.
The debugger takes me to the following line in the code:
Set Session = CreateObject("Notes.NotesSession")
I looked in my references, and I do not have anything 'Missing'. Can anyone provide any help?
Thanks!
I have a command button on my form that I want to use to send an e-mail (with attachment) through a Lotus Notes 5.0 client. I have the code behind the On Click event of the button. When I run it from work, where I originally set it up, it works fine. But here from home when I click on the button I get the message: Error 429 ... ActiveX component can't create object.
The debugger takes me to the following line in the code:
Set Session = CreateObject("Notes.NotesSession")
I looked in my references, and I do not have anything 'Missing'. Can anyone provide any help?
Thanks!