Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

A report from a TTreeView

edited December 2003 in General
Is there anyway to create a report form a Ttreeview. Is is an exceptionally
complicated one and I am trying to avoid extracting all the logic out of the
unit and adapting it to a report. The view selection criteria for this tree
is the same parameters I want to limit my report.

Of course, I am able to save a tree to a stream or to a file. The file does
have what I need to generate a report but the file has no structure to work
with. I would rather work with a Stream. My first intentions were to read
the stream into a ClientDataSet and use that for my report, but upon
investigation, the D-5 help states that only a stream exported from a CDC
should be read back into one.

Do you have any suggestions. You have got me over so many hurdles and I
truly appreciate it.

Larry Killen

RB 5.54 ent.
D - 5 ent.

Comments

  • edited December 2003
    Nico,
    I apologize for the report. I just remembered that I asked this earlier. I
    went back and found your reply.
    Thanks,
    Larry



  • edited December 2003
    Have you looked at using the JITPipeline as a front for the tTreeView data?

    Regards,
    Chuck Van Acker
    Alogent Corp.
  • edited February 2004
    Where do you find that post?
This discussion has been closed.