Subject Re: [IBO] IBO and Default Values
Author Jason Wharton
Are you saying that the user sets it to null intentionally and that after
this IBO applies the DefaultValue again?

I think the way it should work is the defaults are applied at the time the
insert is put in the buffer but they should not be applied prior to posting
the record again.

FWIW,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: <kamen_lai@...>
To: <IBObjects@yahoogroups.com>
Sent: Sunday, February 25, 2001 7:32 PM
Subject: [IBO] IBO and Default Values


> I have a default Values set on IB_Connection through DefaultValues
> Property on some numeric column ( value is 0) , but how can i do is
> if user
> provide enter a Null Value in this Column after a insert or Edit ,
> and apply the default value again.
>
> Thanks in advance