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

Report Explorer

edited January 2004 in End User
Sorry by my poor english,

I need to build a custom Report Explorer.
When the user create a new report, i want to know what Alias, from what
table.
How can show Interbase Tables ?

Regards

Comments

  • edited January 2004

    Please provide more details of exactly what you are trying to accomplish.
    Please post to a new thread - this one is one year old.

    Use a TDatabase component placed on the form. Set the
    Designer.DataSettings.DatabaseName to reference the TDatabase component. The
    Designer.DataSettings are used to specify the database connection for new
    queries. The Designer.DataSettings are saved as part of the report
    definition.

    The TppDataDictionary can be used to determine what database tables and
    fields are available to the end-user.


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

    Best regards,

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