Subject IB_DataSource with AutoEdit true but can't update value (resend)
Author kamen_lai
IBO 4.2Fn
althought IB_DataSource have AutoEdit set to True , i can't directly
assign value

IB_Column.asString := '1';

the '1' value are discard, when IB_datasource is browse state.
i must manually issue edit method before assignment , then above
statement will work.

this statement work early release.

thanks a lot.