<?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>FastReport VCL 5 — FastReport Forum</title>
        <link>https://forum.fast-report.com/en/</link>
        <pubDate>Thu, 14 May 2026 16:08:25 +0000</pubDate>
        <language>en</language>
            <description>FastReport VCL 5 — FastReport Forum</description>
    <atom:link href="https://forum.fast-report.com/en/categories/fastreport-vcl-5/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Multiple grand totals</title>
        <link>https://forum.fast-report.com/en/discussion/19231/multiple-grand-totals</link>
        <pubDate>Tue, 20 Jan 2026 18:05:12 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>Jeff Eib</dc:creator>
        <guid isPermaLink="false">19231@/en/discussions</guid>
        <description><![CDATA[<p>I have a report the lists sales per customer of different products. At the end of the report, we need a grand totals list of all the products on the list. I can find how to add a grand total of the report, but not if there are multiple grand totals. An example output might be:</p><p>Customer 1</p><p>&nbsp;Product A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;10</p><p>&nbsp;Product B&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;23</p><p>&nbsp;Product C&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5</p><p>&nbsp;&nbsp;</p><p>Customer 2</p><p>&nbsp;Product B&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;50</p><p>&nbsp;Product D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1</p><p>&nbsp;Product E&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;20</p><p>&nbsp;&nbsp;</p><p>Customer 3</p><p>&nbsp;Product A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;99</p><p>&nbsp;Product C&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5</p><p>&nbsp;Product E&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;30</p><p>&nbsp;&nbsp;</p><p>I need to report the totals by product at the end:</p><p>Sales Totals</p><p>&nbsp;Product A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;109</p><p>&nbsp;Product B&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;73</p><p>&nbsp;Product C&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;10</p><p>&nbsp;Product D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1</p><p>&nbsp;Product E&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;50</p><p>Is a Report Summary band appropriate in this instance? If so, how do I put multiple grand totals in the report.</p><p><br /></p><p>Thank you in advance for any help you can provide. </p><p><br /></p><p>Jeff</p>]]>
        </description>
    </item>
    <item>
        <title>copyright symbol</title>
        <link>https://forum.fast-report.com/en/discussion/14160/copyright-symbol</link>
        <pubDate>Wed, 10 May 2017 17:46:56 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>ColinP</dc:creator>
        <guid isPermaLink="false">14160@/en/discussions</guid>
        <description><![CDATA[Hello all;<br />
I need to put a copyright symbol on all our report forms.  I have tried using the ALT+0169 ascii code and that worked in Delphi Rad Studio 10.1 but when I printed out the report form it printed out the pound symbol instead.  I have also tried the left bracket-c-right bracket but the Boss doesn't like it.<br />
Is there a special symbol within Fast Report or a special method I should use to achieve my goal?<br />
<br />
Thanks in advance<br />
<br />
ColinP]]>
        </description>
    </item>
    <item>
        <title>FastReport Viewer Class C1 not found</title>
        <link>https://forum.fast-report.com/en/discussion/19194/fastreport-viewer-class-c1-not-found</link>
        <pubDate>Tue, 05 Aug 2025 16:30:40 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>fforner</dc:creator>
        <guid isPermaLink="false">19194@/en/discussions</guid>
        <description><![CDATA[<p>Hi there.</p><p>Newbie user here.</p><p>We have a software that generate reports using an embebded version of Fast Report.</p><p>We can create forms and new reports using this embebded version (FastReport 5.6) and can save/export as a prepared report (.FP3 file).</p><p>To allow other users to visualize these prepared reports, we installed FastReport Viewer Tool on all computers.</p><p>But every time we try to open a report, the viewer acuses the following error: &quot;Class C1 not found&quot;.</p><p>What could it be?</p>]]>
        </description>
    </item>
    <item>
        <title>conflict between fast report and unidac</title>
        <link>https://forum.fast-report.com/en/discussion/19193/conflict-between-fast-report-and-unidac</link>
        <pubDate>Fri, 01 Aug 2025 11:28:15 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>albourg</dc:creator>
        <guid isPermaLink="false">19193@/en/discussions</guid>
        <description><![CDATA[<p>Hi,</p><p>using c++ builder 10.3.2, fast report pro 6.9.15, unidac 10.4.1</p><p>When combining the 3 in a vcl win32 app, a form just including components (no code) fails to compile. It worked perfectly with earlier version of unidac.</p><p>The compile error happens in fast report header, frxUtils.hpp line 145 &quot;E2189 extern variable cannot be initialized&quot;</p><p><br /></p><p>extern DELPHI_PACKAGE System::Uitypes::TColor __fastcall IfColor(bool Flag, const System::Uitypes::TColor cTrue, System::Uitypes::TColor cFalse = (System::Uitypes::TColor)(0x1fffffff));</p><p>Any idea where it comes from?</p>]]>
        </description>
    </item>
    <item>
        <title>Obsoleted date manipulation functions between 2022.1.6 and 2025.1.1 versions</title>
        <link>https://forum.fast-report.com/en/discussion/19183/obsoleted-date-manipulation-functions-between-2022-1-6-and-2025-1-1-versions</link>
        <pubDate>Thu, 03 Jul 2025 13:32:22 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>SMVince</dc:creator>
        <guid isPermaLink="false">19183@/en/discussions</guid>
        <description><![CDATA[<p>Greetings,</p><p>Last year we migrated our Delphi environment from Delphi 11 to Delphi 12.2, meaning that we also did an upgrade for FastReport as it&#39;s embedded in our product. We jumped from a 2022 version to a 2025 one. (2022.1.6 to 2025.1.1)</p><p>We developed multiple reports, along with their respective scripts a while ago and we encountered an error about FirstDayOfPrevMonth not being declared, along with a few other functions (LastDayOfPrevMonth, FirstDayOfNextMonth...). We work with pascalscript for the report scripting part.</p><p>Any infos of an update that obsoleted these functions? Is there any alternatives to these without redeveloping them?</p><p><br /></p><p>Thank you,</p><p>Vincent</p>]]>
        </description>
    </item>
    <item>
        <title>Fastreport 2025.1 VCL: Showed TChart in a TFrxPictureView has not full size</title>
        <link>https://forum.fast-report.com/en/discussion/19153/fastreport-2025-1-vcl-showed-tchart-in-a-tfrxpictureview-has-not-full-size</link>
        <pubDate>Tue, 01 Apr 2025 08:51:35 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>Norwegen60</dc:creator>
        <guid isPermaLink="false">19153@/en/discussions</guid>
        <description><![CDATA[<p>I show a TChart in a TFrxPictureView  with</p><pre spellcheck="false">&nbsp; lPictureView := TFrxPictureView(frpStandalone.FindObject(&#39;rpim03Chart&#39;));
&nbsp; if (lPictureView &lt;&gt; nil) then
    lPictureView.Picture.Assign(FChart.TeeCreateMetafile(False, Rect(0, 0, Round(lPictureView.Width), Round(lPictureView.Height))));
</pre><p>Chart is shown correct in my development environment with Screen 1920 x 1200 resolution</p><p>If I run the compiled version on a Laptop with Screen 3840 x 2400, Scaling 250%, Chart is filling only a part of the available space. I tried different settings on AutoSize, KeepAspectRatio, Stretched but no impact</p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/152/8GTQILZF7D06.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/152/8GTQILZF7D06.png" alt="image" />
        </a>
    </div>
</div></div><p>What can I do?</p>]]>
        </description>
    </item>
    <item>
        <title>Fastreport 2025.1 VCL: CSV file with too much separators</title>
        <link>https://forum.fast-report.com/en/discussion/19168/fastreport-2025-1-vcl-csv-file-with-too-much-separators</link>
        <pubDate>Mon, 19 May 2025 08:10:36 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>Norwegen60</dc:creator>
        <guid isPermaLink="false">19168@/en/discussions</guid>
        <description><![CDATA[<p>Hello,</p><p>I tried to save a report with TfrxExportCsv filter and Option DataOnly = True. The report looks like this</p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/044/V0ZCT34X9XYJ.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/044/V0ZCT34X9XYJ.png" alt="image" />
        </a>
    </div>
</div></div><p>and the CSV like this</p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/365/ON8TFIHBXRCU.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/365/ON8TFIHBXRCU.png" alt="image" />
        </a>
    </div>
</div></div><p>Is there a possibility to avoid the amount of separators? (Only one separator between each field)</p><p>Thanks</p><p>Gerd</p>]]>
        </description>
    </item>
    <item>
        <title>frxPreview, empty (dark)</title>
        <link>https://forum.fast-report.com/en/discussion/19165/frxpreview-empty-dark</link>
        <pubDate>Wed, 07 May 2025 10:29:53 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>ViBe</dc:creator>
        <guid isPermaLink="false">19165@/en/discussions</guid>
        <description><![CDATA[<p>Hi.</p><p>I&#39;m using thsi code (from above) </p><p>procedure TForm1.frxReport1Preview(Sender: TObject);</p><p>var</p><p>&nbsp;frmPreview: TfrxPreviewForm;</p><p>begin</p><p>&nbsp;frxReport1.PreviewOptions.Modal := False;</p><p>&nbsp;frmPreview := TfrxPreviewForm(frxReport1.PreviewForm);</p><p>&nbsp;frmPreview.BorderStyle := bsNone;</p><p>&nbsp;frmPreview.Parent:=Panel1;</p><p>&nbsp;frmPreview.Left:=0;</p><p>&nbsp;frmPreview.Top:=0;</p><p>&nbsp;frmPreview.Width:=Panel1.ClientWidth;</p><p>&nbsp;frmPreview.Height:=Panel1.ClientHeight;</p><p>end;</p><p><br /></p><p>.. but why preview is empty (I have one text control my report page) and able to see it through frxPreview component.</p><p><br /></p><p>Have tried:</p><p><br /></p><p>frxReport1.PrepareReport;</p><p>frxReport1.Preview.Show;</p><p>frxReport1.ShowReport;</p><p>frxReport1.Preview := frmPreview1.Preview;</p><p>frxReport1.ShowPreparedReport;</p><p><br /></p><p>but nothing helps.</p><p><br /></p><p>What I did wrong?</p><p><br /></p><p>Thank you</p>]]>
        </description>
    </item>
    <item>
        <title>Fastreport 2025.1 VCL: Gap between last line and PageFooter</title>
        <link>https://forum.fast-report.com/en/discussion/19150/fastreport-2025-1-vcl-gap-between-last-line-and-pagefooter</link>
        <pubDate>Sun, 30 Mar 2025 19:03:51 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>Norwegen60</dc:creator>
        <guid isPermaLink="false">19150@/en/discussions</guid>
        <description><![CDATA[<p>Is there a possibility to define a gap height between last line of a list and PageFooter</p>]]>
        </description>
    </item>
    <item>
        <title>Fastreport 2025.1 VCL: With Delphi XE and TeeChart Pro 2018, TfrxChartObject missing</title>
        <link>https://forum.fast-report.com/en/discussion/19156/fastreport-2025-1-vcl-with-delphi-xe-and-teechart-pro-2018-tfrxchartobject-missing</link>
        <pubDate>Tue, 08 Apr 2025 08:30:57 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>Norwegen60</dc:creator>
        <guid isPermaLink="false">19156@/en/discussions</guid>
        <description><![CDATA[<p>Hello,</p><p>if I try to open in demo projekt TeeChartProDemo the form uTeeChartPro I get the message &quot;Class TfrxChartObject not found&quot;.</p><p>Found some similar messages in web, but nothing helped.</p><p>E.g. Recompilation of FastReport after activating line &quot;&nbsp;FChart.ParentWindow := frxParentForm.Handle;&quot; in frxChart.pas</p>]]>
        </description>
    </item>
    <item>
        <title>Fastreport 2025.1 VCL: AutoShrink TMemoView text</title>
        <link>https://forum.fast-report.com/en/discussion/19152/fastreport-2025-1-vcl-autoshrink-tmemoview-text</link>
        <pubDate>Tue, 01 Apr 2025 08:43:41 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>Norwegen60</dc:creator>
        <guid isPermaLink="false">19152@/en/discussions</guid>
        <description><![CDATA[<p>I found in manuals of .NET the setting AutoShrink to shrink text in a TMemoView. But seems also this setting is not implemented in VCL.</p><p>I found a workaround in this forum, but the named link (<a href="https://www.fast-report.com/en/faq/12/102/" rel="nofollow">https://www.fast-report.com/en/faq/12/102/</a>) is not available</p><p>I&#39;m little bit frustrated to pay a lot of money to see now, that VCL is not fully supported.</p>]]>
        </description>
    </item>
    <item>
        <title>Fastreport VCL: Page with 2 columns, breake columns 1 after half of data</title>
        <link>https://forum.fast-report.com/en/discussion/19149/fastreport-vcl-page-with-2-columns-breake-columns-1-after-half-of-data</link>
        <pubDate>Fri, 28 Mar 2025 08:31:37 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>Norwegen60</dc:creator>
        <guid isPermaLink="false">19149@/en/discussions</guid>
        <description><![CDATA[<p>Hello</p><p>I use a report with 3 different pages. Page 2 has 2 columns. Setting of Page 2 and Page 3 is PrintOnPreviousePage = True.</p><p>Is there a possibility to break columns 1 so that in Column 1 and Column 2 same count of rows. Currently Column1 is filling complete page before it is switching to column2</p><p>There is in VCL also no setting &quot;Print down then across&quot; like in the .NET version right?</p><p>regards</p><p>Gerd</p>]]>
        </description>
    </item>
    <item>
        <title>Fastreport 2025.1 VCL: Report export as JSON</title>
        <link>https://forum.fast-report.com/en/discussion/19151/fastreport-2025-1-vcl-report-export-as-json</link>
        <pubDate>Mon, 31 Mar 2025 08:59:14 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>Norwegen60</dc:creator>
        <guid isPermaLink="false">19151@/en/discussions</guid>
        <description><![CDATA[<p>I didn&#39;t found a json filter to export a report in json format. Is this only available in .NET? Why?</p><p>I&#39;m new with FR and just try to move reports from QuickReport to FR, but I got the feeling, that the vcl version is treated a bit neglected. Or is it because I work with Delphi XE?</p>]]>
        </description>
    </item>
    <item>
        <title>Basic chart questions</title>
        <link>https://forum.fast-report.com/en/discussion/19143/basic-chart-questions</link>
        <pubDate>Tue, 04 Mar 2025 18:07:34 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>abhart</dc:creator>
        <guid isPermaLink="false">19143@/en/discussions</guid>
        <description><![CDATA[<p>I&#39;ve tried finding answers in the documentation, but not finding what I need.  Can anyone help?</p><p>When my chart first displays, it&rsquo;s got the legend on the left side, and both the &ldquo;Total&rdquo; and &ldquo;Rate&rdquo; series are checked in the legend and display on the chart:</p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/045/AJNQZF0HDRKW.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/045/AJNQZF0HDRKW.png" alt="image" />
        </a>
    </div>
</div></div><p>If you move the mouse over the chart, another window displays over the upper right of the chart:</p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/418/13J7QDKUDBS2.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/418/13J7QDKUDBS2.png" alt="image" />
        </a>
    </div>
</div></div><ol><li>What&rsquo;s the name for that window on the right?</li><li>How do you control where it appears?</li><li>How can you disable it entirely?</li><li>The buttons on the upper-right window control visibility of the series.&nbsp;How can I have the checkmarks on the legend control series visibility instead of that upper right window?</li></ol><p>Thanks!</p>]]>
        </description>
    </item>
    <item>
        <title>Charts, will it ever be easy?</title>
        <link>https://forum.fast-report.com/en/discussion/19127/charts-will-it-ever-be-easy</link>
        <pubDate>Fri, 31 Jan 2025 20:31:05 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>cpstevenc</dc:creator>
        <guid isPermaLink="false">19127@/en/discussions</guid>
        <description><![CDATA[<p>We have a team of 10 Delphi Developers.</p><p>Not one of us like Steema TChart.  I would easily say, we all hate it with a passion.</p><p>Its clunky, overly complex, and trying to design a chart is like pulling your own teeth out.</p><p>Will FastReports ever have its own system to create charts?  The basics. Bars, line, pie, blah.</p><p>We don&#39;t use them in reports, as trying to do them in the report editor is down right awful. </p><p>No way to sugar coat it.</p><p>All the higher ups are goofy in the head for Tableau reporting.  Which is nice for what it is, but I can&#39;t tie it directly into our programs like we can with FastReports.  But it can make interactive charts in the reports. Which is a hot thing right now.</p><p>The only thing we&#39;ve been limited by is charts when it comes to FastReports.  </p><p>We try to use TChart but end up scrapping it every time, its just to darn clunky to use.</p><p>The designer and the overly complex nature of TChart is just to much to handle. </p><p>Doing simple changes or setting basic things is too much for anyone to handle.  Not a fault of FastReports per say, but it would be nice to have a native charting system finally built in after all these years.</p><p>/end rant</p>]]>
        </description>
    </item>
    <item>
        <title>Text Object&quot; editor doesn't show</title>
        <link>https://forum.fast-report.com/en/discussion/19113/text-object-editor-doesnt-show</link>
        <pubDate>Sun, 05 Jan 2025 10:25:20 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>ivanvozaf</dc:creator>
        <guid isPermaLink="false">19113@/en/discussions</guid>
        <description><![CDATA[<p>I have&nbsp;a &quot;Corpus&quot; app with integrated fast report. When i enter design mode and click on a Text Object on the page, the text editor window is not shown When I click around I hear the windows beep sound signalizing that I&#39;m clicking outside a modal window, but the window itself (text editor) is not shown and I have to press Esc button to &quot;cancel&quot; the invisible dialog. The problem is that I can&#39;t edit the text of the text object component because if this. The same thing happens when I click the &quot;...&quot; button next to the &quot;Memo&quot; property of the text object, the text editor window is not shown.&nbsp;</p><p>I have windows 10. Version of Fast Report is 5.3.13</p><p>Can you help me ?</p>]]>
        </description>
    </item>
    <item>
        <title>frxPrinters missing?</title>
        <link>https://forum.fast-report.com/en/discussion/19119/frxprinters-missing</link>
        <pubDate>Fri, 17 Jan 2025 01:38:12 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>cpstevenc</dc:creator>
        <guid isPermaLink="false">19119@/en/discussions</guid>
        <description><![CDATA[<p>Installed 2025.1.4 into Athens.</p><p>Now when I compile my program, frxPrinters is missing?</p><p>When I search the source folder, there is no frxPrinters files at all.</p><p>So if this got retired, what replaced it?</p><p>As I needed this for the printer list, paper tray stuff, ect.</p>]]>
        </description>
    </item>
    <item>
        <title>TFrxCrossObject Missing</title>
        <link>https://forum.fast-report.com/en/discussion/19042/tfrxcrossobject-missing</link>
        <pubDate>Mon, 26 Aug 2024 18:26:39 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>DennisJ</dc:creator>
        <guid isPermaLink="false">19042@/en/discussions</guid>
        <description><![CDATA[<p>I have Delphi 12 Version 29.0.51961.7529 (the latest). I have uninstalled and reinstalled Fast Report VCL &amp; FMX 2023.3 using the GetIt Package Manager, but I still do not see the component TfrxCrossObject on the palette., even using a new VCL application.</p>]]>
        </description>
    </item>
    <item>
        <title>How To Open URL Link In A New Tab With TFrxBarcode2dView?</title>
        <link>https://forum.fast-report.com/en/discussion/19111/how-to-open-url-link-in-a-new-tab-with-tfrxbarcode2dview</link>
        <pubDate>Tue, 31 Dec 2024 08:00:28 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>fchintc</dc:creator>
        <guid isPermaLink="false">19111@/en/discussions</guid>
        <description><![CDATA[<p>Hi,</p><p>I assigned a URL link (e.g. https://www.microsoft.com) to a TfrxBarcode2dview&#39;s Value property.</p><p>When the report is run, I can click the bar code and the link is shown but it is on the current page of the browser. How do I get the link to show up in a new tab of the browser?</p><p>Frederick</p>]]>
        </description>
    </item>
    <item>
        <title>What controls the page size units (inches/cm)?</title>
        <link>https://forum.fast-report.com/en/discussion/19071/what-controls-the-page-size-units-inches-cm</link>
        <pubDate>Fri, 11 Oct 2024 22:05:04 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>tniec</dc:creator>
        <guid isPermaLink="false">19071@/en/discussions</guid>
        <description><![CDATA[<p>In the page size dialog that opens from </p><p>previewControl.PageSetup();</p><p>the page sizes usually appear in inches.  We have a customer for which the page sizes are appearing in centimeters.</p><p>What controls this?</p>]]>
        </description>
    </item>
    <item>
        <title>Very slow opening of the designer</title>
        <link>https://forum.fast-report.com/en/discussion/17608/very-slow-opening-of-the-designer</link>
        <pubDate>Thu, 10 Nov 2022 13:58:08 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>manduss</dc:creator>
        <guid isPermaLink="false">17608@/en/discussions</guid>
        <description><![CDATA[<p>Hello,</p><p>we&#39;re using the latest version of FR 6.</p><p>Lately we are having big problems with opening the designer. We have reports that have multiple datasets, maybe 10 and some have more than 100 attributes. If we open such a report, we wait for over one minute for the designer to open. Then it also takes a long time to open the memo for editing. In general, working in the designer is very slow. Printing and previewing are without problems.</p><p>Would you have any tips for us on what to look for? We are retrieving the data from a Firebird database, but it&#39;s not at the speed of SQL queries.</p><p>Thanks for any advice</p><p>Jan</p>]]>
        </description>
    </item>
    <item>
        <title>Trouble to export to XLSX or DOCX</title>
        <link>https://forum.fast-report.com/en/discussion/19085/trouble-to-export-to-xlsx-or-docx</link>
        <pubDate>Fri, 01 Nov 2024 18:11:43 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>Viniw</dc:creator>
        <guid isPermaLink="false">19085@/en/discussions</guid>
        <description><![CDATA[<p>I am using FastReport to create a report, and it displays correctly on the screen, as shown here:</p><p><em>(I removed some information from the screenshots)</em></p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/634/2RSGQX2XXXYJ.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/634/2RSGQX2XXXYJ.png" alt="image" />
        </a>
    </div>
</div></div><p>However, when I export the data, the content appears misaligned:</p><p>With <code spellcheck="false">TfrxDOCXExport</code>, the content starts shifting off-screen, and on each new page, it gradually shifts back. For example, on page 7, only a line is visible, but on page 8, we see the picture and some text.</p><p>Once the content fits on a full page, the report starts to go off-screen again on the following pages.</p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/575/ZC1QX6LEDNQ9.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/575/ZC1QX6LEDNQ9.png" alt="image" />
        </a>
    </div>
</div></div><p><br /></p><p>With <code spellcheck="false">TfrxXLSXExport</code>, the first column in use is column AT.</p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/647/R95QOTRTB8UO.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/647/R95QOTRTB8UO.png" alt="image" />
        </a>
    </div>
</div></div><p>After running some tests, I found ways to avoid this issue, but not a full solution:</p><ul><li>If I select <code spellcheck="false">dxObjects</code> in <code spellcheck="false">ExportType</code>, the DOCX export works correctly.</li><li>If I remove the picture in the header, both DOCX and XLSX exports work.</li></ul><p>Is there a way to fully resolve this issue?</p>]]>
        </description>
    </item>
    <item>
        <title>fastreport 24.2.8 no longer compatible with XP system</title>
        <link>https://forum.fast-report.com/en/discussion/19052/fastreport-24-2-8-no-longer-compatible-with-xp-system</link>
        <pubDate>Tue, 17 Sep 2024 08:41:35 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>dreamnyj</dc:creator>
        <guid isPermaLink="false">19052@/en/discussions</guid>
        <description><![CDATA[<p>In Fastreport vcl 2024.2.8 version, it was confirmed that it is no longer compatible with XP system. I compiled the demonstration project NewDemoFR_VCL.exe.</p><p>Unable to locate the program input point cryptRetrieve Timestamp on the dynamic link library crypt32.dll</p>]]>
        </description>
    </item>
    <item>
        <title>VCL24.2.8multiple languages Self expanding</title>
        <link>https://forum.fast-report.com/en/discussion/19050/vcl24-2-8multiple-languages-self-expanding</link>
        <pubDate>Mon, 16 Sep 2024 09:26:23 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>dreamnyj</dc:creator>
        <guid isPermaLink="false">19050@/en/discussions</guid>
        <description><![CDATA[<p>Dear administrator:</p><p>I am currently using version 24.2.8 of FastReport and want to create an application that can dynamically switch between multiple languages.</p><p>I found that in the componet directory, the res for the following languages do not provide files before compilation,</p><p>FastReports24.2.8\Sources\FastLocalization\VCL\Sources\*.res</p><p>Because I need to make some minor modifications to the control and add some of my specific features to it.</p><p>I want to switch between multiple languages now. If I haven&#39;t compiled the source files before res, I won&#39;t be able to add custom multilingual prompts.</p><p>Can you provide the following res file, the source file before compilation? Thank you.</p><p>Directory of C:\Program Files (x86)\Embarcadero\FastReports24.2.8\Sources\FastLocalization\VCL\Sources</p><p>frLanguageArabic.res</p><p>frLanguageBrazil.res</p><p>frLanguageBrazil1.res</p><p>frLanguageBrazil2.res</p><p>frLanguageBulgarian.res</p><p>frLanguageCatalon.res</p><p>frLanguageChinese.res</p><p>frLanguageCroatian.res</p><p>frLanguageCzech.res</p><p>frLanguageDanish.res</p><p>frLanguageDutch.res</p><p>frLanguageEnglish.res</p><p>frLanguageFarsi.res</p><p>frLanguageFrench.res</p><p>frLanguageGerman.res</p><p>frLanguageGreek.res</p><p>frLanguageHebrew.res</p><p>frLanguageHungarian.res</p><p>frLanguageIndonesian.res</p><p>frLanguageItalian.res</p><p>frLanguageJapanese.res</p><p>frLanguageLatvian.res</p><p>frLanguageLithuanian.res</p><p>frLanguagePolish.res</p><p>frLanguagePortuguese.res</p><p>frLanguageRomanian.res</p><p>frLanguageRussian.res</p><p>frLanguageSerbian.res</p><p>frLanguageSlovak.res</p><p>frLanguageSlovene.res</p><p>frLanguageSpanish.res</p><p>frLanguageSwedish.res</p><p>frLanguageSwiss.res</p>]]>
        </description>
    </item>
    <item>
        <title>Downloading through VCLOnlineInstall.exe always fails</title>
        <link>https://forum.fast-report.com/en/discussion/19046/downloading-through-vclonlineinstall-exe-always-fails</link>
        <pubDate>Tue, 10 Sep 2024 14:06:12 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>dreamnyj</dc:creator>
        <guid isPermaLink="false">19046@/en/discussions</guid>
        <description><![CDATA[<p>I have newly installed RAD 12.1 on a brand new system and want to try the 2024.2.8 control, but after successfully logging in with the ID, the installation always fails because the downloaded files cannot be downloaded, ultimately failing. However, the installation program believes that the installation has been successful, so I would like to ask which country your server is in. I used a VPN proxy to download it.</p><p><br /></p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/377/BINTQIW4LRPW.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/377/BINTQIW4LRPW.png" alt="image" />
        </a>
    </div>
</div></div><p><br /></p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/634/0HNRDOLYCUY1.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/634/0HNRDOLYCUY1.png" alt="image" />
        </a>
    </div>
</div></div><p><br /></p>]]>
        </description>
    </item>
    <item>
        <title>What version can support dynamic switching of interface language in the local report editor？</title>
        <link>https://forum.fast-report.com/en/discussion/19045/what-version-can-support-dynamic-switching-of-interface-language-in-the-local-report-editor</link>
        <pubDate>Fri, 06 Sep 2024 01:35:00 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>dreamnyj</dc:creator>
        <guid isPermaLink="false">19045@/en/discussions</guid>
        <description><![CDATA[<p>Hello, I have been using FastReport VCL 6 and now I am developing an application that supports multiple languages on Windows.</p><p>I would like to know which version started and supports dynamic switching between multiple languages, so that users of different languages can switch easily.</p><p>I hope to receive guidance from people.</p>]]>
        </description>
    </item>
    <item>
        <title>Fields</title>
        <link>https://forum.fast-report.com/en/discussion/19028/fields</link>
        <pubDate>Thu, 01 Aug 2024 23:16:15 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>PietWtal</dc:creator>
        <guid isPermaLink="false">19028@/en/discussions</guid>
        <description><![CDATA[<p>How can I access fields. Example on the 10th field?</p><p>I have a table with 100 Fields</p>]]>
        </description>
    </item>
    <item>
        <title>QRCode</title>
        <link>https://forum.fast-report.com/en/discussion/14991/qrcode</link>
        <pubDate>Tue, 09 Oct 2018 06:57:32 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>Sako</dc:creator>
        <guid isPermaLink="false">14991@/en/discussions</guid>
        <description><![CDATA[Hi,<br />
I am using a licensed version of FastReport 5.3.14, and I am trying to print some text in QRCode.<br />
Under the Barcode Control the QRCode component is missing!! should this separately purchased/installed?<br />
<br />
Thanks in advance]]>
        </description>
    </item>
    <item>
        <title>Multiple Detail Bands with Master Band</title>
        <link>https://forum.fast-report.com/en/discussion/19004/multiple-detail-bands-with-master-band</link>
        <pubDate>Fri, 26 Apr 2024 15:00:24 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>Gordon Turner</dc:creator>
        <guid isPermaLink="false">19004@/en/discussions</guid>
        <description><![CDATA[<p>I have a report that contains multiple detail bands for attached to a Master Band - like this</p><p>Group Header 1</p><p>Master Data - contains fields for the Master record</p><p>Detail Data1 - contains multiple records for the master without headers</p><p>Detail Data2  - contains Memo field that displays lots of text (multiple lines)</p><p>Group Header 2 - contains column headers for Detail Data 3</p><p>Detail Data 3 - contains different multiple records for the master</p><p>Group Footer 2</p><p>Group Footer 1</p><p>When I run the report, the Memo field from Detail Data 2 overlays Group Header 2 and Detail Data 3.  How can I adjust Group Header 2 and Detail Data 3 to allow for the expanded field from Detail Data 2?</p>]]>
        </description>
    </item>
    <item>
        <title>Discussion on whether there is a possibility of destructiveness in using scripts in the FastReport t</title>
        <link>https://forum.fast-report.com/en/discussion/18977/discussion-on-whether-there-is-a-possibility-of-destructiveness-in-using-scripts-in-the-fastreport-t</link>
        <pubDate>Sat, 09 Dec 2023 09:25:46 +0000</pubDate>
        <category>FastReport VCL 5</category>
        <dc:creator>dreamnyj</dc:creator>
        <guid isPermaLink="false">18977@/en/discussions</guid>
        <description><![CDATA[<p>Esteemed Administrators:</p><p>I often download fr3 format templates or excellent fr3 templates created by others to incorporate into my projects.</p><p>In this, I have some concerns, because I know Pascal script is supported and I have even seen support for js scripts etc. I have also seen in the help documentation that custom functions are supported.</p><p>So I wanted to ask, is there a possibility that some people could create malicious code that judges the environment the template is used in and then carries out destructive behaviors, like deleting a file on my computer?</p><p>I have carefully analyzed the fr3 template format, and found it is XML format,</p><p>In which there is a key word ScriptLanguage=&quot;PascalScript&quot;</p><p>Could I detect potential risks by searching for ScriptLanguage= and similar phrases in templates?</p><p>I hope to get everyone&#39;s reply on this, looking forward to it, thank you.</p>]]>
        </description>
    </item>
   </channel>
</rss>
