Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
When is NODEFAULT used?
Message
De
22/04/1999 15:24:42
 
 
À
22/04/1999 12:47:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00211090
Message ID:
00211257
Vues:
28
Hi Edward,

And I think that the incidents of "anytime you see something strange" would be decreased if the documentation cared to tell us just what the "default" (internal) behaviour was for each method/event.

Cheers,

Jim N

>>Hello,
>>I don't know, in which cases the function NODEFAULT is used. Can anyone tell me when this function is helpful?
>>Thanks in advance
>
>NODEFAULT is used anytime you see something strange :-). Theoretical definition is that NODEFAULT suppresses base class behaviour, which is actually means some code hidden behind the scene. The most common example: when you finish typing in textbox the focus automatically moves to the next (by tab order) controls. But you did not write code to invoke this behaviour, correct? This is exactly 'hidden'/'internal'/'base class' code. So, if you want instead to move to another controls, then it's safe to say in this control lostfocus event:
>Thisform.AnotherControl.Setfocus
>NODEFAULT
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform