Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do you pass parameters to a METHOD from a FORM?
Message
De
31/01/2001 09:51:08
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
How do you pass parameters to a METHOD from a FORM?
Divers
Thread ID:
00470601
Message ID:
00470601
Vues:
58
I have a method called mymethod() and in the VALID event of my form, I want to called Mymethod() and pass THISFORM.MYFLD.VISIBLE = MYVAR –
Mymethod with look like this –
* MYVAR = false or ture
If myvar = .t.
Thisform.my.myfld.visible = .t.
else
Thisform.my.myfld.visible = .f.
endif

I am use to calling functions with args.
but calling methods from a FORM are different - any ideas?
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform