Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Active pageframe
Message
From
15/01/2000 08:12:11
 
 
To
15/01/2000 05:53:42
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00318513
Message ID:
00318528
Views:
25
>Why is it that if i issue a "skip" command only the activepage of
>a pageframe skips. Isn't there anyway that all the pages skip at the same time.

This is because in a pageframe, only the current page gets Refreshed, it makes it faster. If you can, use the underlying table to look up a value instead of a control, but if you need to use the control, you will have to refresh it first, or all of the pages. You can do that with this code.
FOR EACH loPage in This.Pages
	loPage.Refresh()
ENDFOR
Previous
Reply
Map
View

Click here to load this message in the networking platform