Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
This can not be done! I give up :(
Message
From
30/06/2005 17:05:33
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01027858
Message ID:
01027892
Views:
16
>>No, I didn't see Fabio's code, but I now see what you're talking about. Once a control receives Focus on the page, then the Deactivate will fire if you click on that page's tab. I'll play with it abit to see what I can dig up.
>
>Exactly! We're getting close! Ok, I'm leaving in 15 minutes. Let's hope that together we can beat this ugly bug!

Hi Nadia,

I use a property, nLastPage, which I add both to the form, and to each page in the pageframe.
In each page.init
this.addproperty('nLastPage',1)
In each page.activate
this.nLastPage=thisform.nLastPage
thisform.nLastPage=2 && 2 is this page's page number
This gives me the same info as you are looking for.
Previous
Reply
Map
View

Click here to load this message in the networking platform