Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Borderstyle = 1, but i can still resize the form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01029709
Message ID:
01029823
Views:
13
Chris,

NODEFAULT has no effect on any of the code you put along the class hierarchy. NODEFAULT only controls the VFP baseclass behavior that normally executes at the end of the event. NODEFAULT is useful if you need to prevent the VFP baseclass handling of the event all together or want to invoke it earlier than it normally occurs and prevent it from occuring again later.

If you override a method with a single line of code:
NODEFAULT
You are indirectly overriding higher up code because you are not calling it via a dodefault() or :: scope resolution operator based call. But you aren't NODEFAULTing it. It's kind of a fine line of distinction I wanted to interject into the thread.

>It was something in the form class that i thought i had been NODEFAULTing.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform