nicocizik
Comments
-
Hi Andy,
Starting with RB 21, you can use the PDFComponent to add existing PDF files to a report. The PDFComponent can be found on the "Advanced Components" toolbar in the designer. See the following article and help topics for more inf… -
Hi Andy,
If you are getting every detail record for each master record, it is likely the two datasets are not linked on a common field (JOBNO).
If you are creating your datasets in DADE, the linking is done visually in the data… -
Hi Andy,
Setting the visibility of a DataPipeline does not disconnect it from data. It will only hide the pipeline from the DataTree and Report Data window when designing a report.
If you would like to disconnect a report from… -
Hi Dusten,
Use the TppViewer.OnEndGenerate event to determine when the page cache has finished. From there, you can re-attach the DrawCommandClick events. Access the viewer using the Report.PreviewForm property.in Disable OnDrawCommandClick while report is generating/calculating Comment by nicocizik July 30
-
Hi Charles,
Thanks for the further information.
>> there's already a handful of cases where this was done
Does this mean that this worked for an earlier version of ReportBuilder and is now broken? If so, pleas… -
Hi Charles,
To better assist you, it would be helpful to understand the final goal of this code. While it's possible to set the visibility of the Detail band, this should be done selectively to conditionally hide specific details when nec… -
Hi Giacomo,
This is not a known issue with RB 23. ReportBuilder contains numerous checks for infinite report scenarios however occasionally one slips through.
1. Recheck your field links to be sure you are not getting a cartes… -
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…