Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enumerating pageframes
Message
From
10/05/2001 19:03:02
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00506054
Message ID:
00506059
Views:
16
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform