Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to
Message
 
À
02/08/1998 05:29:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Re: How to
Divers
Thread ID:
00123361
Message ID:
00123374
Vues:
17
To elaborate a bit on Bill's response... For optimization purposes, VFP does not automatically refresh all containers when ThisForm.Refresh is invoked. Only visible containers are refreshed - usually. Sometime, you still have to manually do it your self.

If the page in question is not visible, then I would only refresh the controls in the Activate() of the Page:

This.Refresh().

Of course, if you are referring to properties of controls before the page is visible, you may need to refresh earlier.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform