Subject | [IBO] Re: default value in table field |
---|---|
Author | baldiniadalb@yahoo.it |
Post date | 2001-06-13T13:13:53Z |
--- In IBObjects@y..., Helen Borrie <helebor@d...> wrote:
I tried it but I always get exception.
I tried a TIBTAble connected with TIBDatabase
I included all fields in TIBTAble and excluded NFILE_UP.
It works fine !!
Best Regards.
Adalberto Baldini
> At 10:06 AM 06-06-01 +0000, you wrote:would put this statement in the BeforeInsert event handler:
> >Helen
> For example, to set off the REQUIRED property for NFILE_UP, you
>Thanks for all your detailed explications.
> MyTable.FieldByName('NFILE_UP').Required := False;
I tried it but I always get exception.
I tried a TIBTAble connected with TIBDatabase
I included all fields in TIBTAble and excluded NFILE_UP.
It works fine !!
Best Regards.
Adalberto Baldini