Subject | Re: [IBO] TIB_DataSource.onDataChange |
---|---|
Author | Marco Lauria |
Post date | 2003-12-27T19:53:23Z |
At 10.01 25/12/2003 +0000, you wrote:
if ( (Field <> nil) and (Field.FieldName = 'myField') ) then ....
Regards
Marco
>Hello,you should first check if field is null
>
>I would like to use the Field (TIB_Column) variable in this event.
>
>I try to check the contents of one data-field only, but if I try to
>do something like :
>
>if Field.FieldName='myField' then ....
>
>there is allways an access violation in IBO40CRT_D7.BPL
>
>Am I doing something wrong, or forbidden?
if ( (Field <> nil) and (Field.FieldName = 'myField') ) then ....
Regards
Marco