Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Child controls
Message
De
11/07/2011 12:19:48
 
 
À
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:
01517877
Vues:
65
J'aime (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"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform