Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PageFrame with no Tabs
Message
From
28/01/2000 06:20:56
 
 
To
28/01/2000 06:11:31
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00323994
Message ID:
00323999
Views:
22
Use the following to activate a specific page:

ThisForm.pageframe.activepage = 2 && Or whatever.

You can also access pages through the pageframes pages() collection, for example:

with each loPage in ThisForm.pageframe.pages
? loPage.name
endwith

Their are other propertys of a pageframe you might find useful like:

PageCount
TabStretch
TabStyle
Tabs
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform