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:
00127074
Vues:
29
> WITH Thisform.PageFrame1.
> .Page1.Refresh()
> .Page2.Refresh()
> .Page3.Refresh()
>ENDWITH
>
> or
>
>Put This.Refresh() in the INIT Event on each page
Plinio,

The Init won't solve this problem as it only executes once when the page is created. There are tow ways to solve this problem, either put THIS.Refresh() in the Page's Activate event or create a class that has THIS.Parent.Refresh() in its UIEnable event and put one on each page.

The problem with refreshing all the page's from the fomr is that VFPO doesn't do this to save time. The user cna only see one page at a time so only refresh the page they see. When they change pages refresh the new one.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform