Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I know when a textbox value has been changed?
Message
 
To
16/12/1999 14:16:29
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00304787
Message ID:
00304806
Views:
23
Elyse,

Create a textbox class and give it a customer property named OldValue, in the GotFocus() put This.OldValue = This.Value and in the LostFocus or valid you can compare This.OldValue to This.Value to see if they are the same or not.
Previous
Reply
Map
View

Click here to load this message in the networking platform