Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dropdown list does not change values
Message
From
07/06/2005 06:36:43
 
 
To
06/06/2005 11:43:47
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01020523
Message ID:
01020819
Views:
18
I can drop down and select a value, but when I release the mouse the old value remains.

You probably have code like this:
This.Refresh()
in the InteractiveChange.

Refreshing the control updates its value from its underlying controlSource. Its ControlSource is not updated from its value until its Valid fires, so refreshing the control in its interactive change would cause this kind of behavior.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform