How will a now if a field is updated?

HiHave a field there them select a username. If them change user i want a @MailSend to start but if they user not are changed nothing should happend.

How will a see if the value in the field is changed or not since them open it.

I guess a most compere the new value with the value from the field who was there when a open the document.

Kind regards

Leon

Subject: How will a now if a field is updated?

Add code to your PostOpen event to save the opening value of the field to another field, OrigUsername. Then, in the QuerySave event, check to see if Username = OrigUsername. If not, trigger your mail code.

Subject: How will a now if a field is updated?

Lean, this question has been answer previously, look at here:

http://www-10.lotus.com/ldd/nd6forum.nsf/ShowMyTopicsAllFlatweb/f4c3b62850e84f768525742500664b2c?OpenDocument

Subject: RE: How will a now if a field is updated?

Thanx, it´s work great now