msado15: Correct logic when setting field value.
This commit is contained in:
parent
8e9c6e29d0
commit
78ba84e3c5
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ static HRESULT WINAPI field_put_Value( Field *iface, VARIANT val )
|
|||
|
||||
field->recordset->data[row * col_count + col] = copy;
|
||||
|
||||
if (field->recordset->editmode != adEditNone)
|
||||
if (field->recordset->editmode == adEditNone)
|
||||
field->recordset->editmode = adEditInProgress;
|
||||
|
||||
return S_OK;
|
||||
|
|
Loading…
Add table
Reference in a new issue