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:
01437379
Vues:
30
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform