Hi Josh,

One way is to put a dateTimeLastModified column in every table, and make it a timestamp data type so it automatically gets updated when the record does. Then, when you query data, make sure you get that value and save it locally. Then, when the user goes to "Save", check the local and remote timestamps.
If <>, then warn the user, "Someone has recently updated this record."

Thanks, I was considering something like this.

After that, what happens depend on your application, either "Overwrite" or "Cancel", or perhaps "Merge data?"
Or perhaps you show both records side by side and the user can decide?

Ah, yes, very good idea!
Will surely provide a good user experience, thanks a lot!



Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to