Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pageframe Problem
Message
From
22/06/2000 14:43:33
 
 
To
22/06/2000 14:13:54
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00383344
Message ID:
00383361
Views:
17
Try this code in the pageframe Refresh()
that will refresh each page for you.

LOCAL i, lnPages
*- Refreshes all pages of pageframe
lnPages = THIS.PAGECOUNT
FOR i = 1 TO lnPages
This.PAGES(i).REFRESH()
ENDFOR
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform