Hierachical Data Structures (Treeview)
Hi,
i try to print / build an report with "Hierachical Data Structures" -
in my programm shown in a DBTreeView like:
--> ID | parent | text | ... some more fields
In Report e.g.:
TITLE 1
ID | parent | text | ... some more fields
TITLE 2
UTITLE 2.1
ID | parent | text | ... some more fields
... and so on
How can i find a solution - the best solution?
Regards Heinz Reiter
i try to print / build an report with "Hierachical Data Structures" -
in my programm shown in a DBTreeView like:
--> ID | parent | text | ... some more fields
In Report e.g.:
TITLE 1
ID | parent | text | ... some more fields
TITLE 2
UTITLE 2.1
ID | parent | text | ... some more fields
... and so on
How can i find a solution - the best solution?
Regards Heinz Reiter
Comments
regards