Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How determine if Grid contents have changed
Message
From
16/01/2002 10:44:22
 
 
To
16/01/2002 08:29:47
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00605323
Message ID:
00605399
Views:
14
This message has been marked as a message which has helped to the initial question of the thread.
>What is the most straightforward way of determining if a user has made changes to any of the records in a grid.
>
>All the ways I can think of to do this seem a bit fiddly.
>
>Many Thanks

I had a similar problem once and I don't know if this solution is any better than a scatter and compare but what I did was:

1) create a text box subclass with a startval property
2) in the when or gotfocus fill the startval property
3) in the valid or lost focus compare .startval to .value which changed a customer property on the form to let me know there was a change.

use the text box in the grid.
Previous
Reply
Map
View

Click here to load this message in the networking platform