PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e 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 M, nov., 28 2019 1:51 PM - 1 resposta
Publicado em novembro, 28 2019 - 1:51 PM
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 em novembro, 28 2019 - 2:15 PM
shoot ... arrChildren should show as ST_AssemblyItem as well.