Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Interactive change event
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00059786
Message ID:
00060115
Views:
34
>>>>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.

The user is changing it. Still experimenting. Thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform