Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Call a function within a function in a DLL
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00881388
Message ID:
00881390
Views:
24
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform