nicocizik
Comments
-
Hi Michel,
Thanks for the information.
Please send us an example of the code you are using to cause the leak and we
will test with ReportBuilder 7.02 to see if it still exists and possibly fix
it.
--
-
Hi Reid,
Are you loading a report template? If so you may be loosing the correct
event handler corresponding to the label. Be sure that you assign the event
handler in code after loading a template. See the templates thread i… -
Hi Thom,
You can access the components of a report using a Report Object Loop.
Please see the Tech-Tips newsgroup
(digital-metaphors.public.reportbuilder.tech-tips) in the Code Based thread
for an example. (Loop thru all o… -
Hi Reid,
After you call Report.Template.LoadFromFile, assign the Report.DataPipeline
property to the pipeline that you have assinged dsRunTime to. The reason is
the template saves the datapipeline name so when you call LoadFrom… -
Hi Jean-Luc,
Try placing the label inside a region and adjust its border property to fit
your specifications.
--
-
Christine,
Please send an example of the problem in .zip format to
support@digital-metaphors.com and we'll take a look at it for you.
--
-
Hans,
Since you are only using one dataset, you should not have to use a
Master-Detail style report. You should be able to use a simple grouped
report with all your information in the detail band. If this proves not
possi… -
Hans,
Try placing a subreport under the first row and put the numeric fields
inside. Are these numeric fields records in you dataset? Please send an
example to support@digital-metaphors.com if you still cannot find a
solu… -
Rick,
Sorry for the delay. You should not have to do anything special when
creating an empty TdaBDESession object. I will work on an example that
should help you work through this. Thanks for your patience.
--
Rick,
There is a global MetaDataManager variable declared in the
daMetaDataManager. Try calling gMetaDataManager.GetTables to initialize the
MetaDataManager before its default initialization time. You will need to
create …Carlos,
Try downloading the trial edition of ReportBuilder 7.02 and testing with
that. This was a bug with ReportBuilder 6 and has been resolved in the
latest version. Be sure to backup all your .rtm files before testing with<…Hi Joseph,
Thanks for the information!
--
Dan,
Please see the ReportBuilder Help in the ReportBuilder Reference | TeeChart
| Delphi X... section for a chart showing the supported features of TeeChart
based on the version you are using. If you are using the version ofHi Michel,
Thanks for your help, we will research these leaks and get back to you asap.
--
Tim,
When printing the detail band, you can only access the current record as you
are traversing the data for the first time. Two alternatives to the method
I gave in my last post are as follows:
1. Create a TwoPass…Tim,
Below is a link to an example of an easy work-around solution to your
problem. The example essentially places a variable in a group footer and
calculates the total of the detail band values and then by accessing the
T…Jure,
Try setting the Report.CachePages property to True while using the Variable
method you described below. This should resolve your issue without any
changes to your existing report.
--
Ralf,
Check out demo 114 and 116 in the \RBuilder\Demos\1. Reports\... directory
to see a good example of creating a report based on a DBGrid.
--
This question was addressed in a later post.
--
Hi Barry,
A patch was created to allow you to use DADE without the BDE installed.
Please send an e-mail to support@digital-metaphors.com requesting the patch
and installation instructions
--
Frank,
Please see the example below on creating a report dynamically in code. If
this does not help, please send an example demonstrating the problem to
support@digital-metaphors.com and we'll take a look.
in Change band height on down stream pages - how Comment by nicocizik June 2003Morten,
Try disconnecting you event handlers and see if that changes the behavior of
the viewer. If this does not change the results, please send a small
working example in .zip format to support@digital-metaphors.com and we'll…Hi Jack,
I tried what you described below and could produce no error. This could be
caused by an error in your installation. Please verify that the date on
your current ppUtils.pas file is 03/06/19 1:25pm. Feel free to send a…Hi Jack,
I tried running your code as well and was unable to recreate the error. I
ran a diff on the ppCapitalize code you sent and the code I use and they
seemed to be identical. Please send a small running example that re-cr…Jack,
Which version of ReportBuilder are you using? PpCapitalize was updated in
ReportBuilder 7.02 and does not have this issue any longer.
--
Jeff,
Glad you found a solution. The BackGroundPrintSettings should all be set to
False by default. They may have been loaded with a .rtm file that saved
them down at an earlier time.
--
Philippe,
When ReportBuilder tries to make a connection, it will look for the database
it was built with. If it cannot find the correct one, it will create a
default ADO connection and use that. You need to be sure that the da…Allan,
Every time you generate the report, it will refresh itself. Be sure that
your data is not being changed at any time during generation. If this does
not help, please send an example to support@digital-metaphors.com and w…Philippe,
You will need to sum the datafields using TppVariables only and then use the
CalcOrder property. The order of the OnCalcs is not dependent on the
z-order.
--