nicocizik
Comments
-
Hi Laercio,
This is not a known issue.
Please send a simple example (perhaps using DBDEMOS) that demonstrates
this issue to us in .zip format and we'll take a look at what might have
changed since RB 15.04.
Hi Ailton,
You will want to use a Fixed style subreport sized to half a page inside
the detail band in order to get the effect you are after. This way you
will essentially get 2 details per page, each containing a different <…Hi Dustin,
Version 9.02 is the ReportBuilder version, not the Delphi version.
We are only able to provide support to Delphi developers with a full
version of ReportBuilder installed. If you are using ReportBuilder
…Hi Dustin,
Which version of Delphi are you using?
It is possible to set up a "default" date range simply using the query
designer (data tab). When creating a search condition, simply set the
operator to "Between" a…Hi Dustin,
Which version of Delphi are you using? Out of curiosity, what issues
are you having with later versions of Delphi? In our experience, the
latest versions of Delphi are light years ahead of the legacy versions.
Hi Martin,
You will need to trace this AV to see what is causing the problem. It
is likely an invalid object reference.
If you are able to recreate this issue with a simple example or the
example we provided in the…Hi Martin,
In the example, at the bottom of the MyPrintDlg.pas file you will see
the "initialization" and "finalization" sections. Inside there you will
see calls to register the custom forms with ReportBuilder.
in…Hi Martin,
It looks the same because it is a copy of the original. The example
simply copied the existing print dialog, renamed the class and
registered it to be used instead of the default, but no changes were made.
Hi Martin,
All dialogs in ReportBuilder are replaceable. Take a look at the
following article on how to replace a dialog in ReportBuilder with your
own custom one.
in Modify RB default printer dialog box Comment by nicocizik October 2014Hi Igor,
Thank you for the information and code. We will research this solution
and add the changes for the next release of ReportBuilder.
We are going to need more information about what might be causing this
behavior. Has it had any effect on the functionality of your
application? In my simple tests, the field type remains correctly set
after the pipeline is conne…Hi Perry,
If you have the group set to break (and break a page) for each check
number, you will always only get one check per page.
I suggest placing the subreport inside the detail band. If you need to
use groups,…Hi Perry,
If you would like to use subreports, be sure the subreport is not
connected to any data so it simply pulls data directly from the main
report's pipeline as it traverses.
Another option is to simply create …ReportBuilder does not use the DisplayFormat of the field, it uses the
DisplayFormat of the DBText component.
If you would like to alter the DisplayFormat of a currency field, you
will need to follow the instructions in the ar…Hello,
Take a look at the ppDisplayFormat.pas file for how ReportBuilder
handles display formats. By default ReportBuilder honors the Windows
Currency formatting settings.
It is possible to replace this behavior an…Hi Adam and Luis,
Thanks for the feedback. We are strongly considering this feature for a
later version of ReportBuilder.
Hi Paul,
In my quick testing with a very simpler Master-Detail report,
LeftToRight columns functions correctly. This was using the customer
and orders tables in the DBDEMOS database.
Please send your simple example…Hi Kamran,
You can use the LoadFromFile or LoadFromRTFStream routines to load RTF
data into a TppRichText control. See the TppRichText documentation for
more information about these routines.
Hi Ailton,
The XLSX device is only available for Delphi XE2 or later. This is due
to the fact that the XLSX format requires certain libraries that are
only available with later versions of Delphi.
Hi Ailton,
The newest version of ReportBuilder (RB 16) natively supports exporting
reports to XLSX format. See the following link for this and other
exciting new features included with the new release.
in Export data to MS EXCEL Comment by nicocizik October 2014Hi Ed,
Screenshots will be a part of our tutorials when they are posted.
ReportBuilder 16 with REST Services is only available for Delphi XE7 so
there should not be any conflicts with any other RB 15 installations on
Hi Ed,
Thanks for your interest in ReportBuilder REST Services! ReportBuilder
16 Enterprise includes numerous demos that demonstrate how to easily set
up a REST server and mobile client using RB components.
The dem…Thanks Ian,
This has been changed on the /secure/ page as well.
Thanks Igor,
We changed this for the /secure/ page as well. Enjoy your migration to XE7!
Hi Ian,
The Pricing (Order) page indicates upgrade prices for users of
ReportBuilder 15.x and lower. Perhaps try refreshing your browser.
http://www.digital…Hi Ailton,
ReportBuilder does not control the output tray of a printer, only the
input bin. This might be a setting in your printer setup.
My suggestion would be to try an earlier event such as
OnInitializeParamete…Hi Ailton,
This is currently not a feature of the ReportBuilder preview. We will
consider researching and adding something like this for a later release
of the product. Thanks for your feedback.
Hi Erik,
There is now a patch available for RB 16.0 that solves this issue.
Please send a small email to support@digital-metaphors.com to receive
the patch.
Is this something you've noticed happening in RB 16 that didn't happen
in RB 15 or has this always occurred?
Do you have an example that prints in different positions as the
exported PDF? If so, please send it to support@digi…Hi John,
I am unclear about what you are trying to accomplish. OnGroupChange is
not an event in ReportBuilder. Do you perhaps mean AfterGroupBreak?
Perhaps if you give more information about what you are trying to do, I…