1) User 1 logs in with admin rights and opens up form1
2) Lock Screen happens due to timeout or pushing F11
3) User 2 logs in with lower rights than User 1
4) Here I want to close form1 so that User 2 has a fresh start with no open screens.
Question:
Is there a way to temporarily provide admin or the last users rights so that open forms can be closed programatically and then return to using User 2's rights? Cory Cookson
Software Developer
Occupational Health Research
Have you also tried Greg's advice, and worked on your Login form? Since we are fighting the normal behavior of the SessionLock, working on your Login form could give you some flexibility to take care of actions.