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 ?
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.
Comments
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