Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Child controls
Message
 
 
À
10/07/2011 22:38:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Divers
Thread ID:
01517848
Message ID:
01517850
Vues:
60
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform