Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to say if an Object exist or not
Message
De
12/09/2000 04:52:23
 
 
À
12/09/2000 04:30:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00415299
Message ID:
00415300
Vues:
13
>text1 = newobject("textbax","c:\fox")
>
>Before this code line i want to test if this Object text1 exist how can I do .
>
>If I do
>
>? empty(text1) fox return text1 is not find
>? null(text1) fox return text1 is not find
>
>
>tanks for your help
Hi Galia,
Try
? type("text1")
if returns U text1 not exist.
Cemal.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform