Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing all the child controls of a pageframe
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00982446
Message ID:
00982448
Views:
22
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform