Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to determine if an object exists
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00098172
Message ID:
00098266
Vues:
35
>Jeff,
>
>I use this UDF:
>
>* isobject.prg 29-Jun-95
>
>lparameter roObject
>
>return( ( type( "m.roObject" ) == 'O' ) and ( ! isnull( m.roObject ) ) )
>
>
>>is there a function or way to determine if an object existson a form, like wexist() does for windows? TIA

David,

Gee mine is almost lke yours;
 LPARAMETERS poObj
 RETURN TYPE("poObj.Name") = "C"
Saves the ISNULL() stuff.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform