FNCDBTreeview

A dbtreeview based on the concept of the master-detail of the FNCDataGrid. Difference it should be possible to couple on the id's of the master and detail table, but in the treeview to show not the id but another (unique) field of the master. For instance: master table with artistid and artistname and detail table with artistid, albumid and albumtitle. In the treeview I would expect to see the artistname (not the id) and the albumtitle.

Thanks for the feedback and suggestion. We'll investigate the possibilities.