Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Interactive change event
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00059786
Message ID:
00060035
Vues:
29
>>>Could someone define this event for me, or point me at a definition.
>>>
>>>This never works as I expect it to and I end up using 'valid" as in 2.6 .
>>>
>>>Shouldn't "interactivechange" fire when the value of the field has changed even if the focus has not been lost?
>>
>>"This event occurs each time the object's value changes interactively. For example, as a user types in a text box, the InteractiveChange event is triggered after each keystroke." IMHO, it's pretty understandable.
>
>Thanks Ed. It is still not working quite right for me, I will experiment.
Evan,

Are you assigning a value programtically? You then need to use both the interactivechange and the programaticchange events. The interactivechange fires ONLY when the user interactively changes the value of the control, the programaticchange fires when you code changes the value of the control. I often have code in the interactvechange and then put this in the programaticchange;

THIS.InteractiveChange()

to fire the interactivechange when my code alters the value of the control.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform