Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's a good way to test for value changes in an edit f
Message
From
31/10/2000 14:31:44
 
 
To
31/10/2000 14:24:39
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00436452
Message ID:
00436479
Views:
17
>Yes I'm using buffering. GETFLDSTATE() works somewhat. It keeps telling me it has changed each time I step through the field even though I didn't change it. I need to keep checking the field each time it loses focus before the record is saved. I only want to do something if the value has changed during entry of a record.
>
>Any other sugguestions? Thanks!
>
>Joe

Store off the the value in the GotFocus() event of the edit box.
Check this value against the field value in the LostFocus().
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform