Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pageframe - how to get next page name?
Message
From
29/11/2001 04:20:02
Wilfred Chan
Bnp Paribas Hong Kong Branch
Hong Kong, Hong Kong
 
 
To
29/11/2001 03:45:40
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00587358
Message ID:
00587362
Views:
28
Hi,

Have you changed the PageOrder in the page properities ?
If Yes, you can get it by:
FOR i =1 TO this.pageframe1.pagecount
IF this.pageframe1.pages(i).pageorder = this.pageframe1.activepage+1
sName=this.pageframe1.pages(i).name
ENDIF
NEXT
But I suggest you don't change the Pageorder value.
:) Wilfred

>Hi,
> How could I get the next page name in pageframe?
> I tried to get PAGES(.ACTIVEPAGE).NAME, but it doesn't follow my page order, . how could I access these according to page order?
>
>Thank you
Previous
Reply
Map
View

Click here to load this message in the networking platform