Is there a way to check if Lotus Notes is open and that the user is logged on (Access97)? I am e-mailing succesfully, but if the user is not logged on to notes, I get the following two errors:
"The NOTES.ini file cannot be found on the search path (PATH): notes.ini" (This one appears to be a Windows or Lotus Notes Error)
then
"Run-time error '429' ActiveX component can't create object" (this one is an MSAccess Error)
at the following command
Set Session = CreateObject("Notes.NotesSession")
I could use error handling, but is there a better way?
Cheers,
(I have also asked this in VB forum, but no response as yet)
"The NOTES.ini file cannot be found on the search path (PATH): notes.ini" (This one appears to be a Windows or Lotus Notes Error)
then
"Run-time error '429' ActiveX component can't create object" (this one is an MSAccess Error)
at the following command
Set Session = CreateObject("Notes.NotesSession")
I could use error handling, but is there a better way?
Cheers,
(I have also asked this in VB forum, but no response as yet)