Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing all the child controls of a pageframe
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Divers
Thread ID:
00982446
Message ID:
00982448
Vues:
23
Something like below would work:
FOR EACH loPage IN myPageFrame.Pages
   FOR EACH loControl IN loPage.Controls
       * Your Code goes here to modify each control
   ENDFOR
ENDFOR
>Hi,
>
>Is there a way to access all the child controls of a pageframe object ?
>
>I want to change the caption of all the controls that are on a specific page of a pageframe control.
- Jayesh
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform