Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing prperties of other forms.
Message
 
À
20/03/2003 11:29:53
John Vlahos
V I Software Solutions Design
Mississauga, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00768139
Message ID:
00768157
Vues:
17
I would use look at this code and work something out
_SCREEN.ACTIVEFORM.NAME = 'EDIT'

ln_fcount = _SCREEN.FORMCOUNT

FOR ln_scount = 1 TO ln_fcount
mvar = '_SCREEN.FORMS('+str(ln_scount)+').name'

if &mvar = = "Your_Name"
mvar2 '_SCREEN.FORMS('+str(ln_scount)+').RELEASE' or whatever
&mvar2
endif
ENDFOR


>I have a background menu form ("frmMenuMain"). When I DO the "frmCustomer"
>and from within "frmCustomer", I'd like to set a property which belongs to "frmMenuMain"
>
>How can reference/set a property of another form from within another modal form which is active?
Stephen McLaughlin
"Sexy Steve Valenteno", "Blastmaster"
stephenmclaughlin@gmail.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform