Modified the date

Hello Guys,I have a question,

I hae one field Last modified Field in which I have used @modified formula.

Can I use something in place of @modified so… if user edit the form and save the form without changing any fields then the date will not changed in Last Modified field.

For example:-- user click the edit button and change the data and save the form so Last Modified changed the date… and this is correct.

But if user edit it and do not change the data and save the form then alsi it change the date. How can I do this so if fields are not modified then the date will not change.

Any sugessions???

Thanks in advance for any help.

Subject: modified the date

You could make a copy of all fieldvalues in the Queryopen event. And do a compare of these values in the Querysave event. Build a list of differences and put that in a message.

You can loop through all fields of a document using the NotesDocument.Items array.

Subject: RE: modified the date

Thanks Rob,

I was tring to do so… but not able to… dont know why.

can you please tell me one example. so that I can do it properly.