Avatar

Level 6

check the attached pdf.

script written on layout ready it will work.

----- form1.P1.ComboBox1::ready:layout - (JavaScript, both) ----------------------------------------

if(this.rawValue == 1){
combBox.presence = "visible";
}
else if(this.rawValue == 0){
combBox.presence = "hidden";
}