Check box to hide row in table
i have table , check box.
i need when checked unhidde rows, , when unchecked hided?
thank you
i've done on form. did make subform , place objects wanted hidden , made visible inside. used code on button:
if (this.rawvalue == "1") {
otargetfield = this.resolvenode("subform name here");
otargetfield.presence = "hidden"
}
if (this.rawvalue == "0") {
otargetfield = this.resolvenode("subform name here");
otargetfield.presence = "visible"
More discussions in LiveCycle Designer
adobe
Comments
Post a Comment