nicocizik
Comments
-
Hi Ian,
Thanks for the suggestion. We will add this to our list of possible enhancements.
-
Hi Bruce,
When creating a report parameter in the Report Tree of the designer, you can click on the newly created parameter and assign its Value or Values property in the object inspector. Generally report parameters are tied to a search… -
Hi Ian,
ReportBuilder does not have any built-in automation or scheduling features. This is something you will need to do separately in Delphi or using the Windows Task Scheduler.
Once you set up the scheduled task, generatin… -
ReportBuilder 19.03 is fully compatible with Delphi 10.3 Update 1. The error you are getting deals with the RB/TeeChart package that is built during installation. The main reason is that TeeChart is not installed.
You can manually insta… -
Hi Mauro,
Thanks for the feedback. Unfortunately this feature has not made it into the product yet but it is still on our list. We evaluate our list of possible enhancements to ReportBuilder very frequently to determine what will be add… -
Hi Marcos,
Which version of ReportBuilder and Delphi are you currently using?
-
Hi Bruce,
You can assign default values to your parameters using the Value property. Take a look at the DateUtils unit in Delphi for how to calculate the start of a month and end of a month. Specifically the StartOfTheMonth and EndOfThe… -
Hi Marko,
ReportBuilder uses various plugins to send emails. The Indy plugin, for example, uses Indy to connect to an SMTP server and send the email. Indy does not currently support digitally signed emails.
It is possible to … -
Hi Mark,
The Abs function is not natively available in RAP. I will add this to our list of possible future enhancements.
Currently you can create a RAP pass-thru function that enables this functionality. I emailed you the pas… -
Hi Bruce,
I suggest using the ShiftRelativeTo feature of the Region. For instance:
Region1
---
Region 2 - Set to ShiftRelativeTo Region 1
---
Region 3 - Set to ShiftRelativeTo Region 2
---
N… -
Hi Scott,
I suggest using the PageBreak component located in the "Advanced Components" toolbar of the report designer. This component will cause a page break based on its z-order inside the report.
-
Hi Scott,
Instead of inheritance or manually managing groups, have you considered using report templates? Report templates (.rtm files) are file based report definitions that can easily be loaded into a single report component on a form … -
Hi Gerhard,
This is not a known issue nor are we able to recreate it here. Are you able to install to a different machine? What is the exact directory path you are trying to install to?
-
Hi Gerhard,
An updated build of RB 19.03 for Delphi 10.3 was uploaded less than a day after the initial release with this fixed. Please re-download and re-install ReportBuilder to automatically install the RB/TeeChart packages for Delphi… -
Hi Ron,
The included email demo is part of the main reports demo (Demo #110). This demo does not however give an example of sending individual groups as emails. See the following article on how this can be done.
Note my resp… -
There is a patch available that addresses this issue. All registered users of ReportBuilder with an active software subscription can email support@digital-metaphors.com to receive this patch.
-
Hi Ian,
Your code looks good! I can see only a couple issues.
1. RAP does not support unsigned types such as Cardinal or Byte. For the purposes of this routine, you will need to declare each parameter as an Integer then possi… -
Hi Ian,
RAP passthru examples can be found in the main RAP demo located in the \Demos\0. RAP\1. Main\ directory. See the following article on where these examples are installed on your machine.
in Bit operations in RAP? Comment by nicocizik December 2018 -
Hi Tommy,
Subreports are simply virtual containers and do not have a role in page rendering. Generally if something works with SinglePageOnly but doesn't without, it is a threading issue. The fact that the component is in a subreport is… -
Hi Ian,
RAP does not natively support bitwise operations. This is something we will consider adding to a later release of the product.
Currently you can easily create a pass-thru function to perform these calculations.
Hi Tommy,
Thanks for posting your solution. The TppOutlineNotebook is a tab control that contains two pages (tabs). One for the OutlineViewer and one for the ThumbnailViewer. An easier way to access the ThumbnailViewer would be by dire…This feature has been added to our list of possible enhancements for a later release.
Thank you for pointing this out. A new version of ReportBuilder Standard for Delphi 10.3 has been uploaded to our server. Please re-download and re-install ReportBuilder.
Note that this only affected the Standard edition of ReportBuilde…Hi Joe,
Please include the version of ReportBuilder and Delphi you are using when posting questions.
We only have resources to provide tech support to Delphi developers with an active RB license.
Hi Carsten, (Quote) Yes.
Hi Carsten,
The compiler variable "Pro" is an internal variable that should only be used by ReportBuilder. I cannot find anywhere in our current source were we check for {$IFNDEF PRO} so this must be in some altered source of yours.
Hi Greg,
Take a look at the following articles on how to access the preview buttons or add new buttons by creating a custom preview plugin.
This first article shows how to access the preview buttons (and hide one of them). In …Hi Carl,
I do not recommend using fixed subreports to limit the number of data rows displayed. This should be done in SQL using a search condition or row limit feature (TOP - SQL Server, LIMIT - (MySQL, SQLLite), ROWNUM - Oracle).
<…Hi Alessandro,
Starting with version 16, ReportBuilder Enterprise and Server includes our REST reporting services with FMX support. This essentially gives you the ability to view, navigate, and print all your current reports from the FMX …Hi Niels,
A license to RB 19.02 includes the ability to download and use the last produced version for legacy Delphi such as D5. However we cannot provide tech support, fixes, etc. for the old versions.
I highly recommend usin…