How do I log off user from LS?

Hi!

I need a way of forcing the user to reenter his Notes password from Lotusscript. All I can find is the @Command([ToolsUserLogoff]), but that doesn’t help me since I can’t call it from my LS code.

(Or do you know any other good way of handling FDA 21 CFR Part 11.200a1ii in a Notes-based documentation management system?)

Best regards

Karl Hagström

Subject: How do I log off user from LS?

http://www.eknori.de/2004-10-09/commandtoolsuserlogoff-in-lotus-script/

Subject: RE: How do I log off user from LS?

Thanks a lot! I seems to work fine, aside from one little problem…

I make the call to “Logoff” in the middle of a script, and it seems that the logoff call runs in parallel with my script, causing the logoff to come into effect randomly. Sometimes the login sceen pops up before one of my own messageboxes, sometimes after it. And sometimes the lofin screen doesn’t pop up at all…

I have tried to halt the script using the “Sleep” call, but that seems to halt all Notes activity, not getting me any closer to a solution.

Any ideas?

Subject: RE: How do I log off user from LS?

This would be good had the link stayed active. Ah, well.