Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where to extract grid props when form closes?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00302791
Message ID:
00302881
Vues:
17
Michael,

If you wna this to occur everytime the fomr is released no matter how it is released, then put your code in the form's Destroy event. It fires before the contained objects have been destroyed.

The QueryUnload event only fires if the form is released using the Close (X) button or through RELEASE FormReference. If Thisform.Release() is called the form is released but the QueryUnload does not get fired. The Destroy gets fired for all methods of releasing the form.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform