<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>General — ReportBuilder Support Forums</title>
        <link>https://www.digital-metaphors.com/forums/</link>
        <pubDate>Wed, 11 Mar 2026 12:34:46 +0000</pubDate>
        <language>en</language>
            <description>General — ReportBuilder Support Forums</description>
    <atom:link href="https://www.digital-metaphors.com/forums/categories/general/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Google Maps Update</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22061/google-maps-update</link>
        <pubDate>Wed, 25 Feb 2026 00:24:58 +0000</pubDate>
        <category>General</category>
        <dc:creator>frontline</dc:creator>
        <guid isPermaLink="false">22061@/forums/discussions</guid>
        <description><![CDATA[It's been a long while since we worked with embedded maps in RB. Lately a customer has shown interest in the ability so we dusted it off and gave it another try.

Back when we first did it, we simply dropped a map component down, added our API key and Address, and the map was drawn.

But now we get "Map Unavailable" 

Our Google Developer Console shows the key as having access to Geocoding, Directions, and Maps Javascript APIs. We know the API key is "good" as we draw a map in another component. 

Has there been some updates we are unaware of? Some additional settings or requirements? ]]>
        </description>
    </item>
    <item>
        <title>PDF embedding of fonts with subsets – Euro symbol missing</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22060/pdf-embedding-of-fonts-with-subsets-euro-symbol-missing</link>
        <pubDate>Wed, 18 Feb 2026 13:39:21 +0000</pubDate>
        <category>General</category>
        <dc:creator>fdohg</dc:creator>
        <guid isPermaLink="false">22060@/forums/discussions</guid>
        <description><![CDATA[Hello,

I am trying to create a PDFA and embed only some of the fonts it contains in order to keep the file size small.

To do this, I have set the settings in the report file to efAllFonts and efUseSubset in PDFSettings - EmbededFontOptions and feAnsi is selected in PDFSettings - FontEncoding.

Unfortunately, the resulting PDFAs do not receive the glyph for the euro symbol used in the report file and the display in the PDFAs is incorrect.

Without the efUseSubset option, I get valid PDFAs that contain the euro symbol.

I am using Windows 10 Pro, Borland Delphi 2006 version 10.0.2558.35231 Update 2, and ReportBuilder Professional Edition version 14.08 Build 48.

Best regards]]>
        </description>
    </item>
    <item>
        <title>Error loading report</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22053/error-loading-report</link>
        <pubDate>Wed, 03 Dec 2025 15:37:52 +0000</pubDate>
        <category>General</category>
        <dc:creator>Felixinasa</dc:creator>
        <guid isPermaLink="false">22053@/forums/discussions</guid>
        <description><![CDATA[Hello

I’m using a custom ReportExplorer, and sometimes — only occasionally — a report does not load. However, if I select another report in the same folder, it loads correctly.

Initially, I was loading the report using:

FReportExplorer.PrintPreview(FListView.ItemName, FListView.FolderId)

When the issue occurs, this call does nothing and no exception is raised.
I changed it to:

LoadReport(FListView.ItemName, FListView.FolderId)

With this method, an exception is raised indicating that the report cannot be found.

I’ve noticed that when this happens, FListView.FolderId has the value -1.

To work around this, I switched to loading reports using LoadFromDatabase, but the problem still occurs (although less frequently).

It's important to mention that I previously used Delphi 7 with an older version of ReportBuilder, and this issue never happened. The problem only started after upgrading to delphi 12.2 and the current version.

Do you have any guidance on why FolderId might intermittently be -1, or how to ensure reports load reliably in this scenario?

Thanks you]]>
        </description>
    </item>
    <item>
        <title>Slow Rendering Rich Text</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22054/slow-rendering-rich-text</link>
        <pubDate>Tue, 16 Dec 2025 22:34:19 +0000</pubDate>
        <category>General</category>
        <dc:creator>edbuescher</dc:creator>
        <guid isPermaLink="false">22054@/forums/discussions</guid>
        <description><![CDATA[I have a ppDBRichText control to render some text. This works fine until I try to modify the text with a GetRichText event, which slows down the rendering to over a second per page, and I have 50+ pages. I am simply "bolding" some characters inside the text string.  I assume the issue is RB trying to render the formatting. If I only mess with the text by modifying it, without any richtext controls, RB works fine, but when I add the logic to "bold" some characters, it really slows down. 

My code is something like this:
Text:='{\rtf1\ansi{\b '+Bold Text+'}}'; - this works fine other than being slow

Is there a way to speed this up?]]>
        </description>
    </item>
    <item>
        <title>Query Designer / Query Builder shows black area – tables not visible (Delphi 12 + RB 23.01)</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22056/query-designer-query-builder-shows-black-area-tables-not-visible-delphi-12-rb-23-01</link>
        <pubDate>Tue, 23 Dec 2025 22:47:13 +0000</pubDate>
        <category>General</category>
        <dc:creator>heitorfss</dc:creator>
        <guid isPermaLink="false">22056@/forums/discussions</guid>
        <description><![CDATA[Hello,

I’m facing a visualization issue with the Query Designer (Query Builder) after migrating from Delphi XE to Delphi 12, using ReportBuilder 23.01.

Environment:

Delphi 12 (VCL)

ReportBuilder 23.01

Windows 10 / 11

VCL application (with VCL Styles enabled)

Problem description:
When opening the Query Designer, the window opens normally, but the “Available Tables” area is completely black, and no tables or content are rendered visually.

The selected tables appear correctly in the lower panel.

The database connection is valid and working.

This is not a dataset or connection issue.

The problem seems to be purely visual / rendering related.

I’ve attached a screenshot showing the black area in the Query Designer.

Notes:

This worked correctly in older Delphi versions.

Disabling VCL Styles or forcing the Windows theme seems to partially mitigate the issue.

It looks related to VCL Styles and/or DPI awareness with Delphi 12.

Has anyone experienced a similar issue with ReportBuilder 23.x?
Is this a known bug, or is there a recommended workaround or hotfix?

Thank you in advance.

IMAGE:

<a rel="nofollow" href="url">https://imgur.com/0NOSMpt </a>



]]>
        </description>
    </item>
    <item>
        <title>Infinite report generation</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22050/infinite-report-generation</link>
        <pubDate>Thu, 13 Nov 2025 10:50:14 +0000</pubDate>
        <category>General</category>
        <dc:creator>laurensvanrun</dc:creator>
        <guid isPermaLink="false">22050@/forums/discussions</guid>
        <description><![CDATA[There are cases where a report continues generation infinite since it somehow have issues placing components on a page. We can always solve this by pinpointing the erroneous component and fixing the report. However, our end users are able to create their own designs and re-introduce this problem themselves.

I want to prevent our software to have issues with these kind of reports. We now call <blockquote>ppReport.PrintToDevices</blockquote> and there the infinite generation/loop happens. Are there ways to "cancel" or "timeout" the generating of the report from code?]]>
        </description>
    </item>
    <item>
        <title>Usage of GDI32 in service process while drawing barcode (TppDrawBarCode)</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22051/usage-of-gdi32-in-service-process-while-drawing-barcode-tppdrawbarcode</link>
        <pubDate>Thu, 13 Nov 2025 11:40:27 +0000</pubDate>
        <category>General</category>
        <dc:creator>laurensvanrun</dc:creator>
        <guid isPermaLink="false">22051@/forums/discussions</guid>
        <description><![CDATA[We have (quite unpredictable) issues when using TppDrawBarCode in reports that are streamed to PDF in a Windows service. The situation where we get into is that generating a certain report in a background thread in a Windows service suddenly stops functioning correctly. This can only be resolved by restarting the server (restarting processes have no effect). Interesting enough is that, when we are in this failure state, generating the same report in interactive (UI) mode works flowless, but generating it from a background service creates a high CPU spike and the thread that is generating the report hangs. Running other Windows services generating the same report give the same issues when the OS/system is in this failure state. Interesting is that streaming a report as PDF !without! this barcode component works fine.

In this failure state, the generating thread always hangs on Vcl.Graphics.TResourceManager.FreeResource (in the GDI32 call to _DeleteObject) with a high CPU spike (some internal loop in GDI?). After rebooting the server, the exact same code works perfectly for very long periods (days/weeks). We have seen that these issues surface after a period of time and this strengthen us in the conclusion that the GDI heap might get corrupted, or is incorrectly used in the barcode component, which causes this "corruption". We have multiple callstacks that all narrows down to the mentioned code (GDI32 _DeleteObject). Correct usage of GDI in a non-UI Windows service in background threads is challenging and I suspect that the issue origins from how this is used in the barcode component.

After investigating the issue our suspicion is in (incorrect) usage of GDI32 in this barcode component. When generating the report (as PDF) TppPDFRendererGeneric.RenderToPDF calls TppDrawBarCode.AsMetaFile. Here we start doing GDI32 calls, for example setting the TBrush.SetColor or TCanvas.SetFont which are (sometimes) done on invalid/corrupted GDI handles. We have evidence of failures in at least the following two cases (callstacks) and here the thread hangs (with high CPU) in the TResourceManager.FreeResource.

<blockquote>_DeleteObject@4
TResourceManager.FreeResource
TResourceManager.ChangeResource
TBrush.SetData
TBrush.SetColor
TppDrawBarCode.AsMetaFile
TppPDFRendererGeneric.RenderToPDF
TppPDFDevice.DrawToPage
TppPDFDevice.SavePageToFile
TppFileDevice.ReceivePage
</blockquote>

<blockquote>
[77614628]{GDI32.dll   } pldcGet
[05237E49] Vcl.Graphics.TResourceManager.FreeResource
[05237F45] Vcl.Graphics.TResourceManager.AssignResource
[052386BC] Vcl.Graphics.TFont.Assign
[0523A589] Vcl.Graphics.TCanvas.SetFont
[075C91B6] ppBarCodDrwCmd.TppDrawBarCode.DrawBarCode (Line 985, "ppBarCodDrwCmd.pas")
[075C765B] ppBarCodDrwCmd.TppDrawBarCode.CalcBarCodeSize (Line 462, "ppBarCodDrwCmd.pas")
[075C7421] ppBarCodDrwCmd.TppDrawBarCode.AsMetaFile (Line 389, "ppBarCodDrwCmd.pas")
[0502D3DF] SysUtils.AnsiCompareText
[050D72EA] Classes.TStringList.CompareStrings
[050D6BD8] Classes.TStringList.IndexOf
[05114EE3] SyncObjs.TCriticalSection.Release
[0502D3DF] SysUtils.AnsiCompareText
[05114EE3] SyncObjs.TCriticalSection.Release
[073CA4CE] ppPrintr.TppCustomPrinter.GetDC (Line 3672, "ppPrintr.pas")
[073CA4EB] ppPrintr.TppCustomPrinter.GetDC (Line 3675, "ppPrintr.pas")
[0502D3DF] SysUtils.AnsiCompareText
[050D72EA] Classes.TStringList.CompareStrings
[050D6BD8] Classes.TStringList.IndexOf
[05114EE3] SyncObjs.TCriticalSection.Release
[0502D3DF] SysUtils.AnsiCompareText
[05114EE3] SyncObjs.TCriticalSection.Release
[073CA4CE] ppPrintr.TppCustomPrinter.GetDC (Line 3672, "ppPrintr.pas")
[073CA4EB] ppPrintr.TppCustomPrinter.GetDC (Line 3675, "ppPrintr.pas")
[07609282] ppPDFRendererGeneric.TppPDFRendererGeneric.RenderToPDF (Line 79, "ppPDFRendererGeneric.pas")
[075BCC85] ppPDFRenderer.TppPDFRenderer.SetGraphicsCanvas (Line 178, "ppPDFRenderer.pas")
[076368A5] ppPDFDevice.TppPDFDevice.DrawToPage (Line 702, "ppPDFDevice.pas")
</blockquote>

We have tested this in ReportBuilder 23.02, 22.06 and 22.02 when the system is in the failure state and all give the same issues.]]>
        </description>
    </item>
    <item>
        <title>TppRichText Component</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22048/tpprichtext-component</link>
        <pubDate>Sun, 02 Nov 2025 18:41:52 +0000</pubDate>
        <category>General</category>
        <dc:creator>tommyd</dc:creator>
        <guid isPermaLink="false">22048@/forums/discussions</guid>
        <description><![CDATA[Is there a way to get the contents (Lines) of a TppRichText component only on the current printing page at runtime? The TppRichText component spans multiple pages and I want to be able to retrieve only the contents of each page as it is rendered. I'm using Delphi 13 and RB Version 23.02 Build 288.]]>
        </description>
    </item>
    <item>
        <title>Error &quot;Cannot open file User/UserName/appdata/local/temp/2&quot;</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22047/error-cannot-open-file-user-username-appdata-local-temp-2</link>
        <pubDate>Mon, 20 Oct 2025 06:57:17 +0000</pubDate>
        <category>General</category>
        <dc:creator>giacomocerati</dc:creator>
        <guid isPermaLink="false">22047@/forums/discussions</guid>
        <description><![CDATA[Hi all,
thanks in advance for the suggestions.
In an installation on a remote server with TSplus (2 users) sometimes we get a random error when we try to open an rtm. The rtm and the pipeline can be each time different, sometimes it works and  sometimes it gives the following error:
<b>"Cannot open file 'C:\Users\UserName\appdata\local\temp\2' The process cannot access to the directory because it is being used by another process".
</b>We are not able to reproduce the error and we have several installation with remote desktop that runs without problems.
Our software doesn't store anything in that dir, can be something related to Report Builder? Can be linked to TSplus?
Thank you.]]>
        </description>
    </item>
    <item>
        <title>Execute PDF export in thread fail to work ReportBuilder 23.02</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22045/execute-pdf-export-in-thread-fail-to-work-reportbuilder-23-02</link>
        <pubDate>Thu, 09 Oct 2025 06:57:43 +0000</pubDate>
        <category>General</category>
        <dc:creator>ccy</dc:creator>
        <guid isPermaLink="false">22045@/forums/discussions</guid>
        <description><![CDATA[Before ReportBuilder 23.02, PDF report generation worked correctly in multi-threaded applications.

In ReportBuilder 23.02, the PDF report generation work for first time and freeze on 2nd time.

I found out that it is due to changes in unit <b>ppPDFRendererGeneric.pas</b>:

<pre><code>procedure TppPDFRendererGeneric.RenderToPDF;
var
  lBitmap: TBitmap;
  lMetaFile: TMetaFile;
  lDrawImage: TppDrawImage;
  lRenderer: TppPDFRendererImage;
begin

  if (DrawCommand.Height = 0) or (DrawCommand.Width = 0) then Exit;

  lBitmap := nil;

  if (DrawCommand is TppDrawRichText) then  //Clear the global rich edit to reset rendering flags
    ppRichEdit.Clear;
</code></pre>

<b>ppRichEdit.Clear</b> will fail to work in multi-threaded application.]]>
        </description>
    </item>
    <item>
        <title>Question about SVG support in TppImage</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22044/question-about-svg-support-in-tppimage</link>
        <pubDate>Wed, 08 Oct 2025 10:05:27 +0000</pubDate>
        <category>General</category>
        <dc:creator>bohdan</dc:creator>
        <guid isPermaLink="false">22044@/forums/discussions</guid>
        <description><![CDATA[Hi there,

Can TppImage in Delphi work with SVG files? I can see that TImage supports SVG, but the GraphicType property in TppImage doesn't seem to include SVG.

Thanks for your help!

]]>
        </description>
    </item>
    <item>
        <title>Generate 2 A4 report pages to a A3 pdf</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22043/generate-2-a4-report-pages-to-a-a3-pdf</link>
        <pubDate>Tue, 30 Sep 2025 08:19:24 +0000</pubDate>
        <category>General</category>
        <dc:creator>jeroenrottink</dc:creator>
        <guid isPermaLink="false">22043@/forums/discussions</guid>
        <description><![CDATA[Hi TeamDM,

A customer asked if he could get a A4 report generated to a A3 pdf where 2 A4 pages would form one A3 page in a pdf document. 
The report is currently setup as a A4 portrait report. He now generates a A4 pdf and afterwards he uses a pdf editor to merge and arrange every 2 pages together to form an A3 (landscape) report.

He would like to get rid of that extra step and get the A3 report right from ReportBuilder.

]]>
        </description>
    </item>
    <item>
        <title>Creating SanKey Diagram reports</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21987/creating-sankey-diagram-reports</link>
        <pubDate>Thu, 03 Apr 2025 16:08:56 +0000</pubDate>
        <category>General</category>
        <dc:creator>reportbuilder2023</dc:creator>
        <guid isPermaLink="false">21987@/forums/discussions</guid>
        <description><![CDATA[Been using Report builder since its release virtually, love the product but a few clients are asking me to incorporate Sankey diagrams into the report, is this on the report builder Radar i wonder? .... As Per SankeyMatic.com]]>
        </description>
    </item>
    <item>
        <title>EMF not visible when exporting to PDF.</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22042/emf-not-visible-when-exporting-to-pdf</link>
        <pubDate>Mon, 29 Sep 2025 14:16:06 +0000</pubDate>
        <category>General</category>
        <dc:creator>aeverett</dc:creator>
        <guid isPermaLink="false">22042@/forums/discussions</guid>
        <description><![CDATA[Hello,

I'm running into an issue where I'm loading an EMF File into a ppImage, but when exporting the report containing the image, it is not visible. I can see it in the preview and when I print to PDF, but when using Report Builder's export to PDF, I can't see it. 

What could be causing this? 

I've tested with DirectDraw enabled and disabled, no change. MaintainAspectRatio and Stretch are both True.

RB 22.04 in Delphi 12.2.

Thank you!]]>
        </description>
    </item>
    <item>
        <title>SVG with transparent background not showing correctly when printing to Adobe PDF</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22041/svg-with-transparent-background-not-showing-correctly-when-printing-to-adobe-pdf</link>
        <pubDate>Fri, 26 Sep 2025 13:06:37 +0000</pubDate>
        <category>General</category>
        <dc:creator>aeverett</dc:creator>
        <guid isPermaLink="false">22041@/forums/discussions</guid>
        <description><![CDATA[Hi,

I'm trying to print a report containing an SVG loaded into a ppImage, but when choosing Adobe PDF as the printer, the SVG doesn't show correctly. The SVG has a transparent background but in the PDF it has a black background. I've tested using Microsoft Print to PDF and ReportBuilder's export option, and they work well; no black background. Any ideas why this is happening and if I'm able to fix it through Report Builder?

Thank you!

RBuilder 22.04 in Delphi 12.2. ]]>
        </description>
    </item>
    <item>
        <title>Detect File is PDF or PDFA</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22038/detect-file-is-pdf-or-pdfa</link>
        <pubDate>Tue, 23 Sep 2025 06:43:37 +0000</pubDate>
        <category>General</category>
        <dc:creator>ceider</dc:creator>
        <guid isPermaLink="false">22038@/forums/discussions</guid>
        <description><![CDATA[Hi,

is there a way to detect whether a file loaded into a TppPDFComponent is PDF or PDFA ?

TIA Carsten]]>
        </description>
    </item>
    <item>
        <title>Settings for printing into PDFA(1..3)</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22039/settings-for-printing-into-pdfa-1-3</link>
        <pubDate>Tue, 23 Sep 2025 06:48:34 +0000</pubDate>
        <category>General</category>
        <dc:creator>ceider</dc:creator>
        <guid isPermaLink="false">22039@/forums/discussions</guid>
        <description><![CDATA[Hi,

are there any settings like compression or so on printing a document into a PDFA file? I assume not, as riles for PDFA are quite strict.

My use case is to transform PDF into PDF/A abusing Reportbuilder.

I have got a document of about 240 pages / 10MB which explodes into 240MB / 60MB as PDF2A on using reportbuilder.

As far as i examined the result, any page within the original is converted into an image
So I hope there might be an option to improve compression.

Tia Carsten]]>
        </description>
    </item>
    <item>
        <title>Infinite loop printing report using  RBuilder 23.01, perfecty working using RBuilder 22.05</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22034/infinite-loop-printing-report-using-rbuilder-23-01-perfecty-working-using-rbuilder-22-05</link>
        <pubDate>Thu, 18 Sep 2025 12:11:02 +0000</pubDate>
        <category>General</category>
        <dc:creator>omar_infocer</dc:creator>
        <guid isPermaLink="false">22034@/forums/discussions</guid>
        <description><![CDATA[Hi, we are exeperiencing an issue very similar to this:

<a rel="nofollow" href="https://www.digital-metaphors.com/FORUMS/discussion/22018/infinite-loop-with-report-builder-23-and-embarcadero-athens-in-case-of-subreport">https://digital-metaphors.com/FORUMS/discussion/22018/infinite-loop-with-report-builder-23-and-embarcadero-athens-in-case-of-subreport</a>

We are using Delphi 12.03 and RBuilder 23.01 build 152 and if subreport has many  records it cannot be printed..and executable grows and grows  like it's happening an infinite loop.

In mentioned discussion you talked about a patch.

Is there the possibility to get this patch ?

I thank you in advance


]]>
        </description>
    </item>
    <item>
        <title>rbRegBds.dcr is missing</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22037/rbregbds-dcr-is-missing</link>
        <pubDate>Fri, 19 Sep 2025 10:04:50 +0000</pubDate>
        <category>General</category>
        <dc:creator>ccy</dc:creator>
        <guid isPermaLink="false">22037@/forums/discussions</guid>
        <description><![CDATA[I am using 23.02 of RAD Studio 13 release.

Unit RBuilder.Reg.pas include a resource file rdRegBds.dcr but this file is missing in RBuilder setup installer:

<code>
unit RBuilder.Reg;

interface

{$I ppIfDef.pas}


procedure Register;

implementation

{$R rbRegBds.dcr}
...
</code>]]>
        </description>
    </item>
    <item>
        <title>High Resolution EMF Files losing text clarity when loading into Report Builder.</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22036/high-resolution-emf-files-losing-text-clarity-when-loading-into-report-builder</link>
        <pubDate>Thu, 18 Sep 2025 20:16:15 +0000</pubDate>
        <category>General</category>
        <dc:creator>aeverett</dc:creator>
        <guid isPermaLink="false">22036@/forums/discussions</guid>
        <description><![CDATA[In several of our reports, we load a company logo into the report in a ppImage. We're encountering an issue where we're trying to load a high resolution EMF file (23000 x 7000), but the text in the file is so down sampled that it appears to be cut off or missing. Is there a way to handle this down sampling? We're using RBuilder 22.04 in Delphi 12.2.

Thank you!]]>
        </description>
    </item>
    <item>
        <title>Embedded EMF has low quality</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21545/embedded-emf-has-low-quality</link>
        <pubDate>Mon, 06 Sep 2021 07:52:01 +0000</pubDate>
        <category>General</category>
        <dc:creator>amoroder</dc:creator>
        <guid isPermaLink="false">21545@/forums/discussions</guid>
        <description><![CDATA[Hello,

in the header of our reports I have to embed the company logo. It is a graphic with the name. I have it as EMF file.
In inkscape the text is perfect, but when I embed it in Reportbuilder the quality is poor.
Does the reportwritere convert the EMF  into a JPEG?

Regards
Andreas]]>
        </description>
    </item>
    <item>
        <title>Convert PDF 2 PDF/A</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22033/convert-pdf-2-pdf-a</link>
        <pubDate>Tue, 09 Sep 2025 13:00:00 +0000</pubDate>
        <category>General</category>
        <dc:creator>ceider</dc:creator>
        <guid isPermaLink="false">22033@/forums/discussions</guid>
        <description><![CDATA[Hi,

is there a way to convert a PDF to a PDF/A using reportbuilder, especially in 18.0?

From my point of view this should not be possible out of the box, but there might be a hidden way to do it.

Tia Carsten]]>
        </description>
    </item>
    <item>
        <title>Printing TRichView with ReportBuilder</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22032/printing-trichview-with-reportbuilder</link>
        <pubDate>Tue, 09 Sep 2025 08:28:29 +0000</pubDate>
        <category>General</category>
        <dc:creator>GoranB</dc:creator>
        <guid isPermaLink="false">22032@/forums/discussions</guid>
        <description><![CDATA[Hi,
In our main software we use ReportBuilder for all reports and we want to stay with it. However things become complicated using TRichView component. Customers are satisfied with its capabilities and in the part of our software where they type medical information they want to have editor similar to MS Word. The problem is that TRichView component can use headers and footers but they can't be printed out with ReportBuilder. I tried in 22.05 and 23.01 but no success. I opened the discussion on their forum but no answer was posted in last 5-6 weeks. I really want to use ReportBuilder printing.
We use Delphi 10.4 Sydney, TRichView 23.2, TScaleRichView 12.4.1.

Any help is much appreciated.
Best regards,
Goran]]>
        </description>
    </item>
    <item>
        <title>PDF in greyscale</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22030/pdf-in-greyscale</link>
        <pubDate>Thu, 28 Aug 2025 12:27:21 +0000</pubDate>
        <category>General</category>
        <dc:creator>Reiter_Software</dc:creator>
        <guid isPermaLink="false">22030@/forums/discussions</guid>
        <description><![CDATA[Is it possible to create a PDF in greyscale or black/white?]]>
        </description>
    </item>
    <item>
        <title>DBRichText in TableGrid text missing</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22029/dbrichtext-in-tablegrid-text-missing</link>
        <pubDate>Sun, 24 Aug 2025 08:29:38 +0000</pubDate>
        <category>General</category>
        <dc:creator>DIKonsult</dc:creator>
        <guid isPermaLink="false">22029@/forums/discussions</guid>
        <description><![CDATA[Hi,
I have a report where I put a TableGrid with two rows and six columns on the detail part of the report. First row is set as Header and second row as Detail.
In the second row cells I put both DBtext and DBRichText objekts. Both the row and the DBRichText object has the Stretch property set to true.
My problem is when one of the DBRichText needs more than two pages in hight, whats happening here is that the second page of the three needed is blank in the detail and the text is missing.

Where is my mistake here?

Regards
Dag ]]>
        </description>
    </item>
    <item>
        <title>Report Builder hangs when setting Detail visible to false</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22022/report-builder-hangs-when-setting-detail-visible-to-false</link>
        <pubDate>Tue, 22 Jul 2025 15:14:10 +0000</pubDate>
        <category>General</category>
        <dc:creator>CharlesMartel</dc:creator>
        <guid isPermaLink="false">22022@/forums/discussions</guid>
        <description><![CDATA[We have a report builder script that used to set the Detail.Visible to false if a condition was met. This now seems to cause report builder to hang indefinitely. There seems to be nothing else needed to cause this problem. Is this a bug? Using Report Builder 23.

Here the block in the calc of the Report &gt; Detail:
procedure DetailBeforePrint;
begin
  Detail.Visible := false; // setting to false causes hang
end;]]>
        </description>
    </item>
    <item>
        <title>Error when build ReportBuilder in RAD Studio 12.3 Win64 platform</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21980/error-when-build-reportbuilder-in-rad-studio-12-3-win64-platform</link>
        <pubDate>Tue, 18 Mar 2025 09:58:13 +0000</pubDate>
        <category>General</category>
        <dc:creator>ccy</dc:creator>
        <guid isPermaLink="false">21980@/forums/discussions</guid>
        <description><![CDATA[With the latest RAD Studio 12.3 release,  I try to build ReportBuilder on Win64 platform and encounter this error:

<pre><code>Embarcadero Delphi for Win64 compiler version 36.0
Copyright (c) 1983,2025 Embarcadero Technologies, Inc.
ppPDFXRef.pas(25) Fatal: F2048 Bad unit format: 'ppPDFActionManager.dcu' - Expected version: 36.0, Windows Unicode(x64) Found version: 36.0, Windows Unicode(x86)</code></pre>]]>
        </description>
    </item>
    <item>
        <title>TppDBMemo Maxheight ?</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22017/tppdbmemo-maxheight</link>
        <pubDate>Thu, 26 Jun 2025 21:57:03 +0000</pubDate>
        <category>General</category>
        <dc:creator>wurdak</dc:creator>
        <guid isPermaLink="false">22017@/forums/discussions</guid>
        <description><![CDATA[I need the following feature for printing a TppDBMemo. There should be a setting for a stretched memo that limits the stretching to a maximum height. I would call the property MaxHeight, similar to MinHeight. Is that possible?
best regards
Oliver]]>
        </description>
    </item>
    <item>
        <title>Copy To Clipboard from Preview, undeclared identifier</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22014/copy-to-clipboard-from-preview-undeclared-identifier</link>
        <pubDate>Mon, 23 Jun 2025 11:31:56 +0000</pubDate>
        <category>General</category>
        <dc:creator>timrradical</dc:creator>
        <guid isPermaLink="false">22014@/forums/discussions</guid>
        <description><![CDATA[Hi there,

I have been trying to work out a way of allowing a user to click an element (DBText) of a viewed report and sending the FieldValue to their System Clipboard. This is because they cannot drag + select text, then Right-click to copy or do Ctrl+C, and there are some complex bits of information that they would benefit from copying straight from the report preview instead of having to export it and copy from the exported file.

I have seen that a solution has been suggested in the past for this by using OnDrawCommandClick and TClipBoard.
Both here: <a rel="nofollow" href="https://www.digital-metaphors.com/forums/discussion/11312/ability-to-copy-value-from-a-preview-to-clipboard">ability to copy value from a preview to clipboard</a>
and here: <a rel="nofollow" href="https://www.digital-metaphors.com/forums/discussion/8053/selecting-text-in-preview">Selecting Text in Preview</a>

I've tried to implement this in the OnDrawCommandClick event, but whenever I try to use TClipBoard, ClipBoard, or ClipBrd (all classes I have seen mentioned in solutions from Delphi forums) I get an error saying Undeclared identifier: 'TClipBoard' (or ClipBoard/ClipBrd)

I assume there is something I am missing. How can I get my report in the Report Builder to recognise TClipBoard to use?

procedure MyTextOnDrawCommandClick(aDrawCommand: TObject);
begin
TClipBoard.astext := MyText.FieldValue
end;

Error: MyTextOnDrawCommandClick, Line 3: Undeclared identifier: 'TClipBoard'.

I am using Report Builder version 21.02.286]]>
        </description>
    </item>
    <item>
        <title>PageStyle doesn't show on first page</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22013/pagestyle-doesnt-show-on-first-page</link>
        <pubDate>Wed, 18 Jun 2025 13:48:59 +0000</pubDate>
        <category>General</category>
        <dc:creator>tvhm</dc:creator>
        <guid isPermaLink="false">22013@/forums/discussions</guid>
        <description><![CDATA[Hello,

I have 2 rtm report in reportbuilder.

I add a pagelayer / pagestyle and put some backgrounds images on.

In one rtm it always shows the pagestyle in the background
In the other one, it only shows if the reports has at least 2 pages.

In both reports I set 
- Start page 0
- End page 0
- Single page 5
- Pagelist is empty
- PageSetting is psAll
- UseSpaceSpace is on
- ValidPages is empty

What else can be the reason?]]>
        </description>
    </item>
   </channel>
</rss>
