Printing Trees (self referenced datasets)
Hello,
I'm trying to print a report from a table, the table is built using the
DevExpress tree component... How can I print in RB a tree from a
self-reference dataset.
The fields of the table are:
ID - Int
Name - String
ParentID - Int
I've was thinking in writing a stored procedure to return the organized tree
for me, but there must exist a simpler solution for this.
Thanks in advance,
Denis.
I'm trying to print a report from a table, the table is built using the
DevExpress tree component... How can I print in RB a tree from a
self-reference dataset.
The fields of the table are:
ID - Int
Name - String
ParentID - Int
I've was thinking in writing a stored procedure to return the organized tree
for me, but there must exist a simpler solution for this.
Thanks in advance,
Denis.
This discussion has been closed.
Comments
load the tree into a memtable and print from the in memory dataset.
enjoy,
Ron.
If I remember right (I use the DevExpress Trees too), there are printable
versions of the tree components -> dxDBTreePrintData (but i never used it).
regards,
Chris Ueberall;