hi,
i want to hide and display two table based on condition in adobe forms.
in se38 i have created the driver program and in layout i write the java script code for hide table1 but it dont work. below is the code for java script
if(data.FLAG.rawvalue == '01')
{ this.presence == "hidden";
}
here i try to hide the subform which contain the table
but not work when i add the condition?