I'm trying to make something like the alert that tells you your session is about to expire in the Web Client, but in the Smart Client. I was thinking on an AES event handler with a prompt that waits for the user choice, otherwise it logs the user out the system. But AES prompt actions are limited to the Mongoose inbox and the email, and what I want is a window like the Application.ShowMessage() method like a form script would do. I do something similar calling the DefineVariable bd method in AES and GetVariable in a form script, but in this case it won't work because I'd have to modify the script of every single form.
Do you know a way to send automatically this type of message without a form script?
Thanks in advance.