Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with class methods
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00506036
Message ID:
00506075
Vues:
15
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform