Locking the Lotus Notes Window

Hi,

How to Check wthether the Logout screen has come or not when Lotus Notes Client or Designer is open i.e. whether the Lotus Notes Window has been locked or not. Please note that this needs to be checked through code(Lotusscript). Please help me asap as this is really urgent.

Soumya

Subject: Locking the Lotus Notes Window

Why do you need to know this? Are you attempting to run something and you think it is not working because of this?

Subject: RE: Locking the Lotus Notes Window

Hi Thomas,

I need to check this in the Lotusscript, there is a requirement. How can I do it through Lotusscript. If you can help it will be great.

Thanks in Advance.

Soumya

Subject: RE: Locking the Lotus Notes Window

Check it how, exactly? If the user is logged out or has the workstation locked, what is going to trigger the code? Remember, if the user has the Notes client locked, the login information required to run most code is not available.

Subject: RE: Locking the Lotus Notes Window

Hi Stan,

You mean to say that the Logout screen has come means Notessession has expired. In that case is there any way to check whether the Notessession has expired or not through the Lotusscript. Your help will be greatly appreciated.

Thanks in Advance.

Soumya

Subject: RE: Locking the Lotus Notes Window

Again – what’s going to trigger the code, and what ID is going to run it if the user is logged off?

Subject: RE: Locking the Lotus Notes Window

Hi,

Actually we are trying to access lotus notes from a VBA application. The VBA application tries to send email from lotus notes. To do so, we need to find out whether the lotus notes window is locked or not. Please help.

Soumya