Find out if post has been edited

Spikemannen

Registered User.
Local time
Today, 10:28
Joined
Apr 18, 2005
Messages
15
Hi

When I click a button I want to make sure that the post hasn't been edited in anyway. If it has been edited I wan't a msgbox to ask the user if he/she want to save the changes made.

Anyone here who can help me with this?
 
Try putting the check in the BeforeUpdate event of the form(if you are using a form obviously)

If the user answers No then cancel and undo the changes.
 

Users who are viewing this thread

Back
Top Bottom