Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pageframe refresh problem?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00187649
Message ID:
00192600
Views:
14
If Nicks answer does not help you might try a
_SCREEN.REFRESH in the activate of the page.

Becky

>>My pageframes don't seem to refresh.
>>
>>I thought I could use THISFORM.Refresh and that would refresh the form plus the pageframes inside the form. But that doesn't seem to work. I could do individual pageframe refreshes, but it slows everything down. Such as THISFORM.pf.p_1.Refresh.
>>
>>Any recommendations for refreshing pageframes within a form?
>>
>>Can I get away with a single THISFORM.Refresh or do I have to do individual pageframe refreshes. Is it best to put the Refreshes for pageframes in the Activate or Init of the indivudal Pageframe or where would be the best place to put the Refresh for a pageframe?
>>
>>Thanks for your help.
>
>Steve, VFP refreshes only active page to save time. If you want to refresh all pages you should put the code to do this in each page activate, or in the Pageframe.Refresh() method, or, for example use my Page Tab Chameleon class from Files section which will do it automatically if placed on each page.
>
>Nick
Previous
Reply
Map
View

Click here to load this message in the networking platform