Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Close ALL forms
Message
 
 
À
01/06/2001 05:54:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00513626
Message ID:
00514067
Vues:
14
Kev, Jens and James

You should get in the habit of calling QueryUnload() and only issue the Release() call if the form says that it's ok to release it.
for lnCount = 1 to _screen.FormCount
   if ( _screen.Forms[1].QueryUnload() )
      _screen.Forms[1].Release()
   endif
endfor
>>FOR x = 1 TO _Screen.FormCount
>>_Screen.FOrms(x).Release()
>>ENDFOR
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform