Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Show form
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01437233
Message ID:
01437356
Vues:
42
>Hi Naomi - i'm trying to understand your instructions -
>
>i have placed
>
>dodefault()
>CLEAR EVENTS
>
>in the release of the form
>
>and
>
>case bar()=1
>do form showdata
>show events
>thisform.release()
>case bar()=2
>etc
>
>the program still freezes when i close the form
>am i following you correctly??
>
>thanks
>k

I think you meant READ EVENTS.

I believe it should work if you did it this way as you showed.

But in general you don't do it like this. You put READ EVENTS right after do menu myMenu.mpr command in your main program and have CLEAR EVENTS in the function that is called from Exit menu (same function is assigned to ON SHUTDOWN).
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform