Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
InteractiveChange() doesn't fire for a combobox
Message
 
 
À
12/02/1999 14:25:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00187050
Message ID:
00187221
Vues:
28
>Changing the combobox with the mouse or the keyboard won't work. Does the MouseUp() event fire when the user use the keyboard?
>
>I used a patch for now, I assign the current value to a property in the GetFocus() event and check if the value was changed in the LostFocus() event. It work, but the form doesn't get refreshed until the user get out of the combobox.
>
>BTW, this combox box has multiple columns, maybe it's related in some way the the problem I have.
>
>>Is it not working when the user uses the mouse to change the value? Does it work if you call InterActiveChange() from the MouseUp methos?

I suggested putting This.InterActiveChange() in the MouseUp method so if the user uses the mouse to change the value, your code fires. If they use the keyboard, the IAC() fires with each keystroke. I do this with listboxes as well, and I have not had a problem.
Mark McCasland
Midlothian, TX USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform