Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Close a specific form
Message
 
 
À
20/08/2004 23:21:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00935143
Message ID:
00935148
Vues:
19
>Hi. VFP7. I want to release a form, but only if it exists. How do I test for the presence of a particular form?
>
Hi Randy,
FOR EACH loForm IN _SCREEN.FORMS
  IF loForm.Caption = "Whatever"
     loForm.Release()
  ENDIF
ENDFOR
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform