Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling a method from Code in a Class
Message
 
 
To
17/03/2010 22:51:16
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows 7
Network:
Windows 2000 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01455275
Message ID:
01455276
Views:
61
>Hi. I created a method in my (visual) class. How do I call it from my code (in the same class). ThisForm seems to work for all of the standard prop/methods, but not my custom one.
>Thanks, Randy

You call it

this.myMethod(parameters)

The keyword to use is "this"
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform