Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to determine if an object exists
Message
De
08/05/1998 15:55:33
 
 
À
08/05/1998 15:27:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00098172
Message ID:
00098191
Vues:
27
>is there a function or way to determine if an object existson a form, like wexist() does for windows? TIA

Use AMEMBERS(laObjects, oForm, 2). This will produce a one-dimensional array laObjects with the name of all objects from oForm (your form name). You can then loop through the array looking for a specific object name.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform