<?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>Open Query Builder — FastReport Forum</title>
        <link>https://forum.fast-report.com/en/</link>
        <pubDate>Thu, 14 May 2026 16:55:07 +0000</pubDate>
        <language>en</language>
            <description>Open Query Builder — FastReport Forum</description>
    <atom:link href="https://forum.fast-report.com/en/categories/open-query-builder/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Dynamically update/assign @parameter in query</title>
        <link>https://forum.fast-report.com/en/discussion/16576/dynamically-update-assign-parameter-in-query</link>
        <pubDate>Sat, 13 Feb 2021 03:15:55 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>jungsjan</dc:creator>
        <guid isPermaLink="false">16576@/en/discussions</guid>
        <description><![CDATA[<p>Hi,</p><p>I&#39;ve got a query which passes correctly in mysql.</p><p>Problematic in FastReport query window is:</p><p>...</p><p>@SecI := t.TimestampCol AS ChangeTime</p><p>...</p><p>This line is not a static parameter assignment but its being used as a dynamically updated variable for:</p><p>IF(@SecI = 0, 0, TIMESTAMPDIFF(SECOND, @SecI, t.TimestampCol)) AS SecI </p><p>@SecI is initialized in the query as: SELECT @SecI := 0</p><p><br /></p><p>Both cases of using &quot;:=&quot; (colon-equal-sign- /assignment-) operator together with @ (at-operator) operator result in an error.</p><p>On &quot;define parameter&quot; page within FastReport query wizard @SecI is defined as double with default value zero.</p><p>I could probably go with:</p><p>1) &quot;Expression&quot; an create my &quot;@SecI := t...&quot; dataset elsewhere and reference it my original query</p><p>2) Rewrite the query to calculate SecI differently</p><p>But: I am interested in this specific self-consistent implementation.</p><p>Do you have any suggestions how to syntactically write this in a FastReport compatible way using the (&quot;:=&quot;) assignment operator?</p><p><br /></p><p>Kind regards</p><p> JJ</p>]]>
        </description>
    </item>
    <item>
        <title>QBuilder modified to support &amp;quot;inner joins&amp;quot;</title>
        <link>https://forum.fast-report.com/en/discussion/1189/qbuilder-modified-to-support-quot-inner-joins-quot</link>
        <pubDate>Mon, 20 Sep 2004 10:52:01 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>rodries</dc:creator>
        <guid isPermaLink="false">1189@/en/discussions</guid>
        <description><![CDATA[Hi<br />
<br />
I've modified QBuilder to support inner joins and links correctly<br />
Where can I sebd modifications to review and merge in future versions?<br />
<br />
Regards]]>
        </description>
    </item>
    <item>
        <title>Open QBuilder converted for Lazarus - Laz Query Builder</title>
        <link>https://forum.fast-report.com/en/discussion/10105/open-qbuilder-converted-for-lazarus-laz-query-builder</link>
        <pubDate>Fri, 15 Feb 2013 13:54:10 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>jepafi</dc:creator>
        <guid isPermaLink="false">10105@/en/discussions</guid>
        <description><![CDATA[I created a modified version of the Open Query Builder to compile in Lazarus. It's working perfectly, with all the resources in Windows and Linux GTK2 and QT. I created also an enginer to connect with a suite of components ZEOS.<br />
<br />
I wonder if you have any objections to what I did? And what you allow me to do with the modified code?<br />
<br />
Link to Laz Query builder: <a href="https://github.com/jepafi/Laz_Query_Builder" rel="nofollow"> https://github.com/jepafi/Laz_Query_Builder</a><br />
<br />
Discussion what is happening in Lazarus forum: <a href="http://www.lazarus.freepascal.org/index.php/topic" rel="nofollow"> http://www.lazarus.freepascal.org/index.php/topic</a>, 19927.0.html]]>
        </description>
    </item>
    <item>
        <title>Dialog problems</title>
        <link>https://forum.fast-report.com/en/discussion/2702/dialog-problems</link>
        <pubDate>Wed, 12 Oct 2005 13:40:34 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>cinnamon</dc:creator>
        <guid isPermaLink="false">2702@/en/discussions</guid>
        <description><![CDATA[ Hi,<br />
I am very new to FR, in fact I am a 4 Hour old user.<br />
I have succesfully craeted a report accessing data from my Interbase database.<br />
<br />
I have added a From Date and To Date selection where I want the data viewed in my report to range from &amp; include the From Date as selected up to and including the To Date as selected.<br />
<br />
I would also like the &quot;DateEdit control&quot; to default to the date of the day and not stick to the date that I designed the report on.<br />
<br />
Any suggestions for a SQL query?]]>
        </description>
    </item>
    <item>
        <title>OQBuilder with Where implementation</title>
        <link>https://forum.fast-report.com/en/discussion/418/oqbuilder-with-where-implementation</link>
        <pubDate>Wed, 18 Feb 2004 11:40:48 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>FRNL</dc:creator>
        <guid isPermaLink="false">418@/en/discussions</guid>
        <description><![CDATA[ Hi all,<br />
<br />
After sending a couple of mail messages about this:<br />
<br />
I have an adapted version of OQBuilder available to submit to FastReport. It has two extra functionalities:<br />
<br />
1. New engine to support Zeoslib components<br />
2. Added where support with field and value selection dialog to get working SQL out of it.<br />
<br />
Where to send the sources?<br />
<br />
Regards,<br />
Teo]]>
        </description>
    </item>
    <item>
        <title>Licence Question Open Query Builder</title>
        <link>https://forum.fast-report.com/en/discussion/2998/licence-question-open-query-builder</link>
        <pubDate>Mon, 30 Jan 2006 10:30:34 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>duabrunner</dc:creator>
        <guid isPermaLink="false">2998@/en/discussions</guid>
        <description><![CDATA[Hello,<br />
<br />
is it allowed to modify the OpenQueryBuilder-Code<br />
and use it in a commercial app?<br />
<br />
Sincerely,<br />
<br />
duabr]]>
        </description>
    </item>
    <item>
        <title>Fast Query Buider</title>
        <link>https://forum.fast-report.com/en/discussion/2631/fast-query-buider</link>
        <pubDate>Wed, 21 Sep 2005 10:48:23 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>Colin McIver</dc:creator>
        <guid isPermaLink="false">2631@/en/discussions</guid>
        <description><![CDATA[ Has anyone the created code required for DBISAM engine for Fast Query Buider?<br />
<br />
I've tried with no success.]]>
        </description>
    </item>
    <item>
        <title>Fast Query Builder and BCB 5/IBO</title>
        <link>https://forum.fast-report.com/en/discussion/2613/fast-query-builder-and-bcb-5-ibo</link>
        <pubDate>Wed, 14 Sep 2005 13:16:17 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>Bernd</dc:creator>
        <guid isPermaLink="false">2613@/en/discussions</guid>
        <description><![CDATA[ Hi,<br />
I am a newbie on using FastReport3.<br />
<br />
I want to use FastReport with the Fast QueryBuilder on<br />
the Borland C++ Builder 5 and IBObjects.<br />
<br />
Got problems on finding the beginning.<br />
How to use/start the Fast QueryBuilder?<br />
Looking out for documentation but nothing found.<br />
<br />
Any experiences out there?<br />
<br />
<img src="https://forum.fast-report.com/en/resources/emoji/wink.png" title=";)" alt=";)" height="20" /> ]]>
        </description>
    </item>
    <item>
        <title>Loading of files and tables</title>
        <link>https://forum.fast-report.com/en/discussion/2386/loading-of-files-and-tables</link>
        <pubDate>Thu, 30 Jun 2005 20:45:03 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>barry</dc:creator>
        <guid isPermaLink="false">2386@/en/discussions</guid>
        <description><![CDATA[ I purchased a copy of query builder and simply wanted to load the tables and fields using using a web service.  Has any do this as of yet?  Just curious.]]>
        </description>
    </item>
    <item>
        <title>Dif between Open and Purchaed QB</title>
        <link>https://forum.fast-report.com/en/discussion/2348/dif-between-open-and-purchaed-qb</link>
        <pubDate>Wed, 22 Jun 2005 12:34:23 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>barry</dc:creator>
        <guid isPermaLink="false">2348@/en/discussions</guid>
        <description><![CDATA[Can someone tell be what's the difference between the open version of QB and the purchased QB?  I need a version that will run on D2005 and will allow me to add my own db connection - web services.  I need to populate the tables and fields through a web service call so I'll need to build this method.  Does the purchased copy give you source?  Any help would be appreciated.]]>
        </description>
    </item>
    <item>
        <title>AV: when selecting a field</title>
        <link>https://forum.fast-report.com/en/discussion/17/av-when-selecting-a-field</link>
        <pubDate>Fri, 17 Oct 2003 14:06:32 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>manny2463</dc:creator>
        <guid isPermaLink="false">17@/en/discussions</guid>
        <description><![CDATA[I installed OQB on delphi6.  I compiled the bde demo and run it.<br />
When I try to select a field from a table to be include in the sql statement<br />
I get an AV at the line below. ( see  ***** AV: HERE *******)<br />
<br />
procedure TOQBLbx.ClickCheck;<br />
var<br />
iCol: Integer;<br />
begin<br />
inherited;<br />
if FLoading then<br />
Exit;<br />
<br />
if Checked[ItemIndex] then<br />
begin<br />
TOQBForm(GetParentForm(Self)).QBGrid.Insert(  // ***** AV: HERE *******<br />
TOQBForm(GetParentForm(Self)).QBGrid.ColCount,<br />
Items[ItemIndex], TOQBTable(Parent).FTableName);<br />
end<br />
<br />
<br />
<br />
]]>
        </description>
    </item>
    <item>
        <title>any news on a OQB update?</title>
        <link>https://forum.fast-report.com/en/discussion/2305/any-news-on-a-oqb-update</link>
        <pubDate>Tue, 07 Jun 2005 05:15:22 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>snorkel</dc:creator>
        <guid isPermaLink="false">2305@/en/discussions</guid>
        <description><![CDATA[Anyone know if a new release is coming soon?]]>
        </description>
    </item>
    <item>
        <title>Qbuilder still alive?</title>
        <link>https://forum.fast-report.com/en/discussion/2148/qbuilder-still-alive</link>
        <pubDate>Mon, 25 Apr 2005 18:55:41 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>snorkel</dc:creator>
        <guid isPermaLink="false">2148@/en/discussions</guid>
        <description><![CDATA[Is open qbuilder still alive?<br />
]]>
        </description>
    </item>
    <item>
        <title>Install problem ADO engine</title>
        <link>https://forum.fast-report.com/en/discussion/1805/install-problem-ado-engine</link>
        <pubDate>Thu, 20 Jan 2005 13:16:43 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>Willeboer</dc:creator>
        <guid isPermaLink="false">1805@/en/discussions</guid>
        <description><![CDATA[ I'm trying to install ADO engine.  I'm doing the following (Borland C++ Builder 5):<br />
<br />
Install component into existing package, selecting package OQB50.bpk, selecting module QBEADOReg.pas.<br />
<br />
Include and Lib paths all point to the correct places to include everything in sight, but I get the error:<br />
<br />
Cannot load package &quot;OQB50&quot;. It contains unit &quot;AdoInt,&quot;, which is also contained in package &quot;vclado50&quot;<br />
<br />
Any ideas on how to resolve this?<br />
<br />
]]>
        </description>
    </item>
    <item>
        <title>located serious bug and have solution</title>
        <link>https://forum.fast-report.com/en/discussion/1432/located-serious-bug-and-have-solution</link>
        <pubDate>Mon, 01 Nov 2004 23:19:17 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>snorkel</dc:creator>
        <guid isPermaLink="false">1432@/en/discussions</guid>
        <description><![CDATA[There is a serious bug in the latet QB.<br />
<br />
In the following proc:<br />
<br />
procedure TOQBTable._CloseBtn(Sender: TObject);<br />
begin<br />
<br />
TOQBArea(Parent).UnlinkTable(Self);<br />
TOQBForm(GetParentForm(Self)).QBGrid.RemoveColumn4Tbl(FTableName);<br />
Parent.RemoveControl(Self);<br />
free;<br />
end;<br />
<br />
The free is causing a access violation because you are freeing the container of the close button while you are still in the close buttons close event.<br />
<br />
I am not sure what would be the best way for a permenant fix, but I came up with this<br />
<br />
procedure TOQBTable._CloseBtn(Sender: TObject);<br />
begin<br />
try<br />
TOQBArea(Parent).UnlinkTable(Self);<br />
TOQBForm(GetParentForm(Self)).QBGrid.RemoveColumn4Tbl(FTableName);<br />
Parent.RemoveControl(Self);<br />
postmessage(mainform.Handle,DM_CLOSETABLE,integer(self),integer(self));<br />
except<br />
on e:exception do<br />
showmessage(e.Message);<br />
end;<br />
<br />
end;<br />
<br />
I send the integer value of the toqbtable via post message to the main form where I free it and then the AV is gone.<br />
<br />
I am not sure how to solve this without using a windows message.<br />
<br />
Any ideas?<br />
<br />
Thanks,<br />
<br />
snorkel<br />
]]>
        </description>
    </item>
    <item>
        <title>bug in Qbuilder</title>
        <link>https://forum.fast-report.com/en/discussion/1431/bug-in-qbuilder</link>
        <pubDate>Mon, 01 Nov 2004 22:09:20 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>snorkel</dc:creator>
        <guid isPermaLink="false">1431@/en/discussions</guid>
        <description><![CDATA[ Hi,<br />
I just downloaded the latest qbuilder (4.01) and thereis a bug when you close inserted tables, not everytime and it seems to be the last one left that causes it.<br />
basicly a AV pops up  complaining about a illegal operation on memory bla bla<br />
<br />
The error occurs on the compiled BDE demo that is included.<br />
<br />
If anyone has found the solution please let me know.<br />
<br />
So far I have not been able to track it down.<br />
<br />
Thanks,<br />
<br />
Snorkel]]>
        </description>
    </item>
    <item>
        <title>QueryBuild in way Designer</title>
        <link>https://forum.fast-report.com/en/discussion/1409/querybuild-in-way-designer</link>
        <pubDate>Fri, 29 Oct 2004 12:38:45 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>luciano_f</dc:creator>
        <guid isPermaLink="false">1409@/en/discussions</guid>
        <description><![CDATA[It would be interesting that the component that QueryBuilder to work in designer way now he only works in runtime way, and it would be great if he began to work<br />
with querys in way designer in the you go of the delphi.<br />
<br />
<br />
You could program her to do that.<br />
Thankful.<br />
Luciano Fran?§a.<br />
]]>
        </description>
    </item>
    <item>
        <title>FIB Support</title>
        <link>https://forum.fast-report.com/en/discussion/646/fib-support</link>
        <pubDate>Sat, 01 May 2004 15:42:34 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>loufeliz</dc:creator>
        <guid isPermaLink="false">646@/en/discussions</guid>
        <description><![CDATA[Hello,<br />
<br />
As part of FR 2.52 install, I am enabling OQB and I would like to use it with latest release of FIB. Package does not want to compile, anyone succesful at getting package loaded.  The BDE one works fine as is expected.<br />
<br />
- Lou]]>
        </description>
    </item>
    <item>
        <title>Open Query Builder &amp;amp; FastReports</title>
        <link>https://forum.fast-report.com/en/discussion/565/open-query-builder-amp-fastreports</link>
        <pubDate>Mon, 05 Apr 2004 21:39:15 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>brekhof</dc:creator>
        <guid isPermaLink="false">565@/en/discussions</guid>
        <description><![CDATA[ It looks like my FR 2.51 already contains a part of OQB (if so, where)? Is there a way to have the functionality of OQB surface to the end-user or if this only possible if you do not user FR (which I can not imagine, makes no sense).<br />
<br />
regards,<br />
Martin]]>
        </description>
    </item>
    <item>
        <title>Install Problem:</title>
        <link>https://forum.fast-report.com/en/discussion/242/install-problem</link>
        <pubDate>Wed, 24 Dec 2003 11:58:29 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>wkuehnis</dc:creator>
        <guid isPermaLink="false">242@/en/discussions</guid>
        <description><![CDATA[ I am trying to install the Open Query Builder packages into Delphi 7 along side FastReport 2.51.<br />
<br />
I am getting the following error:<br />
<br />
Cannot load package 'OQB70.' It contains unit 'QBAbout, ' which is also contained in package 'FR7'.<br />
<br />
Any suggestions?]]>
        </description>
    </item>
    <item>
        <title>Configure to use with DBISAM</title>
        <link>https://forum.fast-report.com/en/discussion/29/configure-to-use-with-dbisam</link>
        <pubDate>Mon, 20 Oct 2003 18:45:29 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>msalinas</dc:creator>
        <guid isPermaLink="false">29@/en/discussions</guid>
        <description><![CDATA[What are the steps to configure OPB to work with DBISAM Tables?<br />
<br />
Any Information will be appreciated.<br />
<br />
Regards.]]>
        </description>
    </item>
    <item>
        <title>Conflict With FR2.51?</title>
        <link>https://forum.fast-report.com/en/discussion/151/conflict-with-fr2-51</link>
        <pubDate>Fri, 21 Nov 2003 10:37:48 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>neillans</dc:creator>
        <guid isPermaLink="false">151@/en/discussions</guid>
        <description><![CDATA[I am trying to install the Open Query Builder packages into Delphi 7 along side FastReport 2.51.<br />
<br />
I am getting the following error:<br />
<br />
Cannot load package 'OQB70.' It contains unit 'QBAbout, ' which is also contained in package 'FR7'.<br />
<br />
Any suggestions?]]>
        </description>
    </item>
    <item>
        <title>FIB+</title>
        <link>https://forum.fast-report.com/en/discussion/20/fib</link>
        <pubDate>Fri, 17 Oct 2003 16:23:51 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>eballinas</dc:creator>
        <guid isPermaLink="false">20@/en/discussions</guid>
        <description><![CDATA[ Just a copy from the delphi error when I am trying to install the package:<br />
[Fatal Error] OQBFIB60.dpk(33): Required package 'ascstd' not found]]>
        </description>
    </item>
    <item>
        <title>Welcome&amp;#33;</title>
        <link>https://forum.fast-report.com/en/discussion/15/welcome-33</link>
        <pubDate>Fri, 17 Oct 2003 13:21:00 +0000</pubDate>
        <category>Open Query Builder</category>
        <dc:creator>Samuray</dc:creator>
        <guid isPermaLink="false">15@/en/discussions</guid>
        <description><![CDATA[Welcome to our new forum!]]>
        </description>
    </item>
   </channel>
</rss>
