|
FOROS PROFESIONALES WINDEV, WEBDEV y WINDEV Mobile |
| | | | | |
| Inicio → WINDEV 2024 → Recursive Tree-View-Table backed by an array -- is it possible? |
| Recursive Tree-View-Table backed by an array -- is it possible? |
| Iniciado por andrew, 28,nov. 2019 13:51 - 1 respuesta |
| |
| | | |
|
| |
| Publicado el 28,noviembre 2019 - 13:51 |
I've got a structure ...
ST_AssemblyItem is structure nId is int nParentId is int
sName is string arrChildren is array of * ST_MyStructure END
Now I'm trying to fill an array of ST_MyStructure and link it up with a Tree-Table-View.
I can't seem to set the right options inside of the Tree-View-Table window. Below is the last settings I've tried ... but I've tried quite a few other configurations as well.
Is it maybe not possible? -- and I'm just banging my head against the wall? Can anyone get one going? I've tried to make the simplest MVP of it and I can't get it going.
Would really appreciate some help -- we've got customers excited about this next update ... but Windev's been preventing the release for a little while now -- this issue and some other ones that we had to work around. I'm really hoping we don't have to do another work-around again ... :s Our job has become a full-time effort of working around the quirks and bugs of Windev. ... I just want to write code! haha

|
| |
| |
| | | |
|
| | |
| |
| Publicado el 28,noviembre 2019 - 14:15 |
| shoot ... arrChildren should show as ST_AssemblyItem as well. |
| |
| |
| | | |
|
| | | | |
| | |
| | |
| |
|
|
|