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:
00127074
Views:
28
> WITH Thisform.PageFrame1.
> .Page1.Refresh()
> .Page2.Refresh()
> .Page3.Refresh()
>ENDWITH
>
> or
>
>Put This.Refresh() in the INIT Event on each page
Plinio,

The Init won't solve this problem as it only executes once when the page is created. There are tow ways to solve this problem, either put THIS.Refresh() in the Page's Activate event or create a class that has THIS.Parent.Refresh() in its UIEnable event and put one on each page.

The problem with refreshing all the page's from the fomr is that VFPO doesn't do this to save time. The user cna only see one page at a time so only refresh the page they see. When they change pages refresh the new one.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform