Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with class methods
Message
From
10/05/2001 18:20:10
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00506036
Message ID:
00506045
Views:
19
>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


That makes sense. Note you don't need the =.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform