Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you pass parameters to a METHOD from a FORM?
Message
From
31/01/2001 09:51:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
How do you pass parameters to a METHOD from a FORM?
Miscellaneous
Thread ID:
00470601
Message ID:
00470601
Views:
59
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
Next
Reply
Map
View

Click here to load this message in the networking platform