nicocizik
Comments
-
Hi Carsten,
No, but this is a nice idea and we will consider it for a later release.
You can use the TppDesigner.OnCreateComponent to initialize certain
report components as they are added to the report.
… -
Hi Carsten,
All translations are user contributed. You can perform your own
translations using our translation tool and regenerate the resource and
.dll files needed to use them with ReportBuilder. See the ReadeMe.doc
… -
Hi Janice,
Try setting Report.CachePages to True and see if that helps.
Going forward hope you and your company will be upgrading to the latest
version of ReportBuilder, which includes many powerful new features.
Hi Mauro,
Parameters are not yet supported with the RB REST Service and Client
components.
Maintenance releases (ex. 16.01, 16.02, etc.) are mainly for bug fixes
and minor enhancements to existing features.
Hi Paul,
This is not a known issue. I just tested a data aware chart with my
installation of Delphi 2007 and the latest version of RB and TeeChart
and everything functioned as expected.
Are you able to recreate thi…Hi Paul,
You will need to add ppChrtUI to your uses clause to gain end-user
features at runtime.
Take a look at the following articles on other units that need to be
added to enable end-user features at runtime.
Hi Kai,
Embarcadero recently upgraded their news server as they have been having
issues with the older one for quite some time. If I understand
correctly, the new server requires a SSL connection.
I would recommend…Hi Steve,
Being that you can only create this issue with your custom preview, it
is unlikely that I will be able to recreate it here.
Please create a minimal example using only RB and Delphi components that
shows th…Hi Steve,
1. Are you able to recreate this issue with the built-in preview and a
simple example, or does it only occur with your custom preview?
2. If you are emailing PDF files, your code should not be executing XLS
Hi Frank,
I sent you an email response as a followup. We can continue this
conversation via email from here on out.
Hi Frank,
Which version of Windows are you using?
I apologize for all the questions however we are unable to recreate this
on our machines here and have not heard of the issue from any of our
other customers so ther…Hi Frank,
Which version of ReportBuilder are you using? Are you compiling against
the RBuilder\Lib\... directory or Source\...?
Does this happen with both XE7 and XE8 as your subject says or is it
only an issue wit…Hi Frank,
In my quick testing with RB 16.03 and Delphi XE8, I was able to build
and run/debug a simple ReportBuilder application without issues in 64 bit.
Are you able to recreate this behavior with a simple app? Are you…There is now a patch available for RB 16.03 that addresses this issue.
Registered RB 16 users can email support@digital-metaphors.com to
receive the patch.
Hi Dusten,
Sorry for the delay, I was able to reproduce this behavior and we are
currently researching a solution.
You can currently work around the issue by setting the
Report.PreviewFormSettings.SinglePageOnly pro…Hi Dusten,
I apologize, I misread your initial post. When you mentioned that you
were using a modal preview, I assumed you were aware of and altering the
ModalPreview property.
I performed the same test with a moda…Hi Dusten,
Which version of ReportBuilder and Delphi are you currently using?
Using the latest version of ReportBuilder I am unable to recreate this
behavior with a simple application using a non-modal preview.
Hi Michael,
RB 16 includes the new REST reporting services with FMX support. This
essentially gives you the ability to view, navigate, and print all your
current reports from the FMX platform which includes mobile and Mac.
Hi Carsten,
The SaveToFile and LoadFromFile options are initialized right when the
file menu is clicked which is why your alterations are having no effect.
You can hide/show these options using the Designer.AllowSaveToFil…Hi Carsten,
In addition to Paul's code, the following article/example will also help
you customize the Designer menu.
in Changing menuitems in designer Comment by nicocizik September 2015Hi Nick,
The image device simply calls the Delphi VCL routine TGraphic.SaveToFile
when exporting images to file.
This is the equivalent of creating a file stream and writing the image
data to that stream. (See the …Hi Steve,
One option is to use the Title band instead of trying to hide the header
as it only displays on the first page by definition.
In my testing with a very simple JIT Pipeline app and your code, I was
not able…Hi Guillermo,
For future reference, please give detailed information about your
product versions and environment when posting questions.
1. Which version of Delphi and ReportBuilder are you using?
2. Which DB a…Hi Farran,
Which version of ReportBuilder and Delphi are you using?
Does this occur when printing to the printer, exporting to a file,
viewing on screen or all of the above?
Hi Paolo,
When PrintHumanReadable is set to True, the barcode will simply output
the Data value as printable text below the barcode. There is no way to
alter this text without altering the Data property.
One option…Hi Ian,
The internal build number for Build 2 is 330. It appears you are using
the latest.
Hi Walter,
You are correct. This has been fixed with a patch for RB 17.0 Build 2.
Please contact support@digital-metaphors.com to receive the patch.
Hi Ian,
The "From" field is only a requirement for specific servers. When
direct connecting to Indy, it is best to show all errors returned by the
server to track down any issues.
in email a report - dm0110 example Comment by nicocizik November 2015Hi Ian,
This is likely due to Outlook and Delphi having a mismatched security
context (i.e. Delphi has administrator rights and Outlook does not).
The security context must match for MAPI to function correctly. See #2
i…Hi Mauro,
The current release supports the manipulation of Report Parameters
(TppReport.Parameters) only. This gives the client the ability to alter
and update the report output based on parameter values sent to the
ser…