Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PEMSTATUS( )
Message
De
27/08/1999 08:59:25
 
 
À
27/08/1999 08:39:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00258341
Message ID:
00258350
Vues:
10
To find a textbox on your form something like this should work:

for each ctrl in thisform.Controls

if ctrl.BaseClass = 'Textbox'
** do whatever
endif

endfor

As for your second question to you mean cClassName? If so, this would indicate the class that you are querying to get info regarding a Property, Method, or Event (PEM).

HTH

>Hi,
> How could I check are there any textbox in my form using PEMSTATUS? Or any others ways?
> What does cobject mean in 2nd parameter of this function?
>
>Thank you

>Hi,
> How could I check are there any textbox in my form using PEMSTATUS? Or any others ways?
> What does cobject mean in 2nd parameter of this function?
>
>Thank you
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform