Hi Massimo,
I tried with below code, but not helps... Even after the code updated we are able to modify field value from Execution Grid.
Sub TestSetTests_MoveTo
On Error Resume Next
TestSetTest_Fields.Field("TC_USER_01").IsReadOnly = True
On Error GoTo 0
End Sub
Thanks,
Subbarao