Bug? Shutting down windows doesn't send a _CloseRequest and _close event

jmon

Well-Known Member
Licensed User
Longtime User
Hi,

I have done some test, and when I shutdown windows (7, x64), I don't get a call to the _CloseRequest and _close event of the form. So the application is just killed when shutting down windows, and not closed properly.

The _CloseRequest and _Closed are only called when using the [X] button, or right clicking on the taskbar.

Is there something I am missing, like an event that I haven't seen that could catch the kill or shutdown request from windows?

Thanks.
 

jmon

Well-Known Member
Licensed User
Longtime User
Is there a crash handler? How about opened SQL connections or other objects in memory that should be cleared? I hope they add something like that in the next releases, I think it's quite important, also for debugging purposes

Thanks Erel.
 
Top