Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Thisform.refresh() not updating pages in pageframe.
Message
 
To
17/08/1998 13:40:32
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00125773
Message ID:
00127541
Views:
34
>
>LOCAL i
>FOR i = 1 TO THIS.PageCount
>   IF i # THIS.ActivePage
>      THIS.Pages(i).Refresh()
>   ENDIF
>ENDFOR
>
>This is called the terminally lazy approach :)

John,

The downside of your approach is that you suffer the refresh time of every page when only one is visible.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform