Hi,I need a way to be able to log out back to my login form, that requires the user to login again. I have used the following code
Login.LoginFormType =
GetType(Alarm64_Login)Login.ShowLoginAndAuthUser(
True)But if the exit button is clicked, the user drops back into the application.
I was kind of looking for a securitybasics.currentuser.logout?
thanks
Geoff.