Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
When for custom Controls
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00596595
Message ID:
00596995
Vues:
27
>Correct and it always seems to run the controls GotFocus.
Caroline,


Then make each control inside the class delegate its GotFocus to the parent object;
* Internal control's GotFocus
IF NOT This.Parent.GotFocus()
   NODEFAULT
ENDIF
Now in your outer control's gotfocus you can do what Vlad suggested just make sure you return .f. if you disallow entry
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform