Avatar

Level 10

In the exit event of the DDlist you woudl code something like this:

if (this.rawValue == "12"){

     FieldName.access = "readOnly"

} else {

     FieldName.access = "open"

}