Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Thisform.refresh does not refresh pageframe
Message
 
 
To
19/09/2002 17:35:36
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00702510
Message ID:
00702514
Views:
6
For performance reasons only active page is refreshed. Usually code to refresh a page is included in the page ACTIVATE() event so only pages that user access get refreshed.

>In VFP 7.0, I am editing a previous programmer's form that contains a pageframe with three pages. I would expect that issuing "thisform.refresh" would refresh the pages within the pageframe but it doesn't. so then i tried:
>
>thisform.pageframe1.page1.refresh
>thisform.pageframe1.page2.refresh
>thisform.pageframe1.page3.refresh
>
>and that worked fine. why doesn't "thisform.refresh" refresh the pages?
>
>thanks,
>
>vim
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform