Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with class methods
Message
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00506036
Message ID:
00506075
Views:
14
John,

You can't DO methods. You have to call them using function syntax:
FOR EACH loControl IN THISFORM.Controls
  THIS.MyMethod( loControl )
ENDFOR
>FOR EACH loControl IN THISFORM.Controls
> DO THIS.MyMethod WITH loControl
>ENDFOR
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform