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

Iteration through directory nodes using your functions

edited January 2004 in End User
Hi!

I want to export reports to flat file. For that I have written some
procedures and functions which can do that on one report. I want to extend
my functionality to export the whole directory or even the whole root
directory (including subfolders as well).

For that I need to iterate through folder and look for a reports that belong
to that directory.

Because you have implemented many routines for such a navigation, can you
explain to me what procedures and functions to use (made from you).

THX and regards,
Benjamin

The difference between theory and practice is that in theory there is no
difference between theory and practice, but in practice there is....

Comments

  • edited January 2004

    See the RBuilder.hlp for TppReportExplorer, there are methods such as
    GetFolders and GetChildFolders. See RBuilder\Source\ppRptExp.pas and
    ppExpFrm.pas for the source code to the report explorer. That is the only
    example that we have.


    --
    Nard Moseley
    Digital Metaphors
    http://www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.