Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checkboxes and lockscreen
Message
From
06/07/1999 19:34:42
 
 
To
06/07/1999 17:09:41
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00237842
Message ID:
00238018
Views:
15
>Mike,
> That did it!!! Thank you very much.
>
>Bob

Hold on a minute here, Bob. You shouldn't have to use Cls(). What is the code in the InteractiveChange event doing? If you have a THISFORM.Refresh or a THIS.Refresh in there anywhere, that is causing your problem.

IN a control's InteractiveChange event,the control has not yet updated the bound field with the value. If you check .Value, it will be the new value (after the click), and the value of the bound field will still be the old value (before the click). Many don't understand that there is nothing magical about a Control's refresh method. All it does is set the control's value to the value of the bound field. So if you call a control's refresh method from the InteractiveChange, you tell the control to set it's value to whatever it was before the user interaction. It did what it was supposed to.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform