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
Is there a way at this point to tell security to reload so that the forms are not disabled?
It just feels like I'm missing something simple here (or not explaining myself well enough) Cory Cookson
I see you worked your code in the AfterSessionLock. Have you tried managing your users in the BeforeSessionLock too?