Home General

Printing Trees (self referenced datasets)

edited July 2001 in General
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.

Comments

  • edited July 2001
    Hi,

    load the tree into a memtable and print from the in memory dataset.

    enjoy,
    Ron.

  • edited July 2001
    Hi Denis,

    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;
This discussion has been closed.