Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with class methods
Message
 
 
To
10/05/2001 18:14:36
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00506036
Message ID:
00506043
Views:
16
No, they are public. I've discovered the problem: too much work, too little sleep.

This doesn't work:

FOR EACH loControl IN THISFORM.Controls
DO THIS.MyMethod WITH loControl
ENDFOR



This does work:

FOR EACH loControl IN THISFORM.Controls
=THIS.MyMethod( loControl )
ENDFOR

Thanks anyway, Craig.
John
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform