nicocizik
Comments
-
Please be sure that the forum email is your registered email address when purchasing ReportBuilder.
We only have the resources to provide support to registered users of ReportBuilder with an active software subscription.
-
Hi Martin,
Please be sure that the forum email is your registered email address when purchasing ReportBuilder.
We only have the resources to provide support to registered users of ReportBuilder with an active software subscript… -
There is a patch available for RB 19.04 that ensures the report is the first attachment. Currently registered users can email support@ to receive this patch.
-
Hi Amman,
From Delphi, this is possible by using multiple DB Connections on the same form/datamodule.
DADE (ReportBuilder data workspace) is not designed to handle multiple database connections at once.
-
Hi Daniel,
Please update your email address to the one you registered ReportBuilder with so we can verify your registration information.
We are going to need more information about your issue. Which version of Delphi are you u… -
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…