Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I check if a form is open (ie not released)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00692902
Message ID:
00693270
Vues:
30
Colin,

The activeform property of _Screen is a single reference to a single object when there is a from that has focus. You probably want to use _Screen.Forms(), which is the collection of all forms open.
FOR EACH loForm IN _screen.Forms()
   WAIT WINDOW loForm.Caption
ENDFOR
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform