<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>28 Nov 2019 14:15:43 Z</lastBuildDate><pubDate>28 Nov 2019 13:51:35 Z</pubDate><description>I've got a structure ...&#13;
&#13;
[code:wl]&#13;
ST_AssemblyItem is Structure&#13;
	nId is int&#13;
	nParentId is int&#13;
&#13;
	sName is string&#13;
	arrChildren is array of * ST_MyStructure&#13;
END&#13;
[/code]&#13;
&#13;
Now I'm trying to fill an array of ST_MyStructure and link it up with a Tree-Table-View.&#13;
&#13;
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.&#13;
&#13;
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. &#13;
&#13;
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&#13;
&#13;
https://hostimage.windev.io/images/windevtvtrecursivelinkingfailure_5a03a66961da13d78e0a6c2574ae7905.png</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67438-recursive-tree-view-table-backed-array-possible/read.awp</link><title>Recursive Tree-View-Table backed by an array -- is it possible?</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>andrew</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67438-recursive-tree-view-table-backed-array-possible-67439/read.awp</comments><pubDate>28 Nov 2019 14:15:43 Z</pubDate><description>shoot ... arrChildren should show as ST_AssemblyItem as well.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67438-recursive-tree-view-table-backed-array-possible-67439/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67438-recursive-tree-view-table-backed-array-possible-67439/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67438-recursive-tree-view-table-backed-array-possible/read.awp">Recursive Tree-View-Table backed by an array -- is it possible?</source><title>Re: Recursive Tree-View-Table backed by an array -- is it possible?</title></item></channel></rss>
