Subject | Re: [IBO] OnDataChange for specific field |
---|---|
Author | Daniel Albuschat |
Post date | 2004-11-25T11:43:19Z |
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
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