nardmoseley
Comments
-
Hi Alex,
Thanks for providing the example.
The D2007, RB 12.04 example contains references to 3rd party graphic/image components:
uses
EnTifGr, PngImage1, EnJpgGr;
The XE7, RB 19.03 example does n… -
We're researching a solution. This error is isolated to unloading the RB design-time package for Delphi 10.3. It does not affect using RB in Delphi or applications built with RB.
-
Hi Julio,
What is the specific error message you are receiving? What RB version did you have installed before? Please provide details.
I performed a test install of RB 20 Enterprise for Tokyo 10.2 and it worked correctly.
Hi Bohdan,
Yes, RB 19.04 includes support for Delphi 10.3.2.
Hi Dirk,
I recommend creating more apps. Dedicated REST Server app. Report Designer app, etc.
REST Server App
- create a DataModule call it 'myReportModule'. Add the report, datapipelines, data connection, etc. Add one …Hi Giuseppe,
We only have resources to provide tech support to Delphi developers with an active ReportBuilder license. If you meet these requirements, please send license details to support@.
Hi Yusuf,
There are no known issues with RB.
I'm not clear, sounds complicated. You state 'we have Report.ShowPrintDialog=false' and later ask about how RB sets up the the print dialog? When ShowPrintDialog False, no print dia…Hi Will,
I recommend using the latest Delphi and ReportBuilder versions and participating in the subscriptions. Using the latest tools provides the best Windows 10 support and things are improving going forward. It's a moving target.
Hi Yusuf,
Report.DeviceType specifies device used by Report.Print (screen, printer, PDF, ...)
Report.AllowPrintToFile specifies whether Print dialog includes print to file options. (Report.Print displays print dialog when Repor…Hi Dave,
ReportBuilder includes XlsxReport, XlsxData, XLSReport, XLSData.
The Excel option is being added by a 3rd party add-on your app is using. I recommend removing it.
Hi Dave,
Check the Designer Help | About for the RB version. If you are not using RB 19.04, please update and retest.
If you have an issue with RB 19.04, please create a simple Delphi example we can build and run in the debugg…Hi Mauro,
Please create a simple, minimal Delphi example that we can build and run in the debugger. Use standard Delphi components and RB. Also include any images as separate files. Send in zip format to support@digital-metaphors.com.
Hi Jonathan,
Please contact Sage for support. Digital Metaphors receives no distribution royalties from Delphi developers that embed end-user reporting solutions in their applications. It is the responsibility of the software publishers t…Hi Tom,
I recommend creating thread-safe container(s) for the reports. Create a Form/DataModule that contains the report + data pipelines + any other components required to generate the report. For example, a data/server/service connectio…Hi Jeroen,
Thanks for providing the example. I'll follow up via email.
This is beyond the scope of what's currently supported, but something we can consider improving in the future. It's a challenging issue.
For no…Hi Jeroen,
Can you create a simple example using the rbDemos data and send to support@. I'll research it.
Apologies, I lost track of this post.
Hi Eliseu,
I recommend upgrading to the latest Delphi and ReportBuilder and going forward participating in the subscriptions. Updating developer tools regularly is an important part of building and maintaining your applications and is a …Hi Paul,
Try this..
ppDesigner1.Form.LayoutManager.WorkspaceView.Workspace.ShowMargins := False;
Hi Massimo,
I recommend contacting the publisher of the product for end-user tech support - it is their responsibility.
We only have resources to support Delphi developers with an active ReportBuilder license.
Hi Julien,
I added this to the requested feature list.
Thanks for the feedback.
Hi Ken,
Exporting to XlsxReport or XlsxData? Or maybe both?
Do you have some report layout elements that are exporting empty strings? I'm trying to create a test case. The code you reference has not changed and I reviewed othe…Hi Mike,
Try setting Image.ReprintOnOverFlow True
Hi Martin,
RB exports the data, data type, and format as a separate cell attributes. This provides the best quality output. For DBText the field data type is used, for Variable the variable data type is used. For Label, text data ty…Hi Francesco,
TRichView and WPTools include support for using their components in RB. It's up to the 3rd party developer to provide RB support.
The RB RichText by default relies on Delphi TRichEdit, but the architecture is o…Hi Mauro,
The 'ra' prefixed units, such as raIDE, comprise the run-time Pascal environment (RAP) included with RB Enterprise (also known as the Designer Calc workspace). Perhaps you had RB Enterprise, not Pro. (The Pro Edition has never i…Hi Jeroen,
One option is to implement a function that iterates over the Report.Bands[ ].Objects[ ] and for data-aware components checks DataPipeline.GetFieldForName(DataField) = nil.
Another option is to create a .txt file of …Hi Goran,
Try a simple test. Create a new application with a Report, Designer, and Button to call Designer.ShowModal. In my testing it works.
For the run-time Designer the IniStorageName property specifies the location of RBui…Hi Alan,
RB 19.03 has a known issue with adding TableGrid rows/cols at Delphi design-time. Use the run-time Designer as a work around.
There is a patch available for registered users that resolves the issue. Once you purchase …Hi Goran,
The AutoSave feature is commonly found in applications like MS Office. The latest Delphi versions also have AutoSave. (as does this forum.)
RB AutoSave periodically saves the report layout to a temp file (it only does…Hi Frank,
RB 19.03 saves the RAP code as text.
Write a utility to iterate over the reports, load the report and re-save.