Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Save record in grid before and after change
Message
From
13/06/2004 23:25:56
 
 
To
13/06/2004 23:19:50
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00913302
Message ID:
00913303
Views:
19
This message has been marked as the solution to the initial question of the thread.
Evelyn,

There are probably several ways to do this. The one that comes to mind is to use table or row buffering - that way you can gain access to OLDVAL() and other functions that can let you look at the original state of the record.

You'll need to set CURSORSETPROP, and that will make several functions available. Check the on-line help for CURSORSETPROP, as well as functions like OLDVAL, CURVAL, GETFLDSTATE, TABLEREVERT, and TABLEUPDATE. There are some code samples that should give you some ideas.

Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform