AMIT Posted March 20, 2016 Posted March 20, 2016 Hi, I accidentally move the mainform until the title bar of the form is out of the browser display area as shown in the attached file. I cannot close the form or even move it back in the browser display area. How to protect to not allow user to move the form out of display area. Please help. Quote
epos4u Posted March 20, 2016 Posted March 20, 2016 Hi, I accidentally move the mainform until the title bar of the form is out of the browser display area as shown in the attached file. I cannot close the form or even move it back in the browser display area. How to protect to not allow user to move the form out of display area. Please help. try this function window.beforerender(sender, eOpts) { sender.constrain=true; } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.