I'm a bit unclear about what you would like to accomplish. Inside the designer, the field names are displayed in the Data Tree (available by selecting it from the Report | Toolbars menu option). The field names are also displayed in DADE when creating new queries? Perhaps a little more information on what you would like your report to display.
I?ve a query that return with many fields. the query it?s somthing like "select * from...". I need to chage the query by something like "select field1, field2... from.." But this fileds depends the fileds thar are used in the report.I need to know,in my program, what are the fileds thar ara used in every report. I think that this information ara in "temple of report" but how can I read this information.
Unfortunately your approach is not easily achieved with ReportBuilder.
The solution to this problem is to use DADE. DADE (available for RB Professional or higher) allows you to keep the entire data definition for the report (i.e. query, datasource, datapipeline) local to the template so there would be no need to create a new query based on the fields used in the report. Basically when the template is loaded, all the data access component are automatically created for you based on the report definition. For more information on DADE, please see our web site (http://www.digital-metaphors.com) and the ReportBuilder Developer's Guide located in the \RBuilder\Developer's Guide\ directory
Comments
I'm a bit unclear about what you would like to accomplish. Inside the
designer, the field names are displayed in the Data Tree (available by
selecting it from the Report | Toolbars menu option). The field names are
also displayed in DADE when creating new queries? Perhaps a little more
information on what you would like your report to display.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I?ve a query that return with many fields. the query it?s somthing like
"select * from...". I need to chage the query by something like "select
field1, field2... from.." But this fileds depends the fileds thar are used
in the report.I need to know,in my program, what are the fileds thar ara
used in every report. I think that this information ara in "temple of
report" but how can I read this information.
thanks
Unfortunately your approach is not easily achieved with ReportBuilder.
The solution to this problem is to use DADE. DADE (available for RB
Professional or higher) allows you to keep the entire data definition for
the report (i.e. query, datasource, datapipeline) local to the template so
there would be no need to create a new query based on the fields used in the
report. Basically when the template is loaded, all the data access
component are automatically created for you based on the report definition.
For more information on DADE, please see our web site
(http://www.digital-metaphors.com) and the ReportBuilder Developer's Guide
located in the \RBuilder\Developer's Guide\ directory
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com