Subject Re: [IBO] Trigger not being called
Author Frank Emser
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
> At 01:30 AM 25/02/2003 +0000, you wrote:
> 2. Set the field's REQUIRED property to false. You can set it
directly in
> the query editor if you are using the TIB_ components (see
> ColumnAttributes); you can set it in the ColumnAttributes property
of the
> IBODatabase or IB_Connection with fetSQLType included in the
> FieldEntryTypes[] set (MYTABLE.UPNAME=REQUIRED=FALSE).
Hello Helen,
shouldn't that read

MYTABLE.UPNAME=NOTREQUIRED

instead of
MYTABLE.UPNAME=REQUIRED=FALSE
?
At least,
MYTABLE.UPNAME=NOTREQUIRED
works for me.
The other one does not seem to work.

Frank.