Subject | Re: [IBO] TIBOTable and required fields |
---|---|
Author | Helen Borrie |
Post date | 2001-03-02T03:45:10Z |
At 11:33 PM 01-03-01 +0000, you wrote:
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
_______________________________________________________
>Helen;Strange...
>I did that and I still get the error! If I go back and check,it is
>still listed as "False'.
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
_______________________________________________________