Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refer a method in another form
Message
 
To
30/05/2004 09:42:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00908555
Message ID:
00909611
Views:
6
I am assuming you only want to call the other form method if the form is showing.

For x = 1 to _screen.formcount
* formname is uppercase and will be the name of the form
If _screen.forms(x).name = "MYFORM"
_screen.forms(x).myformmethod
ENDIF
Next

HTH
Ron Seidl
Independent Developer
VFP

"I'm playing in life's theater in anticipation of a great cast party!"
Previous
Reply
Map
View

Click here to load this message in the networking platform