Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PageFrame Refresh()
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00357109
Message ID:
00357560
Views:
19
Edgar:

Put this code in your base pageframe's refresh method and all pages will refresh at the same time.


LOCAL i, lnPages

*- Refreshes all pages of pageframe
lnPages = THIS.PAGECOUNT
FOR i = 1 TO lnPages
THIS.PAGES(i).REFRESH()
ENDFOR

Charlie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform