Re: (RDMLX) Online Navigation
Posted: Mon Mar 31, 2014 6:28 pm
" You can hide a subform by setting its height to 0."
What this the correct way to hide a subform?
I've tried this
this.q_setProperty({'Form.Fields.Entries10.Height': 0});
and
this.q_setProperty("Form.Fields.Entries10.Height",0);
Neither worked for me (although no error was thrown).
What this the correct way to hide a subform?
I've tried this
this.q_setProperty({'Form.Fields.Entries10.Height': 0});
and
this.q_setProperty("Form.Fields.Entries10.Height",0);
Neither worked for me (although no error was thrown).