nicocizik
Comments
-
Hi Ricky,
At Delphi design-time you can use the Delphi object inspector (not the inspector built-in to the report designer) to assign event code by selecting the "Events" tab at the top.
It is also possible to implement event c… -
Hi Jens,
Which version of ReportBuilder and Delphi are you using? What are your PDF settings for embedded fonts and subsets? Are you exporting with Unicode encoding? -
Hi Massimo,
I believe this is only possible with the use of a Delphi routine. Are you using a registered version of ReportBuilder and Delphi or ReportBuilder built-in to another product? -
Hi Slandu,
Which version of ReportBuilder and Delphi are you using?
-
It appears Google recently changed their Maps API to require an API Key. They also changed some of the syntax. There is a patch available for RB 19.03 that solves the API Key issue. All registered users with an active subscription can email suppor…
-
Hi Tom,
I am a bit unclear about your report design. Do you have a group in the main report and a group inside your subreport? If so, which group footer would you like aligned to the bottom? Do these groups have the NewPage property se… -
Hi Mike,
Each "Stretchable" component contains a BottomOffset property which can be used to adjust the space between two shifting objects. Increasing this value should give you the effect you are after.
-
Hi Mike,
This is not a known issue with the latest version of ReportBuilder. Please create a simple example using only RB and Delphi components and send it to support@digital-metaphors.com in .zip format and we'll take a look at it for y… -
Hi Mika,
To rotate a standard barcode, use the Orientation property.
-
Hi Mika,
ReportBuilder 19 supports rotating wrapped text (TppLabel) in 90 degree increments. It is on our list to add rotation for Memos in a later release.
Rotation for standard barcodes is supported however 2D barcode rotati… -
Hi Jens,
Please contact the publisher of the software package you are using. It is their responsibility to provide you with tech support.
We only have resources to provide tech support to Delphi developers with an active Repor… -
Hi David,
This is not a known issue with RB 19.03. Please create a simple example that demonstrates this behavior and send it to support@digital-metaphors.com and we'll find a solution for you as soon as possible.
-
Hi Mark,
Below is the updated link. Basically your report should work the same as it would in a standard VCL app. Be sure your report is connected to the dataset and that your dataset is accessible from the intraweb application. You mi… -
Hi Bruce,
For future reference, please let us know which version of Delphi you are using and which connectivity you are using to access your DB (i.e. FireDAC, ADO, etc.).
From researching this error online, it appears it may be… -
Hi Andrew,
1. It appears that your main report may also be connected to your dataset which is what would be causing the copies. Try disconnecting your dataset from your main report to avoid this behavior.
2. Since the perforat… -
Hi Andrew,
This is not a known issue with RB 19.03. Please send a simple example using only Delphi and ReportBuilder components to support@digital-metaphors.com and we'll track down and fix the issue as soon as possible.
-
Hi Phil,
ReportBuilder ties its report parameters closely with the autosearch feature. I highly recommend creating report parameters for each of your search conditions and giving them unique names so they can be differentiated in the Aut… -
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?