January 28, 200620 yr On one of my layouts, I need to make it impossible for the user to exit the application. So, when they click on the upper right red cross, I'd like to display a message "go to the main layout before exiting" and then stop the shutdown process (I can't simply go to the main layout because of various user based validations). Any help would be appreciated :clap:
January 28, 200620 yr Put the users into a paused script on that layout with "Allow User Abort" turned off. Also, place a hidden field on that layout that has a not empty validation. Users will be stuck on that layout until they press a button resuming your script and filling the hidden field.
February 1, 200620 yr One suggestion I heard recently is to make the shutdown script open a new window before closing. Make the new window the samw as the window being closed.
Create an account or sign in to comment