Subject Re: [IBO] Possible Incorrect Logic in TIB_LookupCombo
Author Svein Erling Tysvaer
At 01:13 09.10.2002 +0000, you wrote:
>But IBO 'owns' the DefaultValues list
>and can use it however it sees fit. What you are really saying is
>that 'IBO has decided that DefaultValues is to be only used on
>inserts'. I fail to see why IBO can't expand its use of this list to
>include this situation. IMO, it makes sense that the DefaultValues
>entry is to be accessed whenever IBO needs a default value for that
>field regardless of whether its on an insert or on a re-
>initialization of a field.

So, basically what you are suggesting is introducing a DefaultOnClear
property (True/False, default False) at the dataset level?

Set