Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Call a function within a function in a DLL
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00881388
Message ID:
00881390
Vues:
25
Anders,

The function is scoped to the "myClass" class and as such needs the This reference added to correctly resolve the scope.
define class myClass as Custom OLEPUBLIC
   function calcVolume

      This.CalcArea(...)

   endfunc

   function CalcArea
   endfunc

enddefine
HTH
Neil
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform