Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PageFrame Refresh()
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00357109
Message ID:
00357560
Vues:
20
Edgar:

Put this code in your base pageframe's refresh method and all pages will refresh at the same time.


LOCAL i, lnPages

*- Refreshes all pages of pageframe
lnPages = THIS.PAGECOUNT
FOR i = 1 TO lnPages
THIS.PAGES(i).REFRESH()
ENDFOR

Charlie
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform