Subject Re: [IBO] TIBOTable and required fields
Author Helen Borrie
At 11:33 PM 01-03-01 +0000, you wrote:
>Helen;
>I did that and I still get the error! If I go back and check,it is
>still listed as "False'.
Strange...

Well, perhaps you will need to set it at run-time, always, in the BeforePost Event..

if FieldByName('ThatColumn').Required then
FieldByName('ThatColumn').Required := False;

If it's a generator column, why not use GeneratorLinks?

Helen

All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________