Default isolation level used by Easycom For Windev is equivalent to the following command:
STRCMTCTL LCKLVL(*CHG).
Every record read for update (for a file opened under commitment control) is locked. If a record is changed, added, or deleted, that record remains locked until the transaction is committed or rolled back. Records that are accessed for update operations but are released without being changed are unlocked.
By calling STRCMTCTL with ASExec function, you can change this default.