Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Active pageframe
Message
De
15/01/2000 08:12:11
 
 
À
15/01/2000 05:53:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00318513
Message ID:
00318528
Vues:
24
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform