Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PEMSTATUS( )
Message
From
27/08/1999 08:59:25
 
 
To
27/08/1999 08:39:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00258341
Message ID:
00258350
Views:
9
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform