Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Thisform.refresh() not updating pages in pageframe.
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00125773
Message ID:
00126026
Views:
38
Pete,

Doing this may slow down your system because you are forcing refreshes on pages the user might not even click on. Using something like the PageRefresher object will allow the refresh to only happen when the page is selected.

>try this in your pageframe baseclass Refresh method
>
>for i = 1 to this.Pagecount
>this.Pages[i].Refresh()
>endfor
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform