Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ThisForm.Refresh does not refresh Pageframe
Message
 
To
07/08/1996 14:56:57
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00005218
Message ID:
00005219
Views:
21
>We all know that a ThisForm.Refresh() or ThisForm.PageFrame.Refresh() only refresh the current active page of the pageframe.
>
>Is there a property or something else somewhere that we can set to avoid doing this:
>
>ThisForm.PageFrame.Page1.Refresh()
>ThisForm.PageFrame.Page2.Refresh()
>ThisForm.PageFrame.Page3.Refresh()
>...
>
>I've built a method that force the refresh on every page by scanning the number of pages in a pageframe. I was looking for something simplier.

i usually just do a thisform.pageframe.pageX.refresh in the activate event of each page in the frame. this keeps the info up-to-date as far as the user can tell and saves me the time of writing the kind of function you're looking at.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform