<?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>End User — ReportBuilder Support Forums</title>
        <link>https://www.digital-metaphors.com/forums/</link>
        <pubDate>Wed, 11 Mar 2026 13:18:29 +0000</pubDate>
        <language>en</language>
            <description>End User — ReportBuilder Support Forums</description>
    <atom:link href="https://www.digital-metaphors.com/forums/categories/end-user/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Muiltiple prints to the same PDF file</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21870/muiltiple-prints-to-the-same-pdf-file</link>
        <pubDate>Tue, 05 Mar 2024 16:05:57 +0000</pubDate>
        <category>End User</category>
        <dc:creator>adyble</dc:creator>
        <guid isPermaLink="false">21870@/forums/discussions</guid>
        <description><![CDATA[Hi, Is it possible to print to a PDF file, then keep printing to the same file as new pages ?]]>
        </description>
    </item>
    <item>
        <title>Group not grouping</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22025/group-not-grouping</link>
        <pubDate>Mon, 11 Aug 2025 17:16:28 +0000</pubDate>
        <category>End User</category>
        <dc:creator>adyble</dc:creator>
        <guid isPermaLink="false">22025@/forums/discussions</guid>
        <description><![CDATA[In my Delphi 10.3 app using RB 21 Build 170 I have a basic report constructed like this -

2 tables - WASTEJOBS and WASTEDETAIL 
They both contain a field JOBNO
The 2 datasets are both in JOBNO order

The report has the main data as WASTEJOBS, the report is grouped on JOBNO
there is a JOBNO in the group header 

the detail section contains a child subreport links to data -WASTEDETAIL
for testing purposes the subreport detail section only contains WASTEDETAIL.JOBNO

However when the report is run, it doesn't break at group end sop the report looks like -every EWASTEDETAIL is printed for each WASTEJOB. I've done reports lime this for best part of 20 years. There is no data module inside the template, the data is queried before the data is loaded. This seems to be the only difference.
Could it be that I need a calculated field to do the grouping ?
Thanks
Andy

100 - Group header

100
101
102
102
103
104
104

101 - Group header

100
101
102
102
103
104
104

]]>
        </description>
    </item>
    <item>
        <title>Pipeline visible is false but still prints data</title>
        <link>https://www.digital-metaphors.com/forums/discussion/22024/pipeline-visible-is-false-but-still-prints-data</link>
        <pubDate>Thu, 31 Jul 2025 16:40:49 +0000</pubDate>
        <category>End User</category>
        <dc:creator>adyble</dc:creator>
        <guid isPermaLink="false">22024@/forums/discussions</guid>
        <description><![CDATA[In my Delphi 10.3 app using RB 21 Build 170 I have set a Pipeline to visible is false but still prints data. If I card code ir or untick Visible in the pipeline it's ignore. Is there a better way to do this ?]]>
        </description>
    </item>
    <item>
        <title>Annotating reports after generation (in preview viewer)</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21986/annotating-reports-after-generation-in-preview-viewer</link>
        <pubDate>Mon, 31 Mar 2025 18:40:40 +0000</pubDate>
        <category>End User</category>
        <dc:creator>JonRobertson</dc:creator>
        <guid isPermaLink="false">21986@/forums/discussions</guid>
        <description><![CDATA[How difficult would it be to annotate a report *after* it is generated? For example, the user is viewing a report in the preview form, clicks a highlight button, and then highlights a section of the report? Ideally, the annotation would be added to a list of draw commands so that printing or archiving the port would maintain the annotation.

I think this is feasible, although I'm wondering if there is a way the annotation/highlight can be seen without forcing the report to reprint? I've seen examples of adding TppDrawText during TppDevice.OnPageReceive and TppArchiveReader.OnReadPage. But those draw commands would only execute during report generation. Is there a way to process a draw command after the report has generated?

Thanks]]>
        </description>
    </item>
    <item>
        <title>Migrating old RB references to current version</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21989/migrating-old-rb-references-to-current-version</link>
        <pubDate>Fri, 11 Apr 2025 22:19:27 +0000</pubDate>
        <category>End User</category>
        <dc:creator>marioe</dc:creator>
        <guid isPermaLink="false">21989@/forums/discussions</guid>
        <description><![CDATA[I'm beginning to implement End User support with MySQL with DevArt MySQL Data Access components, but the sample code that is bundle with their components is quite dated (Delphi 7). Fortunately there is some source code available, and I hope you could throw some light on which are the current references for the lastets ReporBuilder version:

requires
  dac70,
  vclx,
  rbRCL97,  &lt;-- ??
  rbIDE97, &lt;-- ??
  rbDB97, &lt;-- ??
  rbDAD97, &lt;-- ??
  dacvcl70,
  mydac70;


Thanks for your help.

Regards,
Mario]]>
        </description>
    </item>
    <item>
        <title>Error: cannot load package</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21983/error-cannot-load-package</link>
        <pubDate>Fri, 21 Mar 2025 18:34:59 +0000</pubDate>
        <category>End User</category>
        <dc:creator>btucker21</dc:creator>
        <guid isPermaLink="false">21983@/forums/discussions</guid>
        <description><![CDATA[Delphi 12.2 Update 2
Report Builder 23
After installing RB 23 today, I am getting the following error when I first open Delphi and when I open any project.  I have checked and the file does exist and permissions allows access.
Any suggestions?

Can't load package C:\Program Fiels (x86)\Embarcadero\Studio\23.0\RBuilder\Lib\Win32\dclRBIBE2329.bpl
%1 is not a valid Win32 application
]]>
        </description>
    </item>
    <item>
        <title>Adding days to Date field</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21938/adding-days-to-date-field</link>
        <pubDate>Wed, 25 Sep 2024 16:30:58 +0000</pubDate>
        <category>End User</category>
        <dc:creator>graemejenkins</dc:creator>
        <guid isPermaLink="false">21938@/forums/discussions</guid>
        <description><![CDATA[Hi All,

I have a date field * INVC_HEADER['INVC_NUMBER'] * to which I need to add a value to, which is converted from another field into a value * (if (INVC_HEADER['TERM_CODE']='NET 7') then Value :='7' else * etc 

I've tried all manor of different methods but all return with 30/12/1899

Any thoughts or ideas?

I'm using ReportBuilder as part of Quantum from Component Control - who are refusing to help...

Thanks!

Graeme.]]>
        </description>
    </item>
    <item>
        <title>Report Designer won't show</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21918/report-designer-wont-show</link>
        <pubDate>Mon, 08 Jul 2024 14:56:00 +0000</pubDate>
        <category>End User</category>
        <dc:creator>nickhodges</dc:creator>
        <guid isPermaLink="false">21918@/forums/discussions</guid>
        <description><![CDATA[Hey --

After a rebuild of my Delphi install, the ReportBuilder Designer will not show.  I have reinstalled twice, but still...nothing.  No error, no anything.

Tried both double-clicking and right click, select "Report Designer..."

Any help will be appreciated.]]>
        </description>
    </item>
    <item>
        <title>Joins - fields order</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21909/joins-fields-order</link>
        <pubDate>Sat, 22 Jun 2024 08:43:44 +0000</pubDate>
        <category>End User</category>
        <dc:creator>adyble</dc:creator>
        <guid isPermaLink="false">21909@/forums/discussions</guid>
        <description><![CDATA[Hi, can I make a request for a future version ?
When joining tables in the designer, could the fields list be in alphabetical order?
It makes it so much easier to find on large tables.
Thanks
Andy]]>
        </description>
    </item>
    <item>
        <title>Prevent the user from loading</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21903/prevent-the-user-from-loading</link>
        <pubDate>Wed, 12 Jun 2024 21:04:05 +0000</pubDate>
        <category>End User</category>
        <dc:creator>heronim</dc:creator>
        <guid isPermaLink="false">21903@/forums/discussions</guid>
        <description><![CDATA[How to prevent the user from loading a model in end user]]>
        </description>
    </item>
    <item>
        <title>Can't color a rectangle</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21900/cant-color-a-rectangle</link>
        <pubDate>Mon, 03 Jun 2024 15:28:24 +0000</pubDate>
        <category>End User</category>
        <dc:creator>adyble</dc:creator>
        <guid isPermaLink="false">21900@/forums/discussions</guid>
        <description><![CDATA[Hello
using RB v21 / Delphi 10.3 
I'm trying to add a line color and fill color to a shape/rectangle.  I used to just click it then click fill and select the color. On this version it doesn't do anything. Do I have to do it a different way ?
Thanks
Andy]]>
        </description>
    </item>
    <item>
        <title>losing data settings</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21892/losing-data-settings</link>
        <pubDate>Mon, 29 Apr 2024 13:51:07 +0000</pubDate>
        <category>End User</category>
        <dc:creator>adyble</dc:creator>
        <guid isPermaLink="false">21892@/forums/discussions</guid>
        <description><![CDATA[Hello
In D10.3 Mysql with Firedac, RB 21.0

The data settings are changing every time I edit a report template. Sql type is changing form 2 to 1, the database connection is empty.  If I change them back and save then run the report, they are fine. However the next time I edit the layout the have gone again.
They are hard coded into the ppDesigner component to be correct. 
What do I need to look at to make sure they are saved ?  I didn't have this prblem in D7
Thanks
Andy]]>
        </description>
    </item>
    <item>
        <title>DocumentName</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21869/documentname</link>
        <pubDate>Tue, 05 Mar 2024 09:00:45 +0000</pubDate>
        <category>End User</category>
        <dc:creator>adyble</dc:creator>
        <guid isPermaLink="false">21869@/forums/discussions</guid>
        <description><![CDATA[Hello,
I'm trying to set a variable to get the document name (report name).  

Value := Report.PrinterSetup.DocumentName ; doesn;t show anything.  Is there a system variable for this ?
Should I set it before running the report ? If so how is it assigned ?
Thanks
Andy]]>
        </description>
    </item>
    <item>
        <title>Link BarCode Component to Variable with a Calculation</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21887/link-barcode-component-to-variable-with-a-calculation</link>
        <pubDate>Thu, 11 Apr 2024 16:14:09 +0000</pubDate>
        <category>End User</category>
        <dc:creator>perryj313</dc:creator>
        <guid isPermaLink="false">21887@/forums/discussions</guid>
        <description><![CDATA[If I put a Variable component with a Calculation based on fields in the pipelines, can I link a Barcode to the variable to print the data?]]>
        </description>
    </item>
    <item>
        <title>PDF/UA (PDF/Universal Accessibility), formally ISO 14289</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21884/pdf-ua-pdf-universal-accessibility-formally-iso-14289</link>
        <pubDate>Fri, 05 Apr 2024 19:54:05 +0000</pubDate>
        <category>End User</category>
        <dc:creator>tua</dc:creator>
        <guid isPermaLink="false">21884@/forums/discussions</guid>
        <description><![CDATA[Hi,

when can we expect generated PDFs to be compliant with PDF/UA? 

Thanks!]]>
        </description>
    </item>
    <item>
        <title>Need to print a report even if there is not data returned.</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21864/need-to-print-a-report-even-if-there-is-not-data-returned</link>
        <pubDate>Wed, 28 Feb 2024 14:11:33 +0000</pubDate>
        <category>End User</category>
        <dc:creator>DataInspector</dc:creator>
        <guid isPermaLink="false">21864@/forums/discussions</guid>
        <description><![CDATA[I have an inspection report that is used to log the inspection of waste drums and other things.  The program provides the names of the drums to be inspected, however, I still need to be able to print the inspection log even if there are no drums to inspect.

How do I run a report when no data is returned? ]]>
        </description>
    </item>
    <item>
        <title>Some data sources are not visible on the Data tab</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21840/some-data-sources-are-not-visible-on-the-data-tab</link>
        <pubDate>Fri, 08 Dec 2023 09:42:53 +0000</pubDate>
        <category>End User</category>
        <dc:creator>Jan</dc:creator>
        <guid isPermaLink="false">21840@/forums/discussions</guid>
        <description><![CDATA[We switched to Delphi 12 and Report Builder 22.03 and noticed this strange behavior. 
In Designer, when you switch to the Data tab, not all data sources are displayed. You have to switch between tabs until all sources appear. 

In Delphi 11.3 with Report Builder 22.02, this worked fine. There are no changes in our code. 

It can be seen in this video. 

<a rel="nofollow" href="https://youtu.be/ZUpdBSIZhDY">https://youtu.be/ZUpdBSIZhDY</a>]]>
        </description>
    </item>
    <item>
        <title>dclRbe2226.bpl error</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21837/dclrbe2226-bpl-error</link>
        <pubDate>Fri, 01 Dec 2023 10:35:39 +0000</pubDate>
        <category>End User</category>
        <dc:creator>sebasg</dc:creator>
        <guid isPermaLink="false">21837@/forums/discussions</guid>
        <description><![CDATA[Hi,

I am wondering if anyone is able to help us. After installation ReportBuilder for Delphi 10.3 we experiencing two errors. We did update .NET framework to 4.8 and still the same issue.]]>
        </description>
    </item>
    <item>
        <title>TppViewer.OnMouseWheelMove bug</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21844/tppviewer-onmousewheelmove-bug</link>
        <pubDate>Wed, 13 Dec 2023 11:46:55 +0000</pubDate>
        <category>End User</category>
        <dc:creator>Jan</dc:creator>
        <guid isPermaLink="false">21844@/forums/discussions</guid>
        <description><![CDATA[Check your method TppViewer.DoMouseWheel. When I hook the FOnMouseWheelMove event and set the lbHandled param to false nothing happens. I think it's wrong.]]>
        </description>
    </item>
    <item>
        <title>DbMemo Internal rowheight</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21842/dbmemo-internal-rowheight</link>
        <pubDate>Tue, 12 Dec 2023 14:50:38 +0000</pubDate>
        <category>End User</category>
        <dc:creator>MikaKois</dc:creator>
        <guid isPermaLink="false">21842@/forums/discussions</guid>
        <description><![CDATA[Hi,
is it possible to alter DbMemo internal rowspacing. 
WIth our default font (Verdana) text is Ok, but customer want's to use font from their brand
This is with one sample font dubai (I don't have customers own font here)
Here are samples which down extra spacing. It's probably something to do with fonts specs but 
customers sees only huge empty space between lines. 
https://www.dropbox.com/scl/fo/mc7bw191mqascjwonlh65/h?rlkey=2u0yd6f4m2pabnfdb0o89auu3&amp;dl=0]]>
        </description>
    </item>
    <item>
        <title>TdaMetaCache.GetFields</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21809/tdametacache-getfields</link>
        <pubDate>Mon, 04 Sep 2023 20:32:37 +0000</pubDate>
        <category>End User</category>
        <dc:creator>rmendesl</dc:creator>
        <guid isPermaLink="false">21809@/forums/discussions</guid>
        <description><![CDATA[The property "UseTableOwnerName" (DataDictionary) is True.

<b>TdaMetaCache.GetFields: unable to find table PFUNC in cache.</b>

Version. 22.01]]>
        </description>
    </item>
    <item>
        <title>Rotating an Image</title>
        <link>https://www.digital-metaphors.com/forums/discussion/20874/rotating-an-image</link>
        <pubDate>Thu, 26 Apr 2018 19:08:17 +0000</pubDate>
        <category>End User</category>
        <dc:creator>BlindOptical</dc:creator>
        <guid isPermaLink="false">20874@/forums/discussions</guid>
        <description><![CDATA[I am using Report Builder 8.0 and have an image that I need to rotate from Horizontal to Vertical.  How can I do this?]]>
        </description>
    </item>
    <item>
        <title>PDF version 1.4</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21789/pdf-version-1-4</link>
        <pubDate>Tue, 18 Jul 2023 13:03:08 +0000</pubDate>
        <category>End User</category>
        <dc:creator>romanattila</dc:creator>
        <guid isPermaLink="false">21789@/forums/discussions</guid>
        <description><![CDATA[Which ReportBuilder version can produce a PDF file of at least 1.4 with its built-in PDF driver ?]]>
        </description>
    </item>
    <item>
        <title>End user application: create a report with search criteria</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21779/end-user-application-create-a-report-with-search-criteria</link>
        <pubDate>Wed, 24 May 2023 14:38:14 +0000</pubDate>
        <category>End User</category>
        <dc:creator>MarinaR</dc:creator>
        <guid isPermaLink="false">21779@/forums/discussions</guid>
        <description><![CDATA[I use ReportExplorer, Designer and DataDictionary. I created an  application where the user can create the own reports.
I need to create a report where the search criteria is a string field. I use the "between" criteria and when i go to save the report, i receive error: a template cannot be saved to a field of this type.]]>
        </description>
    </item>
    <item>
        <title>Incorrect SQL Server syntax generated with auto join table</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21763/incorrect-sql-server-syntax-generated-with-auto-join-table</link>
        <pubDate>Mon, 03 Apr 2023 14:57:47 +0000</pubDate>
        <category>End User</category>
        <dc:creator>vinh2023</dc:creator>
        <guid isPermaLink="false">21763@/forums/discussions</guid>
        <description><![CDATA[Hi,
I am using Delphi 10.3 with Reportbuilder 19.02.  When I attempt to select 2 tables with auto join defined as dajLeftOuter for the "EndUser Report".  ReportBuilder generates this code and give me a syntax error.
FROM Employee Employee  Dependent Dependent ON 
     (Dependent.EmployeeID = Employee.ID)
When it should generate this code instead 
FROM Employee Employee  LEFT OUTER JOIN Dependent Dependent ON 
     (Dependent.EmployeeID = Employee.ID)
What did I do wrong? I set the database type=dtMSSQLServer and SQLType=sqSQL2
Thank you!
Vinh,]]>
        </description>
    </item>
    <item>
        <title>Compatibility between reports built in version 7.04 (Delphi 7) and 22.0 (Delphi 10.4)</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21750/compatibility-between-reports-built-in-version-7-04-delphi-7-and-22-0-delphi-10-4</link>
        <pubDate>Tue, 07 Mar 2023 20:53:47 +0000</pubDate>
        <category>End User</category>
        <dc:creator>giriarte</dc:creator>
        <guid isPermaLink="false">21750@/forums/discussions</guid>
        <description><![CDATA[Hi, we are migrating a software from Delphi 7 and Report Builder 7.04 to Delphi 10.4 and RB 22.0.
We have many reports already built with version 7.04.
Is this possible open it in a transparent way with the new version or we should realize some adaption work for reports?

Thanks in advance.

Gustavo]]>
        </description>
    </item>
    <item>
        <title>Horizontal display direction</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21749/horizontal-display-direction</link>
        <pubDate>Tue, 07 Mar 2023 10:35:23 +0000</pubDate>
        <category>End User</category>
        <dc:creator>MKAM</dc:creator>
        <guid isPermaLink="false">21749@/forums/discussions</guid>
        <description><![CDATA[Dear,

i have subreport with two fileds from database: name and price. Now they show up one after the other. Is there any way to show up them next to each other?

Now:
name1    price1
name2    price2
name3    price3

I want:

name1 name2 name3
price1 price2 price3

Best regards,

MKAM]]>
        </description>
    </item>
    <item>
        <title>RB 21.03 Menu Icons with Black Backgound</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21723/rb-21-03-menu-icons-with-black-backgound</link>
        <pubDate>Tue, 29 Nov 2022 17:12:36 +0000</pubDate>
        <category>End User</category>
        <dc:creator>FilosoftDev</dc:creator>
        <guid isPermaLink="false">21723@/forums/discussions</guid>
        <description><![CDATA[I have RB 21.03 in Delphi 11 and in run-time the designer Menu Icons appearance with Black Background, in design time all works fine.]]>
        </description>
    </item>
    <item>
        <title>RB 21.04 unable to find daDBBDE</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21719/rb-21-04-unable-to-find-dadbbde</link>
        <pubDate>Fri, 25 Nov 2022 11:22:59 +0000</pubDate>
        <category>End User</category>
        <dc:creator>swright_hsl</dc:creator>
        <guid isPermaLink="false">21719@/forums/discussions</guid>
        <description><![CDATA[I had a hard drive failure and had to start again. reinstall everything.

Windows 10
Delphi 10.2.3
BDE Installed
Reportbuilder 21.04

I have a project that built previously but now it stops with unable to find daDBBDE

There is no .dcu for that file in RBuilder\lib\Win32

The project was building prior to the reinstall, but I may have had Reportbuilder 20.04 Previously.]]>
        </description>
    </item>
    <item>
        <title>TppViewer - insert individual text by the user</title>
        <link>https://www.digital-metaphors.com/forums/discussion/21710/tppviewer-insert-individual-text-by-the-user</link>
        <pubDate>Mon, 07 Nov 2022 11:18:22 +0000</pubDate>
        <category>End User</category>
        <dc:creator>MichaelS100</dc:creator>
        <guid isPermaLink="false">21710@/forums/discussions</guid>
        <description><![CDATA[Hello,

is there a possibility to insert individual text for the user in the TppViewer at the report, before printing?

I use the RBuilder 21.05 and Delphi 11.2. Many thanks for the answer!

Yours,
Michael Schustereder]]>
        </description>
    </item>
   </channel>
</rss>
