Flippertje
Technical User
Hello all,
after many hours of reading about treeviews in TekTips i finally give up and post a question.
I have a form with two treeviews (Treeview0 and Treeview2). Both trees are populated by (difficult) queries. I have build a table in which i have two fields Id_Group and Id_Child. In this table i assign Child Id's to Group Id's.
I'm at a total loss why i can't get it all to work.
My trees are like this:
Treeview0:
TasksPlanner:
|- Produce productioninfo
|- Joppie-Produce info machine A (10-04-2006)
|- Jaqueline - Produce info machine G (15-04-2006)
Treeview2:
TasksAll
|- Joppie
|- Produce info machine A (10-04-2006)
|- Produce info machine D (12-04-2006)
|- Produce info machine Q (18-04-2006)
|- Jaqueline
|- Produce info machine C (09-02-2006)
|- Produce info machine G (15-04-2006)
The queries that populate these Treeviews are build on the same table that has these fields:
Id_A
ForeName
InfoDescription
The Id_A is the ID used in The assign table with the Id_Group and Id_Child.
I hope anyone can help me and would take the time to read this.
Many many thanks!!!!!!
Flippertje
after many hours of reading about treeviews in TekTips i finally give up and post a question.
I have a form with two treeviews (Treeview0 and Treeview2). Both trees are populated by (difficult) queries. I have build a table in which i have two fields Id_Group and Id_Child. In this table i assign Child Id's to Group Id's.
I'm at a total loss why i can't get it all to work.
My trees are like this:
Treeview0:
TasksPlanner:
|- Produce productioninfo
|- Joppie-Produce info machine A (10-04-2006)
|- Jaqueline - Produce info machine G (15-04-2006)
Treeview2:
TasksAll
|- Joppie
|- Produce info machine A (10-04-2006)
|- Produce info machine D (12-04-2006)
|- Produce info machine Q (18-04-2006)
|- Jaqueline
|- Produce info machine C (09-02-2006)
|- Produce info machine G (15-04-2006)
The queries that populate these Treeviews are build on the same table that has these fields:
Id_A
ForeName
InfoDescription
The Id_A is the ID used in The assign table with the Id_Group and Id_Child.
I hope anyone can help me and would take the time to read this.
Many many thanks!!!!!!
Flippertje