nicocizik
Comments
-
Hi Ralf,
Did you install ReportBuilder to the default location? Which version of
ReportBuilder are you using? Are you running a 64 bit or 32 bit OS?
When the installer runs, it checks your registry as to where
Rep… -
Hi Glenn,
We have not heard of this behavior. If replacing the TppSystemVariable
with an new one solves the issue, the best solution would be to alter
the template and resave it with the newer component. If this needs to
Hi Bill,
Since ReportBuilder does not support nested regions, you could place all
your detail components inside a KeepTogether subreport to accomplish
what you need.
Hi Jack,
When installing ReportBuilder, the installer looks in the following
registry location to be sure the key exists.
HKEY_CURRENT_USER\Software\Embarcadero\BDS\12.0\Library
The Delphi IDE creates this key …Hi Glenn,
I would suggest creating a new project from scratch with a report and
button on a form. From there you can add test data using the DBDEMOS
database included with Delphi and try to mimic the behavior of your
re…Hi Bill,
I'm a bit unclear about the design of your report. Initially you
mention a single subreport in the detail band of the main report. In
your third paragraph, you mention "both subreports". Are you referring
to …Hi Glenn,
To find a certain component inside a report, use a report object loop
(once the report has loaded). See the following article on how to
create one.
in Remove component from report Comment by nicocizik December 2013Hi Carlos,
*before customer installed Office365*.
Yes, thanks for bringing that to my attention. I installed Thunderbird
on my machine and made it the default email client and our Simple MAPI
plugin functioned corr…Thanks for the info.
If you are building a 32 bit Delphi application, it will by default use
the 32 bit version of the Simple MAPI .dll so the problem must lie
elsewhere. I will download Thunderbird and run some tests to see …Hi Carlos,
It could be that your users are running a 64 bit installation of
Thunderbird and a 32 bit version of your Delphi application. This would
cause the bitness mismatch that you describe.
Rebuilding your appl…Hi Carlos,
We do not provide a Thuderbird specific email plugin however and quick
search on Google reveals that Thunderbird currently supports Simple MAPI
in a limited fashion.
The default email plugin (ppSMTPMAPI) …Hi Carlos,
Yes, you can manually register the email plugin you would like to use
using the TppSMTPPlugin.RegisterClass routine. Demo 110 in the main
reports demo shows how this can be done. For instance...
uses
Hi Bill,
In my quick testing with a new report, I created two groups and added a
region with a number of components in the first group's header band. I
was then able to easily either drag or copy that region to the second
Hi Alessandra,
Thanks for the feedback, we will consider including thumbnail support
with SinglePageOnly mode for a future release of ReportBuilder.
Hi Dimitar,
The Report Outline now consists of three parts (all residing on the
AccessoryToolbar panel)
TppOutlineNotebook: Tabset containing pages for the OutlineViewer and
ThumbnailViewer.
TppOutlineVie…Hi Alessandra,
The SinglePageOnly option is included for backward compatibility with
older versions of ReportBuilder. New features such as Thumbnails and
Page Borders are designed to function with he new Scrollable Viewer onl…Hi Alessandra,
Below is a link to an example I created showing how to enable the page
border shadow for the TppViewer and Preview. You will notice that the
PageBorder property is defined the same for the TppViewer.PageBorder …Hi Alessandra,
The shadow width is defined similarly to the solid border using the
Weight property. By default the Weight is set very small to give a
single pixel border. If you would like to see a more defined shadow,
Hi Dimitar,
Once the mail merge has been executed, you can access the richtext as
you would normally using the built-in helper routines to access the
underlying RichEdit control. You can also access the raw RTF data using
The OnMailMerge event fires after the mail merge has completed.
Hi Chau Chee,
Thank you for the information and research.
There is now a patch available for RB 15.02 that solves this issue.
Send an email to support@digital-metaphors.com to receive the patch.
Hi John,
In addition to the three steps you provided, you also need to create a
TIdSSLIOHandlerSocketOpenSSL object to act as the SSL IO Handler and
give it proper server information (Destination, Host, and Port). This
…Hi Andreas,
ReportBuilder uses a wrapper around the Delphi TRichEdit component to
display RTF text. Basically anything that can be done on a form with a
TRichEdit, can also be done in ReportBuilder.
For more advanc…Hi Glenn,
You can use the Report.Template.OnLoadEnd event to ensure code is
executed after the template is loaded but before the report is
generated. See the following article on using template events.
in Inconsistent DcCalc calculations Comment by nicocizik May 2014Hi Glenn,
What you are experiencing is a common result of using the Multi-Page
viewer with ReportBuilder and sharing datasets with other controls in
your application.
The easiest workaround is to set SinglePageOnly …Hi Glenn,
We have not heard of an issue like this before with RB 15. Please
create a simple example that demonstrates this behavior and send it to
support@digital-metaphors.com in .zip format and we'll take a look at
wh…Hi Dirk,
Please send a short email to support@digital-metaphors.com and I will
guide you through the steps necessary to enable more QRCode versions.
Hi Dirk,
The current QRCode implementation support QRCode versions 1 - 10. This
allows for a maximum of 271 data characters in Binary encoding and Low
error correction.
It appears your data string is outside this r…Hi Will,
There is currently no way to refresh the data workspace in code.
We will add this capability for the next version of ReportBuilder (15.03).
Hi Bill,
There is no reason the region should be nil unless you are dynamically
creating or freeing it. I did a simple test following your
specifications and was able to successfully add a label created in code
to an em…