Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NODEFAULT doesn't work in all events?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00597789
Message ID:
00597799
Views:
18
Tom,

I don't know if I understood what you said completely. You are issuing NODEFAULT then calling DoDefault() and then wondering why DoDefault() did the default behavior?

If you want the class code to run without the default behavior you need a NODEFAULT in the class code as well. Then in your form you must call the class code with the scope resolution operator ::. Using DoDefault() will always run the class code and the default base behavior.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform