<?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 3.0 — FastReport Forum</title>
        <link>https://forum.fast-report.com/en/</link>
        <pubDate>Thu, 14 May 2026 16:19:14 +0000</pubDate>
        <language>en</language>
            <description>FastReport 3.0 — FastReport Forum</description>
    <atom:link href="https://forum.fast-report.com/en/categories/fastreport-3-0/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>how to load another report using onclick event</title>
        <link>https://forum.fast-report.com/en/discussion/2462/how-to-load-another-report-using-onclick-event</link>
        <pubDate>Mon, 25 Jul 2005 01:20:18 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>maeve_zahra</dc:creator>
        <guid isPermaLink="false">2462@/en/discussions</guid>
        <description><![CDATA[hi all, can i load another report using onclick event?. i have master<br />
report and i want it load the detail report if the user click the<br />
particular master id. on demo application, there is some example of<br />
showing dialog box when user click some certain area on the report. but<br />
i don't want it to show dialog box. i want it to load another report.<br />
can i do this?<br />
<br />
tia,<br />
ryan]]>
        </description>
    </item>
    <item>
        <title>Mask to surpress zero.</title>
        <link>https://forum.fast-report.com/en/discussion/19213/mask-to-surpress-zero</link>
        <pubDate>Thu, 23 Oct 2025 08:34:25 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>shorst</dc:creator>
        <guid isPermaLink="false">19213@/en/discussions</guid>
        <description><![CDATA[<p>If a number is 123,45   I want to show 123,45</p><p>if a number is 0,00  I want to show nothing  </p><p><br /></p><p>Can I surpress this with the mask ? Current:</p><p>[C1011_2DD1.&quot;CurrPrice&quot; #n%2,2n]</p>]]>
        </description>
    </item>
    <item>
        <title>A class named TfrxDMPPage already exists</title>
        <link>https://forum.fast-report.com/en/discussion/3730/a-class-named-tfrxdmppage-already-exists</link>
        <pubDate>Wed, 22 Nov 2006 09:05:22 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>gavinyanggl</dc:creator>
        <guid isPermaLink="false">3730@/en/discussions</guid>
        <description><![CDATA[ I put the Fastreport control in a EXE code, and a DLL code in delphi.<br />
<br />
but when load DLL, the error &quot;A class named TfrxDMPPage already exists&quot;<br />
appeared.<br />
<br />
How to fix this problem?<br />
<br />
anyone can give some suggestions?<br />
<br />
Thanks<br />
<br />
gavin]]>
        </description>
    </item>
    <item>
        <title>How to load a rtf String into TfrxRichView component</title>
        <link>https://forum.fast-report.com/en/discussion/18998/how-to-load-a-rtf-string-into-tfrxrichview-component</link>
        <pubDate>Mon, 26 Feb 2024 08:51:22 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>sirtet</dc:creator>
        <guid isPermaLink="false">18998@/en/discussions</guid>
        <description><![CDATA[<p>I use PascalScript in my report and from reading the documentation <a href="https://www.fast-report.com/documentation/UserManFrNET-en/index.html?richobject.htm" rel="nofollow">https://www.fast-report.com/documentation/UserManFrNET-en/index.html?richobject.htm</a> i assumed i could just do</p><p>Rich1.text := &#39;My text&#39;;</p><p>Which does not work.</p><p>After lots of googling, the only thing i found was a forum post showing how to load from file:</p><p>Rich1.RichEdit.Lines.LoadFromFile(&#39;rtf.rtf&#39;);</p><p>From that, i tried some guesses like</p><p>Rich1.RichEdit.Lines.LoadFromString(&#39;asd&#39;);</p><p>But without success. What i conclude is that i would like to see the full definition of the TfrxRichView component with all it&#39;s properties and methods.</p><p><br /></p><p>My end-goal is to display some html that is in my DB. As FR can only do some inline HTML, i want to convert it via code to rtf and output that conversion result. This is the only way i see. Any better ideas?</p>]]>
        </description>
    </item>
    <item>
        <title>Editing Delphi templates</title>
        <link>https://forum.fast-report.com/en/discussion/17780/editing-delphi-templates</link>
        <pubDate>Thu, 11 May 2023 09:51:38 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>PL53</dc:creator>
        <guid isPermaLink="false">17780@/en/discussions</guid>
        <description><![CDATA[<p>How do I open a Delphi template for editing?</p>]]>
        </description>
    </item>
    <item>
        <title>Random &quot;Canvas does not allow drawing&quot; error</title>
        <link>https://forum.fast-report.com/en/discussion/16489/random-canvas-does-not-allow-drawing-error</link>
        <pubDate>Thu, 17 Dec 2020 16:25:42 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>blhote</dc:creator>
        <guid isPermaLink="false">16489@/en/discussions</guid>
        <description><![CDATA[<p>Hello </p><p>Most of the time, i use to print with a mask made with FastReport6 without any problem.</p><p>Sometimes, one exception is returned with an error</p><p>Canvas does not allow drawing.</p><p>Note that execution of FastReport is made within an RDP session on a RDS / TSE server.</p><p>All notes I read on such error on this forum  are related to many possible causes</p><ul><li>rights R/W missing on c:\temp (checked, this is not the cause)</li><li>included pictures (checked, even without picture inside mask , error is reported)</li><li>font missing : I assume Arial shall be found on TSE serveur</li><li>default printer in RDP session shall be set and dshall not be a FAX</li></ul><p>If anyone has another topic to check, it will be welcome as it is tricky to find what is wrong</p><p>BR, Benoit</p>]]>
        </description>
    </item>
    <item>
        <title>Band is active screen</title>
        <link>https://forum.fast-report.com/en/discussion/17529/band-is-active-screen</link>
        <pubDate>Tue, 26 Jul 2022 17:12:16 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>igbenedito</dc:creator>
        <guid isPermaLink="false">17529@/en/discussions</guid>
        <description><![CDATA[<p>how to know if the band is active in screen</p>]]>
        </description>
    </item>
    <item>
        <title>child band independen</title>
        <link>https://forum.fast-report.com/en/discussion/17527/child-band-independen</link>
        <pubDate>Mon, 25 Jul 2022 19:02:22 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>igbenedito</dc:creator>
        <guid isPermaLink="false">17527@/en/discussions</guid>
        <description><![CDATA[<p>I need to leave thechild band independen, would it be possible?</p>]]>
        </description>
    </item>
    <item>
        <title>Trimming a field.</title>
        <link>https://forum.fast-report.com/en/discussion/17519/trimming-a-field</link>
        <pubDate>Tue, 19 Jul 2022 18:08:26 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>jasummit</dc:creator>
        <guid isPermaLink="false">17519@/en/discussions</guid>
        <description><![CDATA[<p>I am relatively new to FastReports, and I am trying to format a field.  The field is in a database table, ORDR.  The field is ADDRESSLINE1.</p><p>I need to trim this field to the first 32 characters, which the substring or trim function works fine on.  The problem is that if this field isn&#39;t 32 characters or more, that I wind up getting an index error because the field doesn&#39;t reach the range of 32 characters.</p><p>How can this be coded so that it can get it to work?</p>]]>
        </description>
    </item>
    <item>
        <title>Assign value from a procedure ButtonOn Click to a general variable</title>
        <link>https://forum.fast-report.com/en/discussion/17386/assign-value-from-a-procedure-buttonon-click-to-a-general-variable</link>
        <pubDate>Wed, 02 Mar 2022 10:35:30 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>DedeLaMouche</dc:creator>
        <guid isPermaLink="false">17386@/en/discussions</guid>
        <description><![CDATA[<p>Hello everybody,</p><p>I have a procedure returning a value:</p><p>&nbsp;&nbsp;set(&#39;machname&#39;, #39+MSelect.Text+#39);</p><p>How can I pass this value to a general variable ?</p><p>I guess there is a special expression to do that, but I don&#39;t find it.</p><p>Can you help?</p><p>THanks in advance.</p>]]>
        </description>
    </item>
    <item>
        <title>Print Header and Footer with Empty MasterData</title>
        <link>https://forum.fast-report.com/en/discussion/8557/print-header-and-footer-with-empty-masterdata</link>
        <pubDate>Thu, 10 Nov 2011 15:46:07 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>DevNico</dc:creator>
        <guid isPermaLink="false">8557@/en/discussions</guid>
        <description><![CDATA[Hy i'm using FastReport 4.9.89 with my Delphi 2009 Enterprise, and i've a problem :<br />
<br />
My Report is construct like this :<br />
<br />
HEADER1
<hr />
MASTERDATA1
<hr />
FOOTER1<br />
<br />
<br />
i work fine if my QUERY SQL has a Result, but if my Query resul is Empty, the Header and Footer are not in the Printing !!<br />
<br />
I h've search in the Forum, i find this :<br />
<br />
procedure Page1OnBeforePrint(Sender: TfrxComponent);<br />
begin<br />
if MasterData1.dataset.RecordCount = 0 then<br />
begin<br />
MasterData1.Dataset := Nil;<br />
MasterData1.RowCount := 1;<br />
end;<br />
end;<br />
<br />
but it no work !!<br />
<br />
If Anyone can help me thank !!<br />
<br />
PS : Sorry for my English i'm french  <img src="style_emoticons/&lt;#EMO_DIR#&gt;/wink.gif&quot; style=&quot;vertical-align:middle&quot; emoid=&quot;;)&quot; border=&quot;0&quot; alt=&quot;wink.gif&quot; /&gt;" alt="&gt;" />]]>
        </description>
    </item>
    <item>
        <title>How to add values in MS SQL Database</title>
        <link>https://forum.fast-report.com/en/discussion/16144/how-to-add-values-in-ms-sql-database</link>
        <pubDate>Tue, 23 Jun 2020 22:36:34 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>DedeLaMouche</dc:creator>
        <guid isPermaLink="false">16144@/en/discussions</guid>
        <description><![CDATA[<p>Hello everybody,</p><p><br /></p><p>Is it possible to insert values from variables from fastreport in an MS SQL database?</p><p><br /></p><p>Actually I can see and print the values of the variables in the report but I would like also to send them in a SQL Database.</p><p><br /></p><p>THanks in advance for helping and best regards</p>]]>
        </description>
    </item>
    <item>
        <title>Correct format to pass parameter in SQL query</title>
        <link>https://forum.fast-report.com/en/discussion/16146/correct-format-to-pass-parameter-in-sql-query</link>
        <pubDate>Wed, 24 Jun 2020 07:02:06 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>DedeLaMouche</dc:creator>
        <guid isPermaLink="false">16146@/en/discussions</guid>
        <description><![CDATA[<p>Hello everybody,</p><p>I&#39;m stuck then I don&#39;t find the correct format to pass a parameter in a SQL query. (see picture)</p><div><div>
    <div>
        <div data-json="{&quot;url&quot;:&quot;https:\/\/forum.fast-report.com\/en\/uploads\/121\/LLI2XU6Z8XV1.png&quot;,&quot;type&quot;:&quot;file&quot;,&quot;attributes&quot;:{&quot;mediaID&quot;:2853,&quot;url&quot;:&quot;https:\/\/forum.fast-report.com\/en\/uploads\/121\/LLI2XU6Z8XV1.png&quot;,&quot;name&quot;:&quot;SQL query Format.png&quot;,&quot;type&quot;:&quot;image\/png&quot;,&quot;size&quot;:72870,&quot;width&quot;:736,&quot;height&quot;:373,&quot;dateInserted&quot;:&quot;2020-06-24T07:01:41+00:00&quot;,&quot;insertUserID&quot;:63402,&quot;foreignType&quot;:&quot;embed&quot;,&quot;foreignID&quot;:63402}}"><a rel="nofollow" href="https://forum.fast-report.com/en/uploads/121/LLI2XU6Z8XV1.png" download="">https://forum.fast-report.com/en/uploads/121/LLI2XU6Z8XV1.png</a></div>
    </div>
</div></div><p><br /></p><p>If I enter the value &#39;1234&#39; per example it works fine</p><p><br /></p><p>Can somebody help?</p><p>Thanks in advance</p>]]>
        </description>
    </item>
    <item>
        <title>Keep values in fields by changing on first or second field in dialog box</title>
        <link>https://forum.fast-report.com/en/discussion/16139/keep-values-in-fields-by-changing-on-first-or-second-field-in-dialog-box</link>
        <pubDate>Sat, 20 Jun 2020 17:24:46 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>DedeLaMouche</dc:creator>
        <guid isPermaLink="false">16139@/en/discussions</guid>
        <description><![CDATA[<p>Hello everybody,</p><p><br /></p><p>I have in a rapport a dialog box with 2 TrfxLookupComboBox. I can choose a the values of the list on the first field, but as soon as I go on the second field, the value in the first box disappears.</p><p>So when I Validate with the control button, I have only the second value stored in the variables, Or when I validate after having choosed in the first field only, I have the result in the first variable.</p><p>How can I keep the choosen value in both fields before validating and having both variables set?</p><p><br /></p><p>Thanks in advance and best regards</p><p>Andr&eacute;</p>]]>
        </description>
    </item>
    <item>
        <title>i want to arrange item my report</title>
        <link>https://forum.fast-report.com/en/discussion/16135/i-want-to-arrange-item-my-report</link>
        <pubDate>Fri, 19 Jun 2020 00:15:44 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>alaa</dc:creator>
        <guid isPermaLink="false">16135@/en/discussions</guid>
        <description><![CDATA[<p>i have report content  table  this table about complete blood picture about patient</p><p>and i want to arrange item </p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/826/R08TFV5QNCEE.jpg" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/826/R08TFV5QNCEE.jpg" alt="image" />
        </a>
    </div>
</div></div><p></p><p><br /></p><div><div>
    <div>
        <div data-json="{&quot;url&quot;:&quot;https:\/\/forum.fast-report.com\/en\/uploads\/512\/1N5IL236WYSJ.rar&quot;,&quot;type&quot;:&quot;file&quot;,&quot;attributes&quot;:{&quot;mediaID&quot;:2850,&quot;url&quot;:&quot;https:\/\/forum.fast-report.com\/en\/uploads\/512\/1N5IL236WYSJ.rar&quot;,&quot;name&quot;:&quot;patient.rar&quot;,&quot;type&quot;:&quot;application\/octet-stream&quot;,&quot;size&quot;:5695,&quot;dateInserted&quot;:&quot;2020-06-19T00:15:37+00:00&quot;,&quot;insertUserID&quot;:67102,&quot;foreignType&quot;:&quot;embed&quot;,&quot;foreignID&quot;:67102}}"><a rel="nofollow" href="https://forum.fast-report.com/en/uploads/512/1N5IL236WYSJ.rar" download="">https://forum.fast-report.com/en/uploads/512/1N5IL236WYSJ.rar</a></div>
    </div>
</div></div><p></p><div><div>
    <div>
        <a href="https://forum.fast-report.com/en/uploads/803/ENJ20APYAGB4.jpg" rel="nofollow noopener" target="_blank">
            <img src="https://forum.fast-report.com/en/uploads/803/ENJ20APYAGB4.jpg" alt="image" />
        </a>
    </div>
</div></div><p><br /></p>]]>
        </description>
    </item>
    <item>
        <title>How to use fr3 report to generate reports from c# application?</title>
        <link>https://forum.fast-report.com/en/discussion/16063/how-to-use-fr3-report-to-generate-reports-from-c-application</link>
        <pubDate>Thu, 14 May 2020 14:55:24 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>pcordero</dc:creator>
        <guid isPermaLink="false">16063@/en/discussions</guid>
        <description><![CDATA[<p>Hi, </p><p>I need to generate a report in a c# application, using a fr3 file.  i tried with last version of FastReport but it wont work. </p><p><br /></p><p>Please help!</p>]]>
        </description>
    </item>
    <item>
        <title>Conditionally print Page2</title>
        <link>https://forum.fast-report.com/en/discussion/15983/conditionally-print-page2</link>
        <pubDate>Thu, 09 Apr 2020 02:58:47 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>hua</dc:creator>
        <guid isPermaLink="false">15983@/en/discussions</guid>
        <description><![CDATA[<p>Hi,</p><p>  If I print an invoice, if user specify a rtf file name at data entry, I want Page2 to be printed.</p><p>I tried it this way but it doesn&#39;t work if I print a range of invoices. Works only if I print one invoice.</p><p>Any tips? TIA</p><p><br /></p><p>procedure PageFooter1OnAfterPrint(Sender: TfrxComponent);</p><p>var a_: array of string ;&nbsp;&nbsp;&nbsp;</p><p>begin</p><p>&nbsp;if ( &lt;Page&gt; = &lt;TotalPages&gt; ) then</p><p>&nbsp;&nbsp;&nbsp;begin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;a_ := CallHbFunc(&#39;frAppendixFile&#39;, [cAppendixCode, cInv]) ;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;cAppendix := a_[1] ;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;cAppendixName := a_[2] ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;Page2.visible := (trim(cAppendix) &lt;&gt; &#39;&#39;)</p><p>&nbsp;&nbsp;&nbsp;end ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p><p>end;</p>]]>
        </description>
    </item>
    <item>
        <title>Help getting memo value</title>
        <link>https://forum.fast-report.com/en/discussion/15435/help-getting-memo-value</link>
        <pubDate>Mon, 10 Jun 2019 02:47:36 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>mark louie</dc:creator>
        <guid isPermaLink="false">15435@/en/discussions</guid>
        <description><![CDATA[I have a hard time getting memo value from fastreport to delphi. I have a memo with computed value and i want to get this value and send it to my delphi edit text. What should i do? Thanks in advance]]>
        </description>
    </item>
    <item>
        <title>How do I fix, &amp;quot;Canvas Does not Allow Drawing&amp;quot;</title>
        <link>https://forum.fast-report.com/en/discussion/2929/how-do-i-fix-quot-canvas-does-not-allow-drawing-quot</link>
        <pubDate>Wed, 04 Jan 2006 13:34:54 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>mark1</dc:creator>
        <guid isPermaLink="false">2929@/en/discussions</guid>
        <description><![CDATA[Hi, whenever I try to use my application on a client's computer I get the error message &quot;Canvas Does not Allow Drawing.&quot; This happens only when I try to print a Report using fastreport 3. I use InstallShield and have included all fastreport libraries.<br />
<br />
Any suggestions would be greatly appreciated.]]>
        </description>
    </item>
    <item>
        <title>Delphi 10.2 Community</title>
        <link>https://forum.fast-report.com/en/discussion/15075/delphi-10-2-community</link>
        <pubDate>Thu, 22 Nov 2018 21:40:29 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>bruce2</dc:creator>
        <guid isPermaLink="false">15075@/en/discussions</guid>
        <description><![CDATA[Hello...Is there a way to install my registered version 3.24 into the 10.2 Delphi Community?  I have these three products:<br />
FastReport Professional Edition 3.24<br />
FastScript 1.91<br />
FastQueryBuilder 1.03<br />
<br />
Thanks]]>
        </description>
    </item>
    <item>
        <title>RTF file with page breaks</title>
        <link>https://forum.fast-report.com/en/discussion/14047/rtf-file-with-page-breaks</link>
        <pubDate>Fri, 03 Mar 2017 15:41:55 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>bruce2</dc:creator>
        <guid isPermaLink="false">14047@/en/discussions</guid>
        <description><![CDATA[Hello all...<br />
<br />
I have version 3.24.6<br />
<br />
I am using this to load an rtf file with one page break:<br />

<pre><code>var
RichView: TfrxRichView;
rPath:string;
begin
Â Â  rPath:=ExtractFilePath(ParamStr(0))+'Report\test.fr3';
Â Â Â Â  fr1.LoadFromFile(rPath);
Â Â Â Â RichView := TfrxRichView(fr1.FindObject('Rich1'));
Â Â  if od.Execute=true then
Â Â Â Â RichView.RichEdit.Lines.LoadFromFile(od.FileName);
Â Â  if fr1.PrepareReport then
Â Â fr1.ShowPreparedReport;
end;
</code></pre>
<br />
It successfully loads the file into the  frxRichView and shows the report.  However, it only show the portion or the rtf file before the page break.  I have set the allowsplit to true but like I said...only shows page 1.<br />
<br />
What am I missing?<br />
<br />
Any help would be appreciated.]]>
        </description>
    </item>
    <item>
        <title>How to catch exception in report export (file already open)</title>
        <link>https://forum.fast-report.com/en/discussion/14558/how-to-catch-exception-in-report-export-file-already-open</link>
        <pubDate>Sat, 10 Feb 2018 12:38:51 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>hsm</dc:creator>
        <guid isPermaLink="false">14558@/en/discussions</guid>
        <description><![CDATA[In Delphi (2009) I'm using these lines to export a report under code<br />
<br />
frxReport1.PrepareReport;<br />
frxReport1.Export(frxXMLExport1);<br />
<br />
This works OK but obviously raises an exception if the filename used for export is already open in Excel.<br />
<br />
To get round this I tried using a try-except block like below but  frxReport1.Export seems to cause a system wide exception first, before delphi can catch it and so kills my program.<br />
<br />
How can I generate a more user friendly message if the export causes an exception and allow the user to try a different filename?<br />
<br />
This is the code I used to try to handle the exception<br />
<br />
try<br />
frxReport1.PrepareReport;<br />
frxReport1.Export(frxXMLExport1);   // if there is an exception in here, the 'on e.exception' code never gets a chance to run<br />
<br />
except<br />
<br />
on e: exception do<br />
begin<br />
ShowMessage('Failed to save ' + frxXMLExport1.Filename +slinebreak + slinebreak +<br />
'Are you sure you don''t already have this file open in Excel?');<br />
filesaved := false;<br />
end;<br />
<br />
end;]]>
        </description>
    </item>
    <item>
        <title>Print Detail Hedaer, if Detail Data is Empty</title>
        <link>https://forum.fast-report.com/en/discussion/1187/print-detail-hedaer-if-detail-data-is-empty</link>
        <pubDate>Mon, 20 Sep 2004 08:29:54 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>osmantaskiran</dc:creator>
        <guid isPermaLink="false">1187@/en/discussions</guid>
        <description><![CDATA[I have Master Data - Detail Header - Detail Data - Detail2 Header - Detail2 Data<br />
<br />
How can i print detail header and detail2 header if detail data is empty and if detail data2 is empty.<br />
<br />
I did try &quot;Print if Detail Empty&quot; but this option doesnt working.<br />
<br />
Thanks...]]>
        </description>
    </item>
    <item>
        <title>PDF overlay badly needed</title>
        <link>https://forum.fast-report.com/en/discussion/1737/pdf-overlay-badly-needed</link>
        <pubDate>Sun, 09 Jan 2005 16:28:59 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>mmenaz</dc:creator>
        <guid isPermaLink="false">1737@/en/discussions</guid>
        <description><![CDATA[I asked before, but I try again to push it  <img src="https://forum.fast-report.com/en/resources/emoji/wink.png" title=";)" alt=";)" height="20" /><br />
Here in Italy we often have modules or forms from government (or tax office) that are provided in .PDF, and with fastreport I have to fill the empty fields from my accounting program.<br />
Do do so, now I have to print the .pdf, feed the printer with the printed papers, and have fastreport to print just the fields in the correct position. Not good for my secretary. In addition, the correct filds positino is impossible to find at design time, so it's a &quot;try and error&quot; loop. And, to make things even worse, different printers have slighty different margins, so you have to print the pdf on the same printer you will use to fill it.<br />
You can't convert PDF to a bitmap and put it as overlay since, to have a good 200-300 dpi resolution at A4 format, expecially if you print in color, there is a HUGE amount of data involved.<br />
The perfect solution would be a overlay layer that can understand (and render) not only raster formats, but also the PDF one.<br />
Any hope to see this implemented in the near future? BTW, I could donate some money (around 100 euros) for this, and if also other people are interested maybe, if it's just a matter of money, we could reach a significant amount to have Alexander devote some resource to it.<br />
Thanks a lot<br />
Marco Menardi<br />
(my current setup is Delphi 6 pro, IBObjects, FastReport 2.54 and migrating to 3.x as soon as possible. So I need this just in 3.x).<br />
<br />
BTW, I've posted this message in fast-reports.public.fastreport.3 at 14:30. Now it's 18:07 and doesn't yet appear... do I have to regiser somewhere to post in that newsgroup? thanks]]>
        </description>
    </item>
    <item>
        <title>TeeChart in a FastReport</title>
        <link>https://forum.fast-report.com/en/discussion/2977/teechart-in-a-fastreport</link>
        <pubDate>Mon, 23 Jan 2006 04:57:49 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>johnnix</dc:creator>
        <guid isPermaLink="false">2977@/en/discussions</guid>
        <description><![CDATA[Hello all,<br />
<br />
I just begun using FreeReports and I realize that is much better than QReports. I wish to know if FastReports 3.0 support TeeCharts the same way QReports do. I nned to know this before I proceed buying the component.<br />
<br />
Thank you very much for your help.]]>
        </description>
    </item>
    <item>
        <title>master-detail report</title>
        <link>https://forum.fast-report.com/en/discussion/2959/master-detail-report</link>
        <pubDate>Tue, 17 Jan 2006 04:31:40 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>HweLoung</dc:creator>
        <guid isPermaLink="false">2959@/en/discussions</guid>
        <description><![CDATA[ i'm new user using fast report 3 in delphi 7<br />
i have succeed to make master-detail report by using table  but<br />
i have trouble to make it by using query.<br />
How to link detail query to master query?<br />
i have linked the  detail query's datasource to master query's datasource<br />
but the report still does't link to master query.<br />
what i have miss? pls help<br />
<br />
]]>
        </description>
    </item>
    <item>
        <title>CursorPos  to Control Height</title>
        <link>https://forum.fast-report.com/en/discussion/14008/cursorpos-to-control-height</link>
        <pubDate>Wed, 08 Feb 2017 10:45:55 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>mxkings</dc:creator>
        <guid isPermaLink="false">14008@/en/discussions</guid>
        <description><![CDATA[<br />
I want  Click Preview Screen to Modify Control Height.<br />
when frxReport1.PreviewOptions.ZoomMode:=zmWholePage effect is not good<br />
Contorl Height value not  what I wantï¼ŒTroubled me for a long timeã€‚<br />
I uploaded a GIF hope to see to understand<br />
thx<br />
<br />
<br />
<br />
]]>
        </description>
    </item>
    <item>
        <title>Negative Function</title>
        <link>https://forum.fast-report.com/en/discussion/3502/negative-function</link>
        <pubDate>Fri, 04 Aug 2006 01:50:02 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>omik_1</dc:creator>
        <guid isPermaLink="false">3502@/en/discussions</guid>
        <description><![CDATA[how do I negate an number?<br />
<br />
I am memo I put [NOT(4)] and the result is -5<br />
I was especting to get -4<br />
<br />
Please comment.<br />
<br />
Best regards]]>
        </description>
    </item>
    <item>
        <title>Diy FastReport Print Height</title>
        <link>https://forum.fast-report.com/en/discussion/13909/diy-fastreport-print-height</link>
        <pubDate>Sun, 25 Dec 2016 08:14:45 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>mxkings</dc:creator>
        <guid isPermaLink="false">13909@/en/discussions</guid>
        <description><![CDATA[I want select height not print , This can print multiple times<br />
<br />
one page I can select height not print<br />
<br />
I do not know how to achieve, I want consult it]]>
        </description>
    </item>
    <item>
        <title>Printing lines to fill empty space on the bottom of the page between masterdata and pagefooter bands</title>
        <link>https://forum.fast-report.com/en/discussion/13757/printing-lines-to-fill-empty-space-on-the-bottom-of-the-page-between-masterdata-and-pagefooter-bands</link>
        <pubDate>Wed, 12 Oct 2016 16:52:25 +0000</pubDate>
        <category>FastReport 3.0</category>
        <dc:creator>joskona</dc:creator>
        <guid isPermaLink="false">13757@/en/discussions</guid>
        <description><![CDATA[<br />
My masterdata band has stretched property set to True. In masterdata band every field has vertical frame lines.<br />
<br />
If amount of records is several pages or longer, I want at the end of each page if another record can not fit on the same page that free space between masterdata band and pagefooter band to have lines stretching to the pagefooter.<br />
<br />
In order to do that I have child band &quot;ChildFrameLines&quot; which purpose is to draw lines and fill the empty space between masterdata and pagefooter.<br />

<pre><code>procedure MasterData1OnAfterPrint(Sender: TfrxComponent);
begin
Â Â if Engine.Freespace &lt; MasterData1.Height then
Â Â Â Â Engine.Showband(ChildFrameLines);
end;

procedure ChildFrameLinesOnAfterCalcHeight(Sender: TfrxComponent);
begin
Â Â ChildFrameLines.Height := Engine.Freespace;
end;
</code></pre>
<br />
This code does the job except in one case.<br />
<br />
Let's say the last record on the page (10th data record) didn't have need to strech and the first record on next page (11th data record) requires the master data band to stretch itself to show all the data.<br />
<br />
What happens is that after the report prints the last record on the page it goes to MasterData1OnAfterPrint event and checks whether to showband ChildFrameLines.<br />
<br />
It says that masterdata1.height (of the 10th record) is bigger then Engine.Freespace and it does not show ChildFrameLines. Since the 11th record is strecthing masterdata band it goes to the next page and ChildFrameLines was not called when it should of been.<br />
<br />
Any help appreciated.<br />
]]>
        </description>
    </item>
   </channel>
</rss>
