Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
External controls
Message
De
15/01/2000 03:15:26
 
 
À
15/01/2000 01:34:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00318497
Message ID:
00318504
Vues:
31
Hi Ellai,

>Is there a way i could direct a funtion or change a property of a control form another form.

As long as you have a reference to it you'll be OK, ie:

DO FORM MyForm NAME loForm

can be referenced anywhere the variable loForm (can also be saved as a property, ect.) is in scope:

loForm.Show()
loFOrm.Caption = 'Did it work?'

Also, adding LINKED to loForm means the form gets released once the variable goes out of scope.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform