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

Popular posts from this blog

Falang and too many redirects - Joomla! Forum - community, help and support

Infinite loop detected in JErrorInfinite loop detected in JError - Joomla! Forum - community, help and support

logged out from joomla! - Joomla! Forum - community, help and support