
Treeview/listview to display Parent-child recordsets
I'm trying to map some ADO recordsets to a treeview and listview component.
All the texts I've got indicate the treeview can only be mapped to a
directory structure - surely this is not the case.
Does anyone know how I could do this... I am trying to get the first
recordset show to show up in the treeview so that when I click on an item,
the listview shows the relevant records from the child dataset.
Sorry if this is painfully obvious.