Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there an event that traps focus changing on a form?
Message
 
 
À
09/12/2009 16:43:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Divers
Thread ID:
01438293
Message ID:
01438296
Vues:
67
>Say that I have a method on my form that I want to fire every time the user tabs out of one textbox and into the next. Or when they click on some other control on the form to change focus of that control....
>
>So I'm looking for a way to fire this method as bascially any time focus changes on the form, but I do not want to add code to EVERY control's LostFocus() event.
>
>Any ideas?
>
>The reason for this is I need to run some calculations based on the inputs values of several textboxes, and I want it to fire every time they tab out of a textbox so I can update the data that I display on the form in other textboxes.

You would need to bind each control LostFocus to some form's method. You can do it in Form's Init.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform