Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Child controls
Message
 
 
To
10/07/2011 22:38:51
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:
01517850
Views:
59
>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.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform