Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pageframe Problem
Message
De
22/06/2000 14:43:33
 
 
À
22/06/2000 14:13:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00383344
Message ID:
00383361
Vues:
16
Try this code in the pageframe Refresh()
that will refresh each page for you.

LOCAL i, lnPages
*- Refreshes all pages of pageframe
lnPages = THIS.PAGECOUNT
FOR i = 1 TO lnPages
This.PAGES(i).REFRESH()
ENDFOR
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform