Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Child controls
Message
From
11/07/2011 12:19:48
 
 
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:
01517877
Views:
64
Likes (1)
>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

You might all try something like
thisform.pageframe.mypage.setall("Value",.F.,"checkbox")
Depending on the checkbox datatype you might have to use 0 instead of .F.
If you're using your own checkbox class you should use that name instead of "checkbox"
Previous
Reply
Map
View

Click here to load this message in the networking platform