Subject | Re: [IBO] TIB_DataSource.onDataChange |
---|---|
Author | Paul Vinkenoog |
Post date | 2003-12-29T00:47:08Z |
Hello Ulrich,
But this will work indeed:
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
> I defined all FieldNames in whole database UPPERCASEThen 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