Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Just when you think you've seen everything...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00405548
Message ID:
00405823
Vues:
44
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform