Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling method
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00130515
Message ID:
00130521
Vues:
16
>I have thisform.release in a command button. Is there any way to no
>in the Unload event what the calling method was?
>
>Thanks,
>Matt

You can enforce it, e.g. by setting some custom property
***button.click event
Thisform.releaseflag=8
Thisform.release
***form.destroy event
If this.releaseflag=8
=messagebox("This is button!")
Endif
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform