|
| Inicio → WINDEV 2024 → [WD19] TableChildCount counts only if the treeviewtable is expanded |
| [WD19] TableChildCount counts only if the treeviewtable is expanded |
| Iniciado por guest, 23,abr. 2015 15:51 - 2 respuestas |
| |
| | | |
|
| |
| Publicado el 23,abril 2015 - 15:51 |
| Is there any way to count the children if the tree is collapsed ? |
| |
| |
| | | |
|
| | |
| |
| Publicado el 23,abril 2015 - 15:56 |
Hi Michael,
I never tried that but would the ..Occurrence property work? Like TABLE[5]..Occurence maybe?
Best regards, Alexandre Leclerc
Edit 1: Posted too quickly. It does not work. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 23,abril 2015 - 16:01 |
Hi again,
If it does not work to use TableChildCount, report it as a bug.
Meanwhile, use TableGiveChild() - and maybe TableGiveParent() if need be - to manually count the lines. Hopefully it will work.
Best regards, Alexandre Leclerc |
| |
| |
| | | |
|
| | | | |
| | |
|