|
| Iniciado por guest, 22,feb. 2018 11:58 - 2 respuestas |
| |
| | | |
|
| |
| Publicado el 22,febrero 2018 - 11:58 |
Hi,
Maybe a bit stupid question but Im still gonne ask:
how canb I check if a table with breaks is expanded or collapsed? I want to make a buton witch expands or colllapese the whole table
Thanks |
| |
| |
| | | |
|
| | |
| |
| Publicado el 22,febrero 2018 - 14:07 |
Hello Renko
There is a ..Collapsed property that you can use for that.
Regards Al |
| |
| |
| | | |
|
| | |
| |
| Publicado el 22,febrero 2018 - 14:20 |
Hello Renko,
I use a boolen flag set to false at opening and have a button to expand or collapse all
IF bExpand THEN bExpand = False TableCollapseAll(TABLE_OugInstalls) ELSE bExpand = True TableExpandAll(TABLE_OugInstalls) END DW |
| |
| |
| | | |
|
| | | | |
| | |
|