Avatar

Not applicable

Add the following script on the initialize event of the textfield that should get locked.

if(this.rawValue !=  nul)

     this.access = "protected";

Thanks