Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Enumerating pageframes
Message
De
10/05/2001 19:03:02
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00506054
Message ID:
00506059
Vues:
18
To iterate through the controls on each of the pages on a pageframe you use:
FOR EACH loPage IN THISFORM.PAGEFRAME1.PAGES
    FOR EACH loControl IN THISFORM.PAGEFRAME1..Controls
        MESSAGEBOX(loControl.NAME)
    NEXT loControl
NEXT loPage
The buttons property is used for optiongroups, as well as command groups.

Michael Henstock
AWS
A fish this fine deserves to be a fish nugget styled chunklet.
- Fry
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform