Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PageFrames
Message
 
To
06/01/2000 18:22:53
Jim Crowder
Progressive Group Alliance
Boise, Idaho, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00314192
Message ID:
00314208
Views:
36
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

Charlie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform