Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Just when you think you've seen everything...
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00405548
Message ID:
00405823
Views:
42
>What isn't in the call stack is interesting, there's not a reference to ExitBtn1.Click nor another to QueryUnload(). It's as if there's no user intervention at all. That's another thing that makes me wonder if the Windows shutdown sequence wasn't at work here.

Thats a normal thing. Which is what I was explaining earlier (or maybe I didn't post that), wether you called Release() or the user clicked the "X" button won't show up, because after you call release(), it will also do any code after Release() in the whole call stack up until where the form was called before the form.

Then it will internally do Destroy() so the call stack in Destroy() would be blank. But using ReleaseType, you should be able to tell how it was killed.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform