Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Borderstyle = 1, but i can still resize the form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Divers
Thread ID:
01029709
Message ID:
01029823
Vues:
12
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform