Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Child controls
Message
From
10/07/2011 22:51:20
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Miscellaneous
Thread ID:
01517848
Message ID:
01517851
Views:
44
>>Hi All:
>>
>>I want to uncheck all the checkboxes on a particular pagetab. How can I get a list/array of all the names of the controls on this pagetab, so that I can just loop though them?
>>
>>Thanks,
>>
>>Yossi
>
>for each loControl in this.Controls  FOXOBJECT
>   if loControl.Baseclass = 'Checkbox'
>       * do something
>   endif
>next
>
>
>you can write the above for the page's method.

Thanks!
Previous
Reply
Map
View

Click here to load this message in the networking platform