cancel
Showing results for 
Search instead for 
Did you mean: 

Group and table visibility

Former Member
0 Kudos

Hello Friends,

I am facing a problem as follows:

In an existing application I am trying to modify some code: there is a group which contains two tables the visibility of both tables are set to context element node also called visibility: and its elements table_1 is set to visibility property of first table and table_2 value attribute is set to visibility property of the second table.

Now from the coading as far as I understood it is as follows:

When the first table is set to NONE the second table is automatially visible and first table is disappered, and as soon as in coading it makes the first table visible the second table is automatically disappred ?

Can any one pls help me in understanding how/what is going on ?

Because the issue is I have to place now a third table and when this table is visible then the other two tables should not be visible, .......

Regards

Accepted Solutions (1)

Accepted Solutions (1)

former_member485701
Active Participant
0 Kudos

Hi,

In the wdDoModifyView:- Now put the if condition for tables that if one is VISIBLE then other two should be set as NONE.

Regards,

Praveen

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks guys for your response, points awarded:

Former Member
0 Kudos

Hi Shah

Check the code in your <b>wdDoModifyView()</b> of your view

Best Regards

Chaitanya.A