nicocizik
Comments
-
Hi Alex,
Unfortunately there is not a way to export each group as a single report as
you need only using one report object. You might try dynamically creating a
separate report for each group in your original, exporting it to… -
Hi John,
1. Yes, or you could add these images to a in-memory dataset or list object
and traverse through them (using a JITPipeline) creating a group for each
record.
How are you setting the text? If you are…Hi John,
This issue was fixed for ReportBuilder 9.02. This is a free upgrade if you
purchased RB 9. Please contact info@digital-metaphors.com for upgrade
instructions
--
Regards,
Nico Cizik
D…Hello,
The TppTeeChart report component is simply a wrapper around the original
TChart component. The TppTeeChart.Chart property gives you full access to
the underlying TCustomChart object. At first glance I do not see a way…Hi,
In my testing with RB 9.02 and TeeChart 7.04, changing the bar color seemed
to stay consistant at runtime when changed at designtime. Are you loading
templates? Which version of TeeChart are you using? You may try
Hi Mauro,
This can be changed by creating a simple preview plugin. Take a look at the
following example.
http://www.digital-metaphors.com/tip…Hello,
I apologize, this should have been displayed more clearly. The release
notes only mention upgraded support for TeeChart 7.05 for RB - Delphi 7 and
Delphi 2005.
The reason we did not include TeeChart 7.05 wi…Hi Lianfeng,
The rbIDE9x.dpk is located in the \RBuilder\Source\... directory. You will
need to change your library path accordingly to recompile the TeeChart
packages properly. Note that ReportBuilder 9.03 for Delphi 6 and …Hi Gilbert,
If possible please send a small example of this behavior and I will try to
recreate the error on my machine. Please send the example in .zip format to
support@digital-metaphors.com.
--
Regards,
Hi William,
No, this feature was not added to ReportBuilder for version 9.03. PDF
exporting support for custom drawcommands may be something that we add for
the next major release of ReportBuilder.
Please contact i…Hi John,
The mail merge feature does not currently have any alignment capabilities.
This may be something we could add to a later release. As for now, it may
be possible to calculate the length of the field using the TextWidt…Hello,
Unfortunately we do not currently have a Thai translation for ReportBuilder.
If you would like to manually make this translation, take a look at the
documentation located in the \RBuilder\Languages\... directory for
Hi Guney,
Try placing the total values inside the Footer band if you would like them
to print at the end of each page. You can also create a group footer and
place the totals in there if you like.
--
Regards,…Hi Guney,
You can set the number of detail bands printed per page using the
TppDetailBand.PrintCount property. This is a published property so it is
available at design-time in the Delphi Object Inspector as well as at
…Hi Jean-Francois,
If you change your subreport to a Section style subreport then change its
paper size, the new paper size should be used when it is printed. This will
also keep the subreport on a separate page when it is pri…Hi Harry,
ReportBuilder 9.03 now supports the latest version of TeeChart, version
7.05. If you upgrade to TeeChart 7.05 and re-install ReportBuilder 9.03 the
error will go away and you will have full TeeChart support.
Hi Paul,
Sorry, I did not see the second method below. The second method is correct
but note that this will only find the first occurance of the component you
are looking for. If, in the initial loop, it encounters a subrepo…Hi Paul,
You can recursively loop through each subreport if you encounter one. For
instance inside your second nested "for" loop...
if lObject is TppSubreport then
FindReportComponent(TppSubreport(lObject).Report,…Hi Carlos,
Yes, all reports created with RB 7 will automatically update to the RB 9
format.
No, you will most likely encounter errors (due to new features that do not
exist in RB 7) when loading reports …Hi John,
Unfortunately it is not possible to link calculated fields in Dade. However
this can be done manually in code. Take a look at the following example.
in Linking to calculated fields Comment by nicocizik October 2005Hi Craig,
Setting the Report.ShowCancelDialog to False will supress this dialog. This
is a published property so it is available in the Delphi Object inspector.
--
Regards,
Nico Cizik
Digital Metaph…Hi Mark,
Take a look at the following example of exporting each page as a separate
PDF file.
http://www.digital-metaphors.com/tip…Hi,
Depending on the condition that makes a record red, you can use the
DetailBand.BeforePrint event to check this condition and change the color of
the text component if needed. For instance...
if ppReport1.DataPi…Hi Bora,
You may also want to check out the thrid party crosstab component Grid Pack.
This may contain the features you are looking for.
http://www.planitechnolog…Hi Bora,
Have you tried using the OnGetTotalCaptionText, OnGetDementionCapiton, or
OnGetCaptionText events to get the caption text you need? You could perhaps
store all these values along with their respective column numbers,…Hi Bora,
I'm unclear about what you mean by "blinded". In my testing with a simple
crosstab with one grand total, the OnGetTotalValueText event fires once
giving me the correct value inside the aText parameter. Setting the a…Hi Bora,
Usually this will need to be done with trial and error. Try setting a break
point inside this event and check the row and column values to find out
which ones are the needed total value cell.
--
Rega…Hi Bora,
Unfortunately the crosstab component is not very customizable in this case.
It is possible to alter the text shown in the grand total row or column, but
the removal of this item entirely is currently not an option. T…Hi Michael,
We have not seen this behavior before. Have you tried this with the latest
release (9.03)? Are you pulling these images from a blob field on your
database? If possible, please send an example in .zip format that…