Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determining changed values in fields
Message
From
29/08/2003 12:17:00
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Determining changed values in fields
Miscellaneous
Thread ID:
00824599
Message ID:
00824599
Views:
60
I have a form with many many fields. I use table buffering and tableupdate to commit the changes if a field value has been changed. Using getfldstate() I can determine if a field has had activity I need to determine which field has changed and the previous and new values are for use later.

I am thinking of storing the old value in a form property from gotfocus() and new value in another form property from lostfocus() and then compare the results and storing in a table.

I am looking for a more elegant way to do this without manually creating all those form properties.

Thanks in advance for any suggestions.
Gaylen
Next
Reply
Map
View

Click here to load this message in the networking platform