nicocizik
Comments
-
The toolbars will be enhanced and updated for the next major release of
ReportBuilder.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-… -
Hi,
Unfortunately it is not currently possible to customize the toolbar of the
designer in ReportBuilder. Thank you for the feedback.
--
Regards,
Nico Cizik
Digital Metaphors
in Customizing Toolbar Comment by nicocizik August 2005 -
Hi Filip,
Only report components that descend from TppStretchable have the ability to
shift relative to another stretchable component. If you need
non-stretchable components to shift relative to a stretchable one, you can
Hi Filip,
The easiest way to perform a task like this with ReportBuilder is to use RAP
(included with RB Enterprise) and keep all your event code local to the
template saved on your database. This way there is no need to link…Hi Preston,
You will not loose your formatting if you use the built-in RichText
functions SelStart, SelLength, SelAttributes to alter the RichText output.
This will ensure you are only altering the text and not any of the
You may also consider using the CrossTab component as well.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Ronhald,
Unfortunately we are not aware of any components that allow ReportBuilder to
work with the Decision Cube.
--
Regards,
Nico Cizik
Digital Metaphors
in decision cube Comment by nicocizik August 2005Hi Dmitry,
1. Be sure your library path is pointed to the correct TeeChart 7.04 files.
2. Try changing your library path from \RBuilder\Lib\... to
\RBuilder\Source\ and re-compile your application. This should create a…Hi Massimo,
ReportBuilder has been rigorously tested with large reports and I know for a
fact that we have had many customers generating multiple thousand page
reports successfully using ReportBuilder 6.x, 7.x and 9.x. As the…Hi Massimo,
Sorry, there are no versions of ReportBuilder 9.0x that are compatable with
Delphi 5. You can however download a trial version of Delphi 7.04 for
Delphi 5 and test with that. In order to test with RB 7.04 you wil…Hi Massimo,
There have been many improvements in the memory mangement (i.e. leak and
design fixes) since ReportBuilder 6.03. My suggestion would be to download
a trial version of ReportBuilder 9.02, test you report with that …Hi Cobus,
Sorry about the time zones. If possible, please send an example I can run
on my machine that demonstrates what you are trying to do. I think this
will help me get to the bottom of your problem easier. Please send …Hi Cobus,
Are the MainReport and DetailReport two separate TppReport objects on your
form? I'm a bit unclear about how you are able to access the PrintPosRect
of SubReportM2 yet not DetailReport. Perhaps a little more inform…Hi Cobus,
Take a look at the following example on hiding an orphaned group header.
http://www.digital-metaphors.com/tips/HideOrphanGroupHe…Hi Filip,
Unfortunately ReportBuilder was not designed to handle stretchable
components in a static height band. In order to get the effect you describe
below you will need to fill a TppMemo object manually using the techniqu…Hi Paul,
In my testing with a simple example (one JITPipeline and one Report),
setting the RecordCount to 0 gave a blank page. I do not see in the code
below where you are calling the ResetRecordCounts procedure. Are the
Hi Paul,
Be sure you have your Report.NoDataBehaviors property set to ndBlankPage.
Where and how are you setting the record count of the pipelines? In my
testing with ReportBuilder 9.02, attaching an empty dataset to a report…Hi Redmond,
ReportBuilder does not do any sorting on its own. All sorting is done
either in the dataset query or in an in-memory object such as a TStringList.
In order to sort this string field as you need, you may need to fi…Hi,
Couple of options...
1. Place two fixed style subreport in your main report, each containing a
copy of the half page report you want to print twice per page.
2. Take a look at the following article on pri…Hi Simon,
Try creating the calc field in your SQL code before running your
application, giving it a proper alias. Then try adding that calculated
field to your search criteria using the SQLBuilder.
--
Regards…Hi Simon,
The SQLBuilder object does not support adding calculations directly into the
where clause, however you could create a calculated field and filter your
data based on that field. See the TdaSQLBuilder.CalcFields topic…Hi,
If possible, please send a small example demonstrating this behavior in
.zip format to support@digital-metaphors.com and I'll try to recreate it on
my machine.
--
Regards,
Nico Cizik
Digit…Hi Juan,
Try downloading a trial version of RB 9.02 for Delphi 7 and test with that.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digit…Hi Juan,
In my testing with a simple Report, Designer, and button on a form with RB
9.02, the OnCustomSaveDoc event fired as expected. Are you able to get the
event to fire in a minimal example like this? Is there anything e…-----------------------------------------
Article: End-User Tech Support
-----------------------------------------
Please understand that Digital Metaphors can only provide tech support to
the Delphi developers that purcha…Hi Chris,
Take a look at the following example. It places a "continued" message in
the footer if the detail band overflows to the next page. It should be just
as easy to place the message in the header band.
Hi Martin,
Below is the code for the entire preview plugin that adds the Shift + F8
combination to the preview window. This is very similar to what you will
need to do.
unit HotKeyPrintPlugin;
Hi Fredrik,
The border property for images is working as designed. We made this
decision based on user feedback and other similar design products. Thanks
for your feedback, we will consider making this an option for a later …Hi Jozua,
Which event are you using to change the row name?
If you take a look at the TppElement topic in the ReportBuilder help it
gives you a diagram of each object inside a CrossTab. This will allow you
to use t…Hi Jozua,
Take a look at CrossTab demo 127 located in the \RBuilder\Demos\2.
CrossTabs\... directory. This shows how you can manually alter the value of
any cell in a crosstab component without the need to use the crosstab