Simulate 'F5' feature by LotusScript/@Formula/Java

Hello.I need to simulate the ‘F5’ feature by script, @formula or java.

In fact i would like to just clicking on a view action, to be asked again for the Id user password, and block notes until entered it.

Is it possible to do it?

thx

Subject: Simulate ‘F5’ feature by LotusScript/@Formula/Java

How about searching the Designer Help??

Read about @Command( [ToolsUserLogoff] ) .

Subject: Simulate ‘F5’ feature by LotusScript/@Formula/Java

The Command @Command( [ToolsUserLogoff] ) works and forces the user to enter their password before proceeding. The only thing I wish it would do is display the blank screen while doing that, but it does force a valid password response. I have not found a way to get an exact match to the F5 function though.