Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I know If a Object exist?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00159912
Message ID:
00160135
Vues:
27
You can shortcut this a bit with this code:

If Type("Thisform.Command1.Name") = "C"


>>If TYPE("Thisform.Command1")="O" And Not IsNull(Thisform.Command1)
>> =messagebox("It really exists!")
>>Endif
>
>Thanks Edward, You have been doing a good job for me in these days
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform