method action(var eventInfo ActionEvent)
var
atOldValue Anytype
endVar
if eventInfo.id() = dataLookup then
atOldValue = self.Value
doDefault
if eventInfo.errorCode() = peOK then
if atOldValue <> self.Value then
self.Value = self.Value
endIf
endIf
endIf
endMethod