Hello, I'm making a "permanently open" form to logout a user with a timer (like some cyber cafes do when they block your user when your time runs out) and the Application.Signout() method in a form script. It's mostly working just fine, but when the user has unsaved changes within an open form, the "Save changes" prompt cancels the signout process.
Is there a way to ignore the prompts and force the signout? I can't find a function to do that.
Thanks in advance.