Subject | IB_DataSource with AutoEdit true but can't update value |
---|---|
Author | kamen_lai |
Post date | 2001-12-11T10:33:32Z |
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.
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.