nicocizik
Comments
-
Hi Costas,
We are in the process of researching why these files are installed with a size of 0KB. This, however, is inconsequential because the files affected are Delphi design-time only and should not be used with runtime applications. -
Hi Oliver,
ReportBuilder does not have a maximum stretchable height concept. Currently you would need to limit the number of lines shown in the memo component.
Thanks for the feedback, we will add this as a possible feature fo… -
Hi Igor,
Thank you for pointing this out. This is a scenario that was not considered when designing the Group.NewFile feature.
I sent you a patch that solves the problem. After applying the patch, there is no need to manually… -
The RAP .dcu files installed into the \RBuilder\Source\ directory are compiled in x86. Solve the issue by either changing your library path to \RBuilder\Lib\Win64\ or copying the x64 RAP .dcu files from \Lib\Win64 to \Source.
-
Hi Tim,
TClipboard is a Delphi class located in the VCL.Clipbrd file. It is not natively available in RAP (code workspace in ReportBuilder).
In order to access a Delphi feature such as this from RAP, a pass-thru function will … -
Hi Timothy,
This is not a known issue.
1. Be sure you are using the latest version of ReportBuilder.
2. Check the TppPageStyle.PageSetting property to be sure it is set to psAll. If you are loading templates, be sur… -
Hi Prakash,
First be sure you are using the latest version of ReportBuilder (23.01).
Please create a simple example demonstrating this issue using only RB and Delphi components. Send the example in .zip format to support@digita… -
Hi Mario,
I first suggest getting this working in Delphi before moving your code to RAP.
Access to the Engine.PageBottom and PrintPosRect is not directly possible in RAP. You will need to create a pass-thru function to retriev… -
Hi Mario,
Thanks for the clarification.
In this case you will need to manually add lines to fill the empty space between the last detail band and the footer band. See the following article/example on how to fill a page with (h… -
Hi Mario,
This can be done in a number or ways.
1. Using Lines: 4 lines (left and right aligned inside the detail band, bottom aligned in the header band and top aligned in the summary band).
2. Conditional Lines: Al… -
Hi Avi,
We only have the resources to provide technical support to ReportBuilder (RB) developers with an active license.
To receive full support, we recommend upgrading to RB 23.01. This upgrade includes a 12-month subscription… -
Hi Avi,
We only have the resources to provide technical support to ReportBuilder (RB) developers with an active license.
To receive full support, we recommend upgrading to RB 23.01. This upgrade includes a 12-month subscription… -
Hi Avi,
This is an outdated version of ReportBuilder. Please update to the latest version of ReportBuilder and re-test. -
Please update to the latest version of ReportBuilder and re-test.
-
Hi Avi,
Which version of ReportBuilder are you using? -
Hi Avi,
Which exact version of ReportBuilder are you using?
Please send a simple example to support@digital-metaphors.com in .zip format that demonstrates this issue and we'll test here. -
Hi Andy,
Setting PDFSettings.ScaleImages to false will export the original image to PDF.
If you are loading templates, be sure you are setting this property after the template is loaded or it will be overwritten. -
Hi Andrew,
It is likely that at some point this template was saved with a report of that name and this event implemented.
One option is to load the report into the report designer and select "ignore" when the error occurs, then… -
Hi Andy,
It is not currently possible to replace the entire "Continuous Two Up" string because it is a combination of the "Continuous" and "Two Up" strings. Creating a Preveiw plugin and replacing the LanguageChanged routine is the curre… -
Hi Arnaud,
Thank you for pointing this out. I sent you a patch.
Registered users with a current software subscription can email support@ to receive the patch. -
Hi Andy,
When you make the call to register the form (ppRegisterForm) in the initialization section of the custom dialog file, ReportBuilder will use that form instead of the default. The custom dialog needs to be in the uses clause of y… -
Hi Andy,
Take a look at the existing TppCustomPreview.KeyDown routine in the ppPreview.pas file.
1. If you are trying to override the default behavior, be sure to remove the inherited call.
2. Use the PerformPreviewA… -
Hi David,
ZUGFeRD and XRechnung are two distinct electronic invoicing methods. ZUGFeRD combines a visual PDF with an attached XML invoice, where XRechnung consists solely of an XML invoice.
For a ZUGFeRD XML invoice to be valid… -
Thank you for your feedback.
Although the WebP format has been in use for several years, native support for it has only recently been integrated into Delphi's latest version through the Skia library, making it a new feature for us. We wi… -
Thanks for the example. Testing it with the steps above functioned correctly with the latest version of ReportBuilder.
-
Hi Bob,
After the redesign of the report designer (around the release of RB 10) it is no longer necessary to typecast the Form property or use it to access the Notebook object.
Use the TppDesigner.Notebook.SetTabVisible() routi… -
Hi Dusten,
As a byproduct of new features, many aspects of the OAuth2 process in ReportBuilder was refactored to improve performance and stability. If you would like to send me your example, I can test it with the latest version of Repor… -
Hi Dusten,
Which version of ReportBuilder are you using?
Testing with RB 23, I am able to re-authorize after the "Bad Request" error and a new Access/Refresh token is added to the registry/ini file.
Below is my test:… -
Hi Mario,
The file suffix represents the major versions of ReportBuilder followed by the major version of Delphi. At a minimum, you will need to alter these values.
For instance:
RB 23.x for the latest version of Delp… -
Hi Davide,
Delphi includes the DateUtils library which includes the ability to retrieve the time zone offset.
in Print time zone Comment by nicocizik April 8