Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Close application when the main window x is clicked on
Message
From
03/08/2022 23:40:14
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01684781
Message ID:
01684782
Views:
50
Hi Dmitry,

1. Can I disable (gray) the X in the upper right corner of the main window (_screen)?
Just set the Closable property to .F.

2. What else can I do to make the application close when user clicks on the x?
You may check out the QueryUnload event. Here I ask user to confirm if he really wants to exit the application. You can then issue NODEFAULT if he cancels. Also check out the ReleaseType property.

>Hi,
>Another follow up to the question about a one-form application.
>I put the CLEAR EVENTS in the Unload method of the form. It works when I release the form first.
>But if, while the form is open, I click on the x (in the upper right corner; the _screen) the application wont close. I have to do it with the Task Manager.
>I added ON SHUTDOWN CLEAR EVENS right before the READ EVENTS line. But it does not do anything.
>My question:
>1. Can I disable (gray) the X in the upper right corner of the main window (_screen)?
>2. What else can I do to make the application close when user clicks on the x?
>
>TIA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform