Subject Re: [IBO] TIB_DataSource.onDataChange
Author Paul Vinkenoog
Hello Ulrich,

> I defined all FieldNames in whole database UPPERCASE

Then you'll never get a match if you test Field.FieldName = 'myField'

But this will work indeed:

> if Statement.fieldByName('myField').asXXXXXX=value then...

...because Jason takes care of the uppercasing for you here :-)

Still, all this doesn't explain why ShowMessage( Field.FieldName )
wasn't executed.

Oh well, at least you've got the thing to work now...


Greetings,
Paul Vinkenoog