Expand my Community achievements bar.

show/hidden table by CheckBox

Avatar

Level 5

Hi All.

I have very simple code for CheckBoxes that located in three rows of Table1:

When check CheckBox1, CheckBox2, CheckBox3 works fine. But when I uncheck one of CheckBox the Table2 is hidden. I would like hidden Table2 only if all CheckBox is unchecked. How to fix a problem?

Thanks.

3 Replies

Avatar

Level 10

Make sure the code above is in each checkbox event click or change

Avatar

Level 5

Hi Robert. Thanks for replay.

All CheckBox are in event click.

Avatar

Level 10

The problem is not in the code, it's probably the interface...

Check every names make sure you have it right

If it's not working, I could maybe check it out if you want to share your form