nardmoseley
Comments
-
Hi Sven,
Server.TimeOut specifies time in seconds that a session can be idle (no request received from client).
ReportExplorerVolume.DirectoryOptions has properties EnableCaching and RefreshInterval. Default values are True an… -
Hi Andy,
By default XlsxData only exports detail band elements. Use the Print To File Setup dialog to specify which bands and elements to export. For each subreport, access the workspace for the child report and then use Print To File Set… -
Hi Andy,
I need an example that uses TClientDataSets. This enables the example to be self contained - the required mySQL data will be stored within TClientDataSets. The example will not require mySQL or FireDAC.
At Delphi des… -
Hi Gordon,
Thanks for reporting this. I can reproduce the error in testing. I'll research and fix for the next maintenance release.
As an alternative, access the Report Designer, right mouse over the Parameters node in the Rep… -
Hi Andy,
Please create a simple example project I can build and run in the debugger. Use only standard Delphi components and RB. Copy data to TClientDataSets. Send in zip format to support@.
-
Hi Thomas,
For the next release, we'll declare Menu, Toolbar, Statusbar public properties. Thanks for the feedback.
For now you can copy the unit, rename the unit and class to myRBRichEd and register it for use with RB (see un… -
Hi Andy,
1. Are you using the RB Data workspace to build and link the query's? If not make sure the datasets are linked correctly. Here's an rbWiki article with details for data linking
in Last item repeated on next page of subreport Comment by nardmoseley March 2022 -
Hi Dirk,
I just sent you a patch for RB 21.03 that resolves the issue.
This behavior occurs for specific cases, for example when Label/DBText AutoSize False and TextAlignment RightJustified.
-
Hi,
Digital Metaphors only has resources to provide tech support to RB developers with an active license.
Please email support@ with active license details including Company, Contact, Email, Serial No.
If you have… -
Hi,
Digital Metaphors only has resources to provide tech support to RB developers with an active license.
Please email support@ with active license details including Company, Contact, Email, Serial No.
If you have… -
Hi Andy,
Set Report.XlsSettings.IncludeSingleHeader to True
-
Hi Andy,
By default only detail band elements are exported. To override the default, use the DefaultBands property to specify which bands to export or or use the Print To File Setup dialog to define which elements to export.
F… -
Hi Marcos,
I researched this and created a patch for RB 21.02. (I emailed you the patch. )
Emb modified Delphi 11 ShorttimeFormat/LongTimeFormat to return ’nn’ for minutes rather than ‘mm’ it has always returned. The Time pick… -
Hi Steven,
I researched this and created a patch for RB 21.02. I emailed you the patch.
-
Hi Steven,
I'll restore ArrangeControlsHorizontally for the next maintenance release. (It got removed while working on high DPI. It is not called by RB source so didn't think it was being used).
-
Hi Thomas,
Here's an rbWiki article on PDF Unicode support
http://rbwiki.digital-metaphors.com/output/pdf/pdf-unicode-support/ -
Hi Dirk,
Use the Designer to edit the Report definition. Set Report.PrinterSetup SaveDeviceSettings False. Resave the report. The PrinterSetup.DevMode binary information will no longer be saved.
By default SaveDeviceSettings i… -
Hi Alpesh,
To research, I need an example I can build and run in the debugger.
-
Hi Mika,
I tested the example using RB 21.02 and did not encounter any issues.
Try testing with RB 21.02 -
Hi Jeroen,
I created a patch for RB 21.02 that resolves the issue.
I emailed you the patch.
RB developers with an active license can email support@ and request the patch. -
Hi Alpesh,
To research, I need an example I build and run in the debugger.
The call stack ends with TraProgramStatement. That does not provide a clue. -
Hi Alpesh,
I'm able to open the provided templates using RB 21.02 with D7 and also with the latest, D11.
Perhaps you have a corrupt installation. Here's a link to an rbWiki article with detailed steps for cleaning up a corrupt… -
Hi Mohamed,
This is not a currently a feature of RB export Xlsx/Xls devices.
Thanks for the feedback. We'll add it to the wish list.
-
Hi Ken,
In a simple test, I can send email without previewing using TppSMTPOutlook and TppSMTExtendedMAPI. I do not receive a warning dialog.
1. TppSMTPOutlook
I Googled and found some info
From Outlook s… -
Hi Rhonda,
Report.OnInitializeParameters(var aCancel: Boolean);
Set aCancel parameter to True to cancel the report.
-
Hi Thomas,
Access Delphi project options Application | Manifest section and select checkbox - Enable Runtime Themes. This enables Windows to use modern rendering for your windows and controls. And then make sure FinalBuilder is loading a… -
Hi Temo,
Thanks for the up vote.This is on the ToDo list...
-
Hi Thomas,
RB 21 introduces new TppDesigner.AutoSave boolean property. You can set this at Delphi design-time via the object inspector.
-
Hi George,
RB SQL validation uses Row Limit to optimize where supported. I emailed specifics on disabling this for Firebird, it requires modifying the source code.
Going forward best solution is to upgrade to latest Firebird.… -
Hi Ken,
I tested all four combinations: Outlook with/without Admin privileges and RB app with/without Admin privileges. The two where privileges match work, the two where privileges differ, result in error.
I recommend testin…