I have the following code in a drop-down list:
if (form1.Page1.TableNC.Row1.DropDownList10.rawValue = 8);
xfa.host.messageBox("If you select UAI for Disposition, all three signatures are required:Quality Manager, Engineering and Materials.", "Help Message", 3);
else
if (form1.Page1.TableNC.Row1.DropDownList10.rawValue <> 8);
xfa.host.messageBox("Quality Manager signature is required.", "Help Message", 3);
George Kaiser