Subject | Re: [IBO] Trigger not being called |
---|---|
Author | Frank Emser |
Post date | 2003-03-11T17:57:23Z |
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
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.
> At 01:30 AM 25/02/2003 +0000, you wrote:directly in
> 2. Set the field's REQUIRED property to false. You can set it
> the query editor if you are using the TIB_ components (seeof the
> ColumnAttributes); you can set it in the ColumnAttributes property
> IBODatabase or IB_Connection with fetSQLType included in theHello Helen,
> FieldEntryTypes[] set (MYTABLE.UPNAME=REQUIRED=FALSE).
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.