<?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 4.0 — FastReport Forum</title>
        <link>https://forum.fast-report.com/en/</link>
        <pubDate>Thu, 14 May 2026 16:20:31 +0000</pubDate>
        <language>en</language>
            <description>FastReport 4.0 — FastReport Forum</description>
    <atom:link href="https://forum.fast-report.com/en/categories/fastreport-4-0/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Totals in Group Header: need explaining</title>
        <link>https://forum.fast-report.com/en/discussion/19243/totals-in-group-header-need-explaining</link>
        <pubDate>Wed, 18 Mar 2026 11:00:51 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>BenH</dc:creator>
        <guid isPermaLink="false">19243@/en/discussions</guid>
        <description><![CDATA[<p>So a while back I came across this video explaining how to add group totals to group header.</p><div><div>
    <div>
        <div>
            <button type="button" data-url="https://www.youtube.com/embed/TwmtT4rrvPM?feature=oembed&amp;autoplay=1" aria-label="Total In Group Header" title="Total In Group Header">
                <img src="https://img.youtube.com/vi/TwmtT4rrvPM/0.jpg" role="presentation" alt="A thumnail preview of a video" />
                
                
    Play Video
    
    

            </button>
        </div>
    </div>
</div></div><p><br /></p><p>At one point the uploader puts 2 OnbeforePrint events.</p><p>In the second event he writes the line</p><p>Set(&lt;ADOQuery1.&quot;Company&quot;&gt;, Sum(&lt;ADOQuery1.&quot;ItemsTotal&quot;&gt;, MasterData1));</p><p>The field &lt;ADOQuery1.&quot;Company&quot;&gt; has the company name. Why are we suddenly giving it a new value? Or am I misunderstanding the above line?</p><p>In the first event he writes</p><p>Memo3.Text:=&#39;Sum:&#39;+FloatToStr(Get(&lt;ADOQuery1.&quot;Company&quot;&gt;));</p><p>If Memo2 already contains the sum, why not just write Memo3.Text:=Memo2.Text?</p>]]>
        </description>
    </item>
    <item>
        <title>Extending TfrxStretcheable: how to use InitPart and Drawpart</title>
        <link>https://forum.fast-report.com/en/discussion/4029/extending-tfrxstretcheable-how-to-use-initpart-and-drawpart</link>
        <pubDate>Wed, 13 Feb 2008 10:19:03 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>repelsteel</dc:creator>
        <guid isPermaLink="false">4029@/en/discussions</guid>
        <description><![CDATA[Hi,<br />
<br />
I'm writing a custom report component that extends TfrxStretcheable. According to the developer manual i should override CalcHeight, InitPart and DrawPart. so far i've overridden CalcHeight and that works fine: the component now stretches properly based on the size of the data that are placed in the component. However, i'm a bit puzzled about the use of InitPart and DrawPart. How should they behave and how are they called? I've done some tests and the engine does not seem to call these methods directly.<br />
<br />
The only example i could find of the use of these methods is in the Class TfrxCustomMemo, but this class is very complicated and beyond my level of understanding. So my question is: can anyone give me some hints on how InitPart and DrawPart are (or should be) called and what their responsibilites are?<br />
<br />
Thanks for any tip!<br />
<br />
Gertjan (Repelsteel)]]>
        </description>
    </item>
    <item>
        <title>PDFs created by this - font not rendering correcting when viewed by Adobe Reader</title>
        <link>https://forum.fast-report.com/en/discussion/19237/pdfs-created-by-this-font-not-rendering-correcting-when-viewed-by-adobe-reader</link>
        <pubDate>Wed, 25 Feb 2026 12:07:50 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>abilitycn</dc:creator>
        <guid isPermaLink="false">19237@/en/discussions</guid>
        <description><![CDATA[<p>Hello,</p><p>we&#39;re receiving PDFs created by Fast Reports 4.15.13.</p><p>When we open them in Adobe Reader, some of the text is overlapping</p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/167/NLW0E53H9CBP.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/167/NLW0E53H9CBP.png" alt="image" />
        </a>
    </div>
</div></div><p>It works fine in Edge but Edge previewer isnt a thing in Outlook, so isnt a solution.</p><p>is it possible for Adobe Reader to view this or is it how they&#39;re being created?</p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/712/G4MMZ0P6QUIV.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/712/G4MMZ0P6QUIV.png" alt="image" />
        </a>
    </div>
</div></div><p><br /></p>]]>
        </description>
    </item>
    <item>
        <title>How to create a vertical sheet using masterdata?</title>
        <link>https://forum.fast-report.com/en/discussion/19209/how-to-create-a-vertical-sheet-using-masterdata</link>
        <pubDate>Sat, 20 Sep 2025 17:36:53 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>StephenH</dc:creator>
        <guid isPermaLink="false">19209@/en/discussions</guid>
        <description><![CDATA[<p>Hey everybody, I&#39;ve been tring this for a long time.Here&#39;s what I want to achieve:</p><p>header1 data1 &rarr;</p><p>header 2 data2 &rarr;</p><p>So I have tried to set columns for masterdata and it worked.But I don&#39;t know where to put header, because header will duplicate for each colums(see the pic below).So simply I just want the header diaplay once and data display vertically</p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/634/LR7A0NINIXPC.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/634/LR7A0NINIXPC.png" alt="image" />
        </a>
    </div>
</div></div><p><br /></p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/451/9JJ6RY31C7VB.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/451/9JJ6RY31C7VB.png" alt="image" />
        </a>
    </div>
</div></div><p>So is it possible to make a sheet like what? Thank you guys!</p>]]>
        </description>
    </item>
    <item>
        <title>Pronest Custom Report</title>
        <link>https://forum.fast-report.com/en/discussion/17817/pronest-custom-report</link>
        <pubDate>Fri, 30 Jun 2023 06:04:45 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>abghrnjd</dc:creator>
        <guid isPermaLink="false">17817@/en/discussions</guid>
        <description><![CDATA[<p>I&#39;m trying to edit and customize &quot;Multi-Head Nest Detail&quot; pronest standard report. I want the report to show list of parts in every cutting sheet with their quantity. Sadly there is not a standard report to do it. There is quantity for the whole Nest but not for every sheet!</p><p>We have a variable called &quot;&quot;Squence Number&quot; and its ranges. I&#39;ve been trying to use this data to get my parts Quantities. </p><p>Quantity in every sequence :</p><p>[&lt;NestPartCondensed.&quot;iSequenceRangeHigh&quot;&gt;-&lt;NestPartCondensed.&quot;iSequenceRangeLow&quot;&gt;+1]</p><p>But I need Sum of this expression to have the whole quantity of every single parts,</p><p>How Can I use SUM function and Creat a Qty variable?</p><p>This is like using &quot;pivot table&quot; or &quot;Consolidate&quot; in excel !</p><p><br /></p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/946/VWQAPI5T79GF.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/946/VWQAPI5T79GF.png" alt="image" />
        </a>
    </div>
</div></div><p><br /></p>]]>
        </description>
    </item>
    <item>
        <title>Need help: &amp;#39;Copy&amp;#39; TChart into Report?</title>
        <link>https://forum.fast-report.com/en/discussion/7628/need-help-39-copy-39-tchart-into-report</link>
        <pubDate>Thu, 20 Jan 2011 16:38:52 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>spacemanspiff</dc:creator>
        <guid isPermaLink="false">7628@/en/discussions</guid>
        <description><![CDATA[Hi,<br />
<br />
I am very new to reporting and were looking for a reporting tool that allows me to insert my TeeChart into reports.<br />
<br />
I do own Delphi 2010 Professional, TeeChart 2009 Standard and downloaded the FR4 Trial and some guides a few hours ago. But I didn't find anything that sais if it's possible to bring my Delphi Chart into the report and how it's done.<br />
<br />
Is there any demo, tutorial or such on that topic?<br />
<br />
Many thanks and best regards,<br />
Thomas]]>
        </description>
    </item>
    <item>
        <title>Changing TfrxMemoView background color at runtime</title>
        <link>https://forum.fast-report.com/en/discussion/11035/changing-tfrxmemoview-background-color-at-runtime</link>
        <pubDate>Wed, 04 Sep 2013 07:43:18 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>Advalorem</dc:creator>
        <guid isPermaLink="false">11035@/en/discussions</guid>
        <description><![CDATA[Hi,<br />
<br />
I use fastReport Embarcadeero Edition for Firemonkey. I need to change the background color of a TfrxMemoView at runtime, according to the displayed value.<br />
I wrote the following code in the BeforePrint Event
<pre><code>var mycolor:string;
begin
Â Â Â Â  mycolor:= '$FFFFFF00';
Â Â Â Â  TfrxMemoView(report.FindObject('Memo1')).color:=TAlphaColor(mycolor);
end
</code></pre>
<br />
The memo background is then blank (it's silver at design time)<br />
I tried this
<pre><code>TfrxMemoView(report.FindObject('Memo1')).color:=TALPhacolorRec.Yellow
</code></pre>
but i get an EConvertError  '4294967040' is not a valid integer value<br />
<br />
Setting color to $FFFFFF00 or Yellow at runtime works fine. What am I doing wrong?<br />
]]>
        </description>
    </item>
    <item>
        <title>simple master detail report in embarcadero cbuilder.</title>
        <link>https://forum.fast-report.com/en/discussion/9867/simple-master-detail-report-in-embarcadero-cbuilder</link>
        <pubDate>Mon, 17 Dec 2012 17:44:27 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>reds75</dc:creator>
        <guid isPermaLink="false">9867@/en/discussions</guid>
        <description><![CDATA[hi. im new to fastreports and have tried to make a master detail report in rad studio C++, it works in the sense that it shows the master and detail data,however all the detail data shows up for every record in the master table. how do i specify the relationship so that the master record with &quot;levid&quot; x will only show detail records with &quot;levid&quot; x and not all detail records?<br />
<br />
the manual says i need to :<br />
<br />
Set the<br />
???MasterSource = DataSource1??? property in the ???Table2??? component on the (Delphi) form.<br />
Now, we have set a ???master-detail??? connection. After that, we select the fields to link on.<br />
Set the ???MasterFields??? property of the ???Table2??? component<br />
<br />
i cannot find either of these properties in Cbuilder or delphi 2010 and XE3.<br />
<br />
<br />
]]>
        </description>
    </item>
    <item>
        <title>RTF or doc to Fastreport</title>
        <link>https://forum.fast-report.com/en/discussion/7249/rtf-or-doc-to-fastreport</link>
        <pubDate>Fri, 24 Sep 2010 19:17:46 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>nash</dc:creator>
        <guid isPermaLink="false">7249@/en/discussions</guid>
        <description><![CDATA[Hello,<br />
<br />
Anyone know if possible to convert RTF or ms document to fast report, I have over 100 documents<br />
All have tables. Or there is utilities to do that<br />
Thank you<br />
]]>
        </description>
    </item>
    <item>
        <title>How to place a single memo next to repeating detail lines?</title>
        <link>https://forum.fast-report.com/en/discussion/19107/how-to-place-a-single-memo-next-to-repeating-detail-lines</link>
        <pubDate>Fri, 06 Dec 2024 17:22:32 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>rep1</dc:creator>
        <guid isPermaLink="false">19107@/en/discussions</guid>
        <description><![CDATA[<p>I have a report with several data/detail bands which display  different data OK.</p><p>On one of the data/detail sections I want to show a box on the right of the detail rows containing some text that explains what the detail rows are showing. (see images below)</p><p>I have tried playing with putting the box into a sub report and putting it either into the data band or the detail band. </p><p>I have tried making two sub reports side by side, one with my real data rows and one with my explanatory box. </p><p>I have tried setting the stretched property of the bands to true and the stretch mode of the memo with my text in it to maxheight. </p><p>However the best I can get is to have my box repeated many times on the page.</p><p>I have PrintOnParent set to true. </p><p>Can somebody please explain how to get what I want?</p><p>This is the design part of the band in question</p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/752/PTSWMQZ0MYAA.jpg" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/752/PTSWMQZ0MYAA.jpg" alt="image" />
        </a>
    </div>
</div></div><p><br /></p><p>This is  what that that part looks like at the moment in preview</p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/621/Q0KQKG5XJY52.jpg" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/621/Q0KQKG5XJY52.jpg" alt="image" />
        </a>
    </div>
</div></div><p><br /></p><p>and this is a mock up of what I want to achieve</p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/190/5MZ0P5MOBM2A.jpg" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/190/5MZ0P5MOBM2A.jpg" alt="image" />
        </a>
    </div>
</div></div><p><br /></p>]]>
        </description>
    </item>
    <item>
        <title>FR VCL 2025.1:  print job name is always &quot;Fast Report Document&quot;</title>
        <link>https://forum.fast-report.com/en/discussion/19099/fr-vcl-2025-1-print-job-name-is-always-fast-report-document</link>
        <pubDate>Thu, 28 Nov 2024 21:09:30 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>x-ray</dc:creator>
        <guid isPermaLink="false">19099@/en/discussions</guid>
        <description><![CDATA[<p>FR VCL 2025.1:&nbsp;print job name is always &quot;Fast Report Document&quot;.  I tried setting TfrxReport&#39;s ReportOptions.Name, author, etc but that didn&#39;t help at all.  Delphi 12.2, Windows 11.</p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/300/VLB63R3RGYO8.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/300/VLB63R3RGYO8.png" alt="image" />
        </a>
    </div>
</div></div><p>thank you!!</p><p>mp</p>]]>
        </description>
    </item>
    <item>
        <title>frxRichEdit showing RTF with a Picture and the picture lose quality</title>
        <link>https://forum.fast-report.com/en/discussion/19048/frxrichedit-showing-rtf-with-a-picture-and-the-picture-lose-quality</link>
        <pubDate>Wed, 11 Sep 2024 20:27:21 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>andylon13</dc:creator>
        <guid isPermaLink="false">19048@/en/discussions</guid>
        <description><![CDATA[<p>I have a BLOB field where a store an RTF content: I use a DevExpress TcxRichEdit component to show/edit the formatted text. The user can add images and these picture are shown correctly in the DevExpress component.</p><p>The issues is when I print the RTF content using the frxRichEdit&nbsp;component in the report: the image seem to loose quality (see the attached screenshot of an example program).</p><p>Any advice?</p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/205/D3X9OHBY8S5Y.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/205/D3X9OHBY8S5Y.png" alt="image" />
        </a>
    </div>
</div></div><p>I&#39;m using Delphi XE3 with DevExpress Library v. 13.2.9 and Fast report v. 4</p>]]>
        </description>
    </item>
    <item>
        <title>memoonpreviwclick go to page 27</title>
        <link>https://forum.fast-report.com/en/discussion/19049/memoonpreviwclick-go-to-page-27</link>
        <pubDate>Thu, 12 Sep 2024 09:03:26 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>hocinov</dc:creator>
        <guid isPermaLink="false">19049@/en/discussions</guid>
        <description><![CDATA[<p>Good morning,</p><p>I have a fastreport report which contains several pages, the first of which is the summary like a menu.</p><p>I hope when the user clicks on memo100 they will be taken to page 27.</p><p>I tried with</p><p>page27.show;</p><p>page27.setfocus;</p><p>but it didn&#39;t work.</p><p>what should I put for this.</p><p>THANK YOU</p>]]>
        </description>
    </item>
    <item>
        <title>add CRLF to Barcode 128A</title>
        <link>https://forum.fast-report.com/en/discussion/18993/add-crlf-to-barcode-128a</link>
        <pubDate>Thu, 01 Feb 2024 12:59:45 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>kole1108</dc:creator>
        <guid isPermaLink="false">18993@/en/discussions</guid>
        <description><![CDATA[<p>How I can put CRLF CHR(13) + CHR(10) to barcode 128A or other type?</p><p>I try:</p><p>barcode1.text := &lt;Query1.&quot;Key&quot;&gt; + chr(13) + chr(10) + &lt;Query1.&quot;Buyer&quot;&gt;</p><p>I try some other code, but nothing work. In notepad I only get one row.</p>]]>
        </description>
    </item>
    <item>
        <title>Different languages</title>
        <link>https://forum.fast-report.com/en/discussion/18983/different-languages</link>
        <pubDate>Mon, 08 Jan 2024 07:40:39 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>GlassEye</dc:creator>
        <guid isPermaLink="false">18983@/en/discussions</guid>
        <description><![CDATA[<p>I have an Dutch application with reports in different languages NL D ENG. The dates are DD MM YYYY by default. Now I want to display the days and months in the correct language in the view. Example NL Monday, D Montag, ENG Monday. How can I achieve this in FastReport?</p><p>In Delphi i have :</p><p>function DagvdweekENG(Value TDateTime): string;</p><p>const Days array[1..7] of string = (&#39;Sunday&#39;,&#39;Monday&#39;,&#39;Tuesday&#39;,&#39;Wednesday&#39;,&#39;Thursday&#39;,&#39;Friday&#39;,&#39;Saturday&#39;);</p><p>begin</p><p>Result = Days[DayofWeek(Value)];</p><p>End;</p><p>Is this also possible in FastReport? Or is there another solution</p>]]>
        </description>
    </item>
    <item>
        <title>Is it possible to hide components from delphi code</title>
        <link>https://forum.fast-report.com/en/discussion/11839/is-it-possible-to-hide-components-from-delphi-code</link>
        <pubDate>Thu, 22 May 2014 09:56:30 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>Jon</dc:creator>
        <guid isPermaLink="false">11839@/en/discussions</guid>
        <description><![CDATA[Is it possible to hide components (e.g. check the value of a data memo and hide if value is zero) using code in delphi.  ?]]>
        </description>
    </item>
    <item>
        <title>New old topic, Class not found</title>
        <link>https://forum.fast-report.com/en/discussion/9702/new-old-topic-class-not-found</link>
        <pubDate>Thu, 25 Oct 2012 15:51:28 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>AntonLL</dc:creator>
        <guid isPermaLink="false">9702@/en/discussions</guid>
        <description><![CDATA[<br />
So on to my problem. I'm creating the report in code (yes, our users don't want to see the report designer hell)... for example adding a Master Data to the report from code.<br />
<br />
var<br />
MasterData : TfrxMasterData;<br />
MemoView : TfrxMemoView;<br />
ds : TfrxUserDataSet;<br />
begin<br />
MasterData := TfrxMasterData.Create(APage);<br />
MasterData.CreateUniqueName;<br />
<br />
ds := TfrxUserDataSet.Create(MasterData);<br />
ds.CreateUniqueName;<br />
ds.RangeEnd := reCount;<br />
ds.RangeEndCount := 10;<br />
ds.OnGetValue := UserDataSetGetValue;<br />
<br />
MasterData.DataSet := ds;<br />
<br />
When I preview the report I get:<br />
<br />
ERROR : Project raised exception class EClassNotFound with message 'Class TfrxUserDataSet not found'.<br />
<br />
Yes, yes, I do have a TfrxUserDataSet component on the form that 'hosts' the tfrxReport. frxClass is in the uses clause. Getting rather frustrated with it....<br />
<br />
HELP, HELP, HELP, HELP, HELP, PLEASE HELP!!!!!!!!!!!!!!!!!!!!!!!!]]>
        </description>
    </item>
    <item>
        <title>Supress detail band on master-detail with no detail data</title>
        <link>https://forum.fast-report.com/en/discussion/10205/supress-detail-band-on-master-detail-with-no-detail-data</link>
        <pubDate>Fri, 15 Mar 2013 18:02:10 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>collectivefriction</dc:creator>
        <guid isPermaLink="false">10205@/en/discussions</guid>
        <description><![CDATA[I have a report with one master and one detail band. In my dataset there will always be data in the master band but often the objects on detail band will be empty.<br />
<br />
The detail band though when it is populated is quite large and as things l stand my report contains lots of empty space. PrintIfDetailEmpty is false on the Detaildata band.<br />
<br />
Is there a way of supressing the detail band if there is no data to display?]]>
        </description>
    </item>
    <item>
        <title>Array Delimiter</title>
        <link>https://forum.fast-report.com/en/discussion/18981/array-delimiter</link>
        <pubDate>Sat, 30 Dec 2023 14:51:25 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>Mojtaba</dc:creator>
        <guid isPermaLink="false">18981@/en/discussions</guid>
        <description><![CDATA[<h2>Hi guys</h2><h2>I want to split an array into multiple parts</h2><h2>with the properties symbol, for example |</h2><h2>A:String;</h2><h2>&nbsp;A := &#39;Test|Test2&#39;;SplitText(&#39;|&#39;);</h2><h2>Memo1=(A[1])</h2><h2>Memo2=(A[2])</h2><h2>I declare a string variable but I can&#39;t parse it</h2><h2>I think I went the wrong way</h2><h2>Please help, thank you</h2>]]>
        </description>
    </item>
    <item>
        <title>Fastreport FMX Fonts</title>
        <link>https://forum.fast-report.com/en/discussion/17876/fastreport-fmx-fonts</link>
        <pubDate>Sat, 14 Oct 2023 13:19:05 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>vindelhn</dc:creator>
        <guid isPermaLink="false">17876@/en/discussions</guid>
        <description><![CDATA[<p>I&#39;m trying fastreports fmx with epson epson tm-u220 dot matrix printers, but I can&#39;t get the report to recognize the printer&#39;s fonts.</p><p>this is fastreport fmx:</p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/327/0UD9WGPA5QNS.png" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/327/0UD9WGPA5QNS.png" alt="image" />
        </a>
    </div>
</div></div><p> and this is fastreports vcl:</p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/319/T46ZHF04YNAV.jpg" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/319/T46ZHF04YNAV.jpg" alt="image" />
        </a>
    </div>
</div></div><p><br /></p>]]>
        </description>
    </item>
    <item>
        <title>Disable &quot;Virtual Space&quot; in Code editor?</title>
        <link>https://forum.fast-report.com/en/discussion/17291/disable-virtual-space-in-code-editor</link>
        <pubDate>Sat, 11 Dec 2021 16:40:10 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>sirtet</dc:creator>
        <guid isPermaLink="false">17291@/en/discussions</guid>
        <description><![CDATA[<p>Is there a way to disable the cursor from going beyond the end of lines?</p><p>This is a common option in many editors, but it&#39;s the first time that i see this as default.</p><p>I don&#39;t use it normally so it drives me crazy. It&#39;s very much clashing with my editing- reflexes.</p><p>I am using FR 2021.0.6 (or, FR 4.6 by the Help-Window Title). It is part of an ERP Software.</p><p>(Sorry, i placed this in the wrong fourm... seems i can^t move/delete it.)</p>]]>
        </description>
    </item>
    <item>
        <title>How to send escape command for dot matrix</title>
        <link>https://forum.fast-report.com/en/discussion/11797/how-to-send-escape-command-for-dot-matrix</link>
        <pubDate>Tue, 13 May 2014 07:41:50 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>batozai</dc:creator>
        <guid isPermaLink="false">11797@/en/discussions</guid>
        <description><![CDATA[Hello every body<br />
<br />
i have been struggling for two days just to send escape command to Epson POS Printer (epson TMU220)<br />
i want the printer to cut the paper after it finished printing. the Esc Command for cutting papaer is ESC + i<br />
so i put tfrxDMPCommand at the end of band area and set the command property to #27#105<br />
but still nothing happened...even though then i tried another escape command such make under line or italic,<br />
the report still not responding to the frxDMPCommand.<br />
<br />
i tried to send the escape command using raw print method and the printer respond to it normally.<br />
please some body help to figure it out....<br />
<br />
thanks in advance<br />
]]>
        </description>
    </item>
    <item>
        <title>STOP printing</title>
        <link>https://forum.fast-report.com/en/discussion/11021/stop-printing</link>
        <pubDate>Tue, 27 Aug 2013 14:33:02 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>arthursilvestre</dc:creator>
        <guid isPermaLink="false">11021@/en/discussions</guid>
        <description><![CDATA[Good morning, I have a doubt. When printing a report in FR in fiscal printer it ejects the page before you can cortala and etc.. I want to finish printing it actually STOP printing and let stop. I saw that could use the following command:<br />
<br />
A memo with this in OnBeforePrinter DMPMemo1.Text =: = # 27 # 48;<br />
<br />
but do not know if this is the right command for fiscal printer or dot matrix coil.<br />
<br />
Could someone help me?]]>
        </description>
    </item>
    <item>
        <title>in Page A4 duplex print is working, but fails on page:custom, how can I fix it ? thanks!</title>
        <link>https://forum.fast-report.com/en/discussion/17863/in-page-a4-duplex-print-is-working-but-fails-on-page-custom-how-can-i-fix-it-thanks</link>
        <pubDate>Mon, 02 Oct 2023 01:27:15 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>wilson631016</dc:creator>
        <guid isPermaLink="false">17863@/en/discussions</guid>
        <description><![CDATA[<p>procedure TduplexTest_frm.Button1Click(Sender: TObject);</p><p>var A:TfrxReportPage;</p><p>idx:integer;</p><p>begin</p><p>&nbsp;idx := printer.Printers.IndexOf(PrinterName);</p><p>&nbsp;if idx = -1 then</p><p>&nbsp;begin</p><p>&nbsp;&nbsp;showmessage(PrinterName + &#39; can&#39;&#39;t find printer&#39;);</p><p>&nbsp;&nbsp;exit;</p><p>&nbsp;end;</p><p>&nbsp;rpt.PrintOptions.Printer&nbsp;:= PrinterName;</p><p>&nbsp;a := rpt.FindObject(&#39;page1&#39;) as&nbsp;&nbsp;TfrxReportPage;</p><p>&nbsp;// DuplexMode := dmVertical;</p><p>&nbsp;a.Duplex := dmVertical;</p><p>&nbsp;rpt.PrintOptions.Duplex := dmVertical;</p><p>&nbsp;ds.RangeEnd := reCount;</p><p>&nbsp;ds.RangeEndCount&nbsp;:= length(buff);</p><p>&nbsp;if rpt.PrepareReport then</p><p>&nbsp;&nbsp;rpt.Print</p><p>end;</p>]]>
        </description>
    </item>
    <item>
        <title>how find which page is printed</title>
        <link>https://forum.fast-report.com/en/discussion/17818/how-find-which-page-is-printed</link>
        <pubDate>Wed, 05 Jul 2023 07:41:05 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>rezaei</dc:creator>
        <guid isPermaLink="false">17818@/en/discussions</guid>
        <description><![CDATA[<p>After Printing a report  how to find which Page is printed.</p><p>Because only a few pages may be selected for printing at the time of printing the report.</p><p>Therefore, we need to know which pages have been printed.</p>]]>
        </description>
    </item>
    <item>
        <title>Report Shows on Screen but won&amp;#39;t spool to Print Queue</title>
        <link>https://forum.fast-report.com/en/discussion/11372/report-shows-on-screen-but-won-39-t-spool-to-print-queue</link>
        <pubDate>Fri, 03 Jan 2014 02:51:28 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>SeaCay</dc:creator>
        <guid isPermaLink="false">11372@/en/discussions</guid>
        <description><![CDATA[Hello All,<br />
<br />
I generate a series of reports (15 in all). They all show on screen and all print except the last report in the series.<br />
<br />
The last report shows clearly and accurately in the preview window but when the Print button is clicked within the Preview window, I get the usual dialog and click Ok, a new dialog pops up indicating &quot;Printing Page #1&quot; but nothing goes to the print queue.<br />
<br />
I have tried :<br />
- removing all report bands on an individual basis<br />
- rebuilding the report<br />
- re-installing Fast-Reports<br />
- checked many attributes to ensure they are set to print<br />
<br />
<br />
I am using Delphi XE3 (fully updated) and Fast-Reports version 4.15<br />
<br />
I would be very pleased if someone could identify the problem.<br />
<br />
regards<br />
<br />
SeaCay]]>
        </description>
    </item>
    <item>
        <title>Barcodes and UHD Display (4k-Display)</title>
        <link>https://forum.fast-report.com/en/discussion/13066/barcodes-and-uhd-display-4k-display</link>
        <pubDate>Mon, 19 Oct 2015 17:58:01 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>Haegar</dc:creator>
        <guid isPermaLink="false">13066@/en/discussions</guid>
        <description><![CDATA[Hello,<br />
<br />
on my development-PC I use a 4K - display (Ultra High Resolution). Fastreport shows barcodes very small, all other elements has normal size. If I enlarge the barcode (using the zoom-function), I must enlarge the field-size over the border of the used band. On a PC with a &quot;normal&quot; screen-resolution the barcode was too large.<br />
<br />
How can I set up a report with a barcode that is displayed and printed always in the right size on a PC with a normal display and PC with a 4K-display?<br />
<br />
See attachments smallBarcode.png and enlargedBarcode.png as example. The small one works fine on a PC with standard-resolution (lets say 1280x1024) but not on 4K, the enlarged works on the PC with 4K-display but is too large on a PC with normal resolution.<br />
<br />
I am using Fast Report VCL 4 and added this post by mistake to the wrong area. Can some moderator please move it to the Fastreport 4 Section?<br />
<br />
Thanks,<br />
Siegbert]]>
        </description>
    </item>
    <item>
        <title>Печать отчета с повторениями горизонтально.</title>
        <link>https://forum.fast-report.com/en/discussion/17802/pechat-otcheta-s-povtoreniyami-gorizontalno</link>
        <pubDate>Mon, 05 Jun 2023 15:22:53 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>didgik</dc:creator>
        <guid isPermaLink="false">17802@/en/discussions</guid>
        <description><![CDATA[<p>Привет народ!</p><p>Мне надо печатать ценники горизонтально, но с учетом того, что порой нужно печатать несколько одинаковых ценников. Если печатать вертикально, то проблем нет, Ставим Page.Columns =2, к MasterData добавляем DetailData, Ставим DetailData.RowCount = 2 и каждый ценник печатается два раза. Горизонтально такую фишку я осилить не смог.</p>]]>
        </description>
    </item>
    <item>
        <title>Change preview memo2 from OnPreviewClick of Memo1</title>
        <link>https://forum.fast-report.com/en/discussion/17749/change-preview-memo2-from-onpreviewclick-of-memo1</link>
        <pubDate>Sat, 08 Apr 2023 14:35:27 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>ReinaldoCrespo</dc:creator>
        <guid isPermaLink="false">17749@/en/discussions</guid>
        <description><![CDATA[<p>Suppose I want to change preview text on memo2 after clicking on memo1. Let&#39;s say I have set property OnPreviewClick of memo1 to this:</p><pre spellcheck="false">procedure Memo1OnPreviewClick(Sender: TfrxView; Button: TMouseButton; Shift: Integer; var Modified: Boolean);
var
   s: String ;

begin

   s := TfrxMemoView( Sender ).Text  ;
   TfrxMemoView( Sender ).Text  := InputBox(&#39;BI-RADS&#39;, &#39;LT:&#39;, s ) ;     
   memo2.Text := TfrxMemoView( Sender ).Text ;

   Modified := True;  //this will update memo1 on preview but not memo2
    
end;
//----------------------------------------------------
</pre><p>Memo2.text contents will be changed but not displayed.</p><p>Anyone has an idea how to update preview so that Memo2 shows new data changed on event OnPreviewClick of memo1?</p><p>I need to do this from frx script.</p><p>Thank you,</p><p>Reinaldo.</p>]]>
        </description>
    </item>
    <item>
        <title>Text String Split</title>
        <link>https://forum.fast-report.com/en/discussion/17772/text-string-split</link>
        <pubDate>Tue, 02 May 2023 12:57:42 +0000</pubDate>
        <category>FastReport 4.0</category>
        <dc:creator>Mojtaba</dc:creator>
        <guid isPermaLink="false">17772@/en/discussions</guid>
        <description><![CDATA[<p>Hello friends, I have a text that I separate with this command</p><pre spellcheck="false">var
len :integer;
s&nbsp;&nbsp;:string;
begin
s:= &#39;Have a nice day&#39;;
while s&lt;&gt;&#39;&#39; do
begin
len := pos(&#39; &#39;, s);
if len=0 then len := Length(s);
Memo1.Text:=h;(copy(s, 0, len));
s := copy(s, len+1, Length(s)-len);&nbsp;&nbsp; &nbsp;
end; &nbsp;
end;﻿
</pre><h2>The output is displayed in Memo1 = &quot;day&quot;</h2><p>The problem is that only the last letter is displayed. I want to output all letters separately</p><h3>How to get each sentence in Memo separately from the output?</h3><h3>like this :</h3><h5>Memo1.Text:=&#39;Have&#39;</h5><h5>Memo2.Text:=&#39;a&#39;</h5><h5>Memo3.Text:=&#39;nice&#39;</h5><h5>Memo4.Text:=&#39;day&#39;</h5><p><br /></p>]]>
        </description>
    </item>
   </channel>
</rss>
