Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Thisform.refresh() not updating pages in pageframe.
Message
 
À
17/08/1998 13:40:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00125773
Message ID:
00127541
Vues:
33
>
>LOCAL i
>FOR i = 1 TO THIS.PageCount
>   IF i # THIS.ActivePage
>      THIS.Pages(i).Refresh()
>   ENDIF
>ENDFOR
>
>This is called the terminally lazy approach :)

John,

The downside of your approach is that you suffer the refresh time of every page when only one is visible.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform