Hide a single child tab
Posted: 2022-03-23 14:47
Hi everyone!
I have a question about hiding children tabs. I have a parent table ITERATIONS with a child table COMPONENTS.
Now I'm trying to show/hide the following elements according to the value of a field name SIMPLE.
If SIMPLE is YES, then:
- show the field COMMENT of the table ITERATIONS
- show the field ATTACH of the table ITERATIONS
- hide the child tab COMPONENTS
If SIMPLE is NO, then:
- hide the field COMMENT of the table ITERATIONS
- hide the field ATTACH of the table ITERATIONS
- show the child tab COMPONENTS
And what happened? I can hide/show fields but I cannot hide the child tab, it is always displayed. My question is, if I only have one child tab, it cannot be hidden?
I have done the same for another parent/child tables and it worked, but in this second case there were more than 1 child table.
Thanks in advance.
I have a question about hiding children tabs. I have a parent table ITERATIONS with a child table COMPONENTS.
Now I'm trying to show/hide the following elements according to the value of a field name SIMPLE.
If SIMPLE is YES, then:
- show the field COMMENT of the table ITERATIONS
- show the field ATTACH of the table ITERATIONS
- hide the child tab COMPONENTS
If SIMPLE is NO, then:
- hide the field COMMENT of the table ITERATIONS
- hide the field ATTACH of the table ITERATIONS
- show the child tab COMPONENTS
And what happened? I can hide/show fields but I cannot hide the child tab, it is always displayed. My question is, if I only have one child tab, it cannot be hidden?
I have done the same for another parent/child tables and it worked, but in this second case there were more than 1 child table.
Thanks in advance.