Need to log changes to web documents and display old value and new value

Hi there!

I’ve searched the forum, but haven’t found exactly what I’m looking for.

I need to log changes to my documents that are created over the web. I need to display the old value and the new value.

I found the following code, but it only tracks that a change has been made. It doesn’t tell you what the change was.

http://www.codestore.net/store.nsf/unid/DOMM-4UTKE6?OpenDocument

Can someone please help?

Thanks!

Gérald

Subject: Somehow you need to store the old values - or use the versioning feature

Notes doesn’t record old values by nature. You have to supply that logic. However, maybe the “versioning” feature could help you out if you need old versions of a document ?

Subject: Need to log changes to web documents and display old value and new value.

How many fields do you want to track? If it’s just a few fields you can create OldValue fields and use a Save agent to compare values.