Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Thisform.refresh() not updating pages in pageframe.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00125773
Message ID:
00126026
Vues:
32
Pete,

Doing this may slow down your system because you are forcing refreshes on pages the user might not even click on. Using something like the PageRefresher object will allow the refresh to only happen when the page is selected.

>try this in your pageframe baseclass Refresh method
>
>for i = 1 to this.Pagecount
>this.Pages[i].Refresh()
>endfor
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform