Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to refresh one form from another
Message
De
12/10/2005 11:22:14
Jim Winter
Jim Winter Consulting
Hinesburg, Vermont, États-Unis
 
 
À
11/10/2005 17:38:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP1
Database:
Visual FoxPro
Divers
Thread ID:
01058106
Message ID:
01058320
Vues:
16
>Is it possible to execute refresh method of one form from another form?

In addition to Terry's approach, if the form you want to refresh is called the form you're currently in, you can get an object reference to it in the Load of the second form.
This.oParentForm = _Screen.ActiveForm
* And later you call the parent form refresh like this:
This.oParentForm.Refresh()
Regards,
Jim
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform