06.08.2009
SnTT: OnChange-Event for fields in the Notes Client
>>Author: Bernd Hort
>>Ort: Hamburg
URL: http://www.assono.de/blog/d6plinks/OnChange-EventCategory: Show-n-Tell Thursday, LotusScript, Entwicklung
Most developer think that this event only works in the web with JavaScript because this is the default. But if you change "Run" to "Client" instead of "web" you can select LotusScript as the programming language.
I love this event because I no longer need to write the item value to a variable while entering the field and on exiting compare the variable with the current item value. The OnChange event will be triggered only if there was really a change.

Comments