Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Method code lost
Message
 
To
08/09/1998 06:48:33
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00133980
Message ID:
00133984
Views:
21
>I have a form class where I have some code in the load method. If I put code in the load method of a form based on this class I lose the original code. How can I prevent this?
>
>Thanks

John,

Visual FoxPro implements the program by exception concept. When you write code in the method of an object you surpress the code of the class from executing. You use the DoDefault() function to call the class' code.
Previous
Reply
Map
View

Click here to load this message in the networking platform