Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reference one form from another
Message
De
18/07/2000 03:05:18
 
 
À
17/07/2000 22:54:46
Jimmy Ditta
Twin City Electronics
Monroe, Louisiane, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00393630
Message ID:
00393665
Vues:
18
Hi Jimmy.

>> How do I reference a control on another form from the current form? i.e. Thisform.controlname.value would be the value of a control on the current form. How do you say Theotherform.controlname.value? <<

Why should one form have to know anything about specific controls on another form? IMHO, this may indicate some problems with your design.

Having said that, if the second form is being called from the first, here is a trick that you can use. _Screen.Activeform still references the calling form when the called form's LOAD is executing. So, in this scenario, you can add a custom property to the called form called oCalledBy use code in the called form's load like this to save a reference to the calling form:

This.oCalledBy = _Screen.ActiveForm

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

Click here to load this message in the networking platform