Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fellow CLASSmates. I need help with classes.
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00287405
Message ID:
00287615
Views:
32
Hi Steve.

>> PROCEDURE InteractiveChange
this.refresh()
ENDPROC <<

Off the top of my head, I would predict that trying to use a textbox with code like this in its InteractiveChange method is going to make it very difficult to change the existing data if it is a bound control. The reason for this is that when the InteractiveChange is in the process of updating its controlSource with its value, you are busy replacing its value with what is in its controlSource (which is what the refresh does).

Marcia
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform