nicocizik
Comments
-
Hi Martijn,
It is possible to replace any form in ReportBuilder except for the
ReportDesigner. You can replace the ppDatDlg form located in the
RBuilder\Source\... directory if you would like to change the way the Data
Dia… -
Hi Mike,
I tried a full re-install of TeeChart 6.01 and RB 7.03 and was able to
recreate the error you are receiving. It appears that RB 7.03 was built
with TeeChart 6.0 so the ReportBuilder TeeChart .dcu files are not compilin… -
Hi Mike,
Which version of Delphi are you using? Try doing a complete uninstall of
ReportBuilder and reinstalling. Be sure that the correct TeeChart package
is being installed on your hard drive and that it is in your library p… -
Hi Martijn,
Thanks for the suggestion.
--
-
Hi Bill,
This should work correctly in RAP. Be sure you are suppressing the Detail
datapipeline. If possible, please send a small example demonstrating the
issue in .zip format to support@digital-metaphors.com and I'll test it… -
Hi Bill,
Try setting the DataPipeline.SkipWhenNoRecords property to True. This will
suppress the printing of any records that contain no data. This property
can be set in code or manually using the Object Inspector while selec… -
Hi Rui,
If you are getting an 'IEdiSeri' or 'IEdiCha' error message when you try to
compile a project that contains TeeChart functionality, then TeeChart is
probably installed correctly. In order to get around these error messa… -
Hi Allan,
Are you trying to extract the actual month from a DataTime value? If so,
you can try using the EXTRACT() method in your SQL statement. Something
like EXTRACT(Month FROM Source) to use it. You might also want to chec… -
Hi Francois,
ReportBuilder has some limitations when using Tee Chart 4.04. Please see
the ReportBuilder help on TeeChart for a list of these limitations. In the
ReportBuilder Help, go to the ReporBuilder Reference | TeeChart |… -
Hi Mark,
Try adding raIDE to your 'uses' clause. Below is an article about
registering all components in the end-user environment.
------------------------------------------------------------
Article: Controlling the… -
Hi Martijn,
Thanks for the suggestion.
--
-
Hi Marco,
Try updating to ReportBuilder 7.03. TeeChart 5.02 is only supported by
ReportBuilder 7.01 for Delphi 6 and higher. If you already have already
purchased RB 7.0, the upgrade will be free of charge. Please e-mail
Hi Andy,
Thanks for the info, I'll check it out.
--
Hi Tom,
ReportBuilder relies on Delphi for XP Theme support. Delphi 7 is currently
the only version of Delphi that allows the use of the XPManifest component
located in the Win32 tab. XP Themes are not supported for Delphi 5.<…Hi,
The exception 'Canvas does not allow drawing' occurs when RB cannont access
the printer. Typically this is thrown when there is not a default printer
installed. However, if you are running as a service, this may mean that th…Hi Gary,
Best case scenario is that your component will be cut off when printing.
Sometimes the report engine will try to overflow to the next page thinking
that it is out of room on the current page, essentially giving you infi…Hi Gregg,
It is possible you have a corrupt install or Delphi is trying to access the
dclRBE77.bpl from a different location than the \RBuilder\Lib\... directory
(perhaps from a prior installation of RB 7). Follow the instructi…
----------------------------------------------
Article: ReportBuilder's RichText architecture
----------------------------------------------
The RichText in ReportBuilder is a wrapper around Delphi's TRichEdit which<…Hi Les,
Try recompiling the RBIBE packages included with ReportBuilder. You may
also need to uninstall the old version of IBX before you are able to run the
new one with RB. The packages are located in the \RBuilder\Source\...…Hi Richard,
Thanks for the suggestion.
--
Hi Carrie,
Check out the following example below. This is a good example of how to get
a report to print pages that overflow to the right. The way the report
works is there are two subreports that display different values from…Hi Grant,
If possible, please send an example demonstrating the issue in .zip format
to support@digital-metaphors.com so we can take a look at it and find a
solution as quickly as possible.
--
Hi Grant,
You should be able to work around the null values by filtering your master
dataset to exclude all the null occurences of the master field. Something
like the following:
SELECT *
FROM Customers
WHE…Hi Grant,
This may be a limitation of ReportBuilder. Nevertheless, it is not a good
idea to have Null records in your master dataset. You might try suppressing
this null value using the DataPipeline.SuppressNullValues or simpl…Hi Gary,
Try adding ppTypes to your 'uses' clause.
--
Hi Gary,
If you are only using one dataset, you do should not need to connect the
subreport to a pipeline. The only time you need to connect a subreport to a
datapipeline is when you have two datasets linked in some way, perhap…Hi John,
From what you describe, this should work fine. If possible, please send an
example of the issue in .zip format to support@digital-metaphors.com and
I'll take a look at it for you.
--
Hi Martijn,
1. Be sure that the memos are in fact inside the regions you created. To
test this try moving the region with the TppMemo component inside and make
sure the memo component moves with it.
2. Are you able…This was answered in a later post.
--
Hi Martijn,
To do this you neet to create a new report which has SectionStyle (Set the
PrintBehavior property)
subreports in it. Then load each one of your reports into one of the
subreports. Section style subreports alway…