Hi, all,
I am trying to create a new group control in form, and set the control visible via code to make its visibility condition controlled.
But when I tried to set FormGroupControl1.visible(true)
, the IDE (VS2017) will inform that "Variable 'FormGroupControl1' is not found in scope."
Could anyone help me on this? Why this happen? And how could I set the control visible via code?
Thank you for your time and help.
