Lotus Notes FAQ Visit Our Sponsor!

How can you tell if a field has been changed in LotusScript?

Make a global variable named "X" which is the same data type as the field you want to monitor.
In the PostOpen event for the form, set X to the value of the field.
In the QuerySave event check to see if the current value of the field is still the same as X.


Applies to Notes Versions: 4 4.5 4.6 5
Last Modified: November 16, 1997