Subject Re: [IBO] OnDataChange for specific field
Author Daniel Albuschat
Okay... I'm very blind.
Of course, you have the Field parameter in the OnDataChange event.
So you can do something like

if( assigned( Field ) and ( Field.FieldName = 'FIELD' ) ) then

But it's good to see problems solving themselves, after all.
... sorry for the traffic. :)

cu,
Daniel Albuschat