Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PageFrames
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00314192
Message ID:
00314212
Views:
29
>Put this code in the pageframe refresh method and all pages will be refreshed with one call to 'thisform.mypageframe.refresh()'
>
>LOCAL i, lnPages
>
>*- Refreshes all pages of pageframe
>lnPages = THIS.PAGECOUNT
>FOR i = 1 TO lnPages
> THIS.PAGES(i).REFRESH()
>ENDFOR

Horrors! <s> Usually, that's exactly what you don't want to do, and defeats part of the purpose of pageframes. Why refresh what you can't see, it can only hurt performance? Mike's suggestion is usually what you want to do...
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform