Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PageFrame.Pages() array question
Message
From
08/09/2005 17:00:12
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01047871
Message ID:
01047875
Views:
10
>Do I understand correctly that this array is created when each page is added to the pageframe? And there is not way to change it later.
>
>That is, the following code:
>
>
>thisform.pageframe1.pages(2).enabled = .F.
>
>
>will disable the page that was added second to the pageframe, regardless of the PageOrder property. Right?

Yes.
And pageFrame's ActivePage is the PageOrder value of the active page,
then, if you change the native PageOrder, you cannot use
...page(..ActivePage) for get the page reference. Very sympathetic.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform