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:
01437381
Vues:
54
This message has been marked as a message which has helped to the initial question of the thread.
>Hmmmm now that's is showing signs of life
>I have two scenerios for you
>
>if i do this - i get the 'reading destroy' mesage but the popup is frozen when the form disappears
>this DOESN NOT jump to the release portion
>
>entry in destroy:
>wait window "reading destroy"
>CLEAR EVENTS
>
>entry in release:
>wait window "Reading Release"
>dodefault()
>thisform.release()
>
>_______________________
>if i do this - i get the 'reading destroy' message AND then the 'reading release' message
>however the popup is still frozen when the form disappears
>this DOES NOW jump to the release portion
>
>
>entry in destroy:
>wait window "reading destroy"
>CLEAR EVENTS
>thisform.release()
>
>entry in release:
>wait window "Reading Release"
>dodefault()
>
>Question for you naomi - My form is called a09. should there be a specific command in there for that specific form name?
>
>thanks for staying with me on this.
>
>k

No, there is no such command. Ok, let's remove read events from your menu and from your form clear events. Is this form modal? If it's modal, it should work Ok without any extra stuff. What is WindowType for the form?
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