Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I know when a textbox value has been changed?
Message
 
À
16/12/1999 14:16:29
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00304787
Message ID:
00304806
Vues:
22
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform