1. create a control template (TPLC_test) . add static control into it. create group1 and add static control into group1
2. create a local procedure , name it "sethide()" put in code
group1..visible = false
3. in main windows , insert 2 special control based on control template (TPLC_test).
rename the control to ct_test1 and ct_test2
3. add button contol into main window . in click event code
ct_test1.setHide()
4. compile/run . when you click on the button to hide static text in ct_test1. notice that static text in ct_text2 also disappear
2. create a local procedure , name it "sethide()" put in code
group1..visible = false
3. in main windows , insert 2 special control based on control template (TPLC_test).
rename the control to ct_test1 and ct_test2
3. add button contol into main window . in click event code
ct_test1.setHide()
4. compile/run . when you click on the button to hide static text in ct_test1. notice that static text in ct_text2 also disappear