Subject Re: [IBO] TIB_ColumnText and strings that are too long
Author Christian Danner
Hi Jason!

>I would like to hear from as many people as possible what they think the
>behavior of IBO should be.
>
>Should IBO raise an exception if there is a text assignment that is longer
>than there is storage for it.

In principle in data transmissions potentially abridged messages can't
be trusted and have to be rejected. If the worst comes to the worst
the unmutilated text may mean the opposite of the original version, a
disaster e.g. in applications for medical purposes. Therefore in my
opinion an exception is indispensable.

Fortunately at least the data aware controls themselves (IB_Edit /
IB_Memo etc.) prohibit an input too long for the corresponding column.

Christian