Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PageFrames
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00314192
Message ID:
00314212
Vues:
28
>Put this code in the pageframe refresh method and all pages will be refreshed with one call to 'thisform.mypageframe.refresh()'
>
>LOCAL i, lnPages
>
>*- Refreshes all pages of pageframe
>lnPages = THIS.PAGECOUNT
>FOR i = 1 TO lnPages
> THIS.PAGES(i).REFRESH()
>ENDFOR

Horrors! <s> Usually, that's exactly what you don't want to do, and defeats part of the purpose of pageframes. Why refresh what you can't see, it can only hurt performance? Mike's suggestion is usually what you want to do...
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform