<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>IBObjects at Yahoo! Groups</title>
    <link>http://groups.yahoo.com/group/IBObjects/</link>
    <description>IB Objects support list</description>

    <item>
      <title>Re: Procedure and TIB_DSQL</title>
      <pubDate>Wed, 19 Jun 2013 20:12:07 GMT</pubDate>
      <dc:creator>Helen Borrie</dc:creator>
      <link>http://groups.yahoo.com/group/IBObjects/message/46900</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/IBObjects/message/46900</guid>
      <description>... Pass input parameters in the Params array, read output parameters in the Fields array. Assuming the procedure header is create procedure</description>
    </item>
    <item>
      <title>Re: Procedure and TIB_DSQL</title>
      <pubDate>Wed, 19 Jun 2013 19:05:05 GMT</pubDate>
      <dc:creator>Alexandre</dc:creator>
      <link>http://groups.yahoo.com/group/IBObjects/message/46899</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/IBObjects/message/46899</guid>
      <description>Thanks Kostas, but I am not using IB_Query but TIB_DSQL. Do you know how do this with TIB_DSQL ? From: Kostas Rizoudis Sent: Wednesday, June 19, 2013 3:37 PM </description>
    </item>
    <item>
      <title>Re: Procedure and TIB_DSQL</title>
      <pubDate>Wed, 19 Jun 2013 18:37:10 GMT</pubDate>
      <dc:creator>Kostas Rizoudis</dc:creator>
      <link>http://groups.yahoo.com/group/IBObjects/message/46898</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/IBObjects/message/46898</guid>
      <description>Hi Alexandre, or use IB_Cursor that is better then IB_Query IB_Cursor.sql.clear; IB_Cursor.sql.add(&#39;SELECT total&#39;); IB_Cursor.sql.add(&#39;FROM</description>
    </item>
    <item>
      <title>Re: Procedure and TIB_DSQL</title>
      <pubDate>Wed, 19 Jun 2013 18:33:52 GMT</pubDate>
      <dc:creator>Kostas Rizoudis</dc:creator>
      <link>http://groups.yahoo.com/group/IBObjects/message/46897</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/IBObjects/message/46897</guid>
      <description>Hi Alexandre, IB_Query.sql.clear; IB_Query.sql.add(&#39;SELECT total&#39;); IB_Query.sql.add(&#39;FROM PRO_PROJETOSCOUNT(InputParam1, InputParamX)&#39;); IB_Query.first; </description>
    </item>
    <item>
      <title>Procedure and TIB_DSQL</title>
      <pubDate>Wed, 19 Jun 2013 16:34:53 GMT</pubDate>
      <dc:creator>Alexandre</dc:creator>
      <link>http://groups.yahoo.com/group/IBObjects/message/46896</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/IBObjects/message/46896</guid>
      <description>Hi Guys, I need to know how works TIB_DSQL. For example if I have a SP like this: begin select count(projetos_id) from tb_projetos where projetos_status&gt;=0 </description>
    </item>
    <item>
      <title>AW: Current record lost on sorting by a column in TIB_Grid</title>
      <pubDate>Tue, 18 Jun 2013 15:16:55 GMT</pubDate>
      <dc:creator>Thomas Lenders</dc:creator>
      <link>http://groups.yahoo.com/group/IBObjects/message/46895</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/IBObjects/message/46895</guid>
      <description>I found out that the property &quot;AutoFetchAll&quot; was FALSE leading to the kind of erratic jumping around of the current record. I am still thinking about wether</description>
    </item>
    <item>
      <title>AW: Current record lost on sorting by a column in TIB_Grid</title>
      <pubDate>Tue, 18 Jun 2013 08:30:57 GMT</pubDate>
      <dc:creator>Thomas Lenders</dc:creator>
      <link>http://groups.yahoo.com/group/IBObjects/message/46894</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/IBObjects/message/46894</guid>
      <description>Well, the RefreshAction is set to &quot;KeepDataPosOrRowNum&quot; .. which setting is actually the correct one if I want to keep the current record selected after</description>
    </item>
    <item>
      <title>Re: Current record lost on sorting by a column in TIB_Grid</title>
      <pubDate>Tue, 18 Jun 2013 06:31:53 GMT</pubDate>
      <dc:creator>Svein Erling Tysvær</dc:creator>
      <link>http://groups.yahoo.com/group/IBObjects/message/46893</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/IBObjects/message/46893</guid>
      <description>Check your KeyLinks and RefreshAction, if KeyLinks isn&#39;t set (or incorrectly set), then IBO doesn&#39;t know how to distinguish the rows from each other and cannot</description>
    </item>
    <item>
      <title>Re: IBO 4.8.7 to IBO 5.2.0 6</title>
      <pubDate>Mon, 17 Jun 2013 20:57:05 GMT</pubDate>
      <dc:creator>Robert Martin</dc:creator>
      <link>http://groups.yahoo.com/group/IBObjects/message/46892</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/IBObjects/message/46892</guid>
      <description>Hi Sven I had no idea you could use the double quotes in the FieldByName() call!!  guess that&#39;s becuase I never had to in the past.  Yes the field is defined</description>
    </item>
    <item>
      <title>Current record lost on sorting by a column in TIB_Grid</title>
      <pubDate>Mon, 17 Jun 2013 16:02:35 GMT</pubDate>
      <dc:creator>Thomas Lenders</dc:creator>
      <link>http://groups.yahoo.com/group/IBObjects/message/46891</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/IBObjects/message/46891</guid>
      <description>Hello group, Something I did in an application using IBO 4.9.14 Build 55 caused a strange &quot;feature&quot;, which is that when clicking on a column header to sort by</description>
    </item>
    <item>
      <title>Re: IBO 4.8.7 to IBO 5.2.0 6</title>
      <pubDate>Mon, 17 Jun 2013 05:58:29 GMT</pubDate>
      <dc:creator>Svein Erling Tysvær</dc:creator>
      <link>http://groups.yahoo.com/group/IBObjects/message/46890</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/IBObjects/message/46890</guid>
      <description>... But is the field defined as &quot;Rows&quot; or &quot;ROWS&quot; in Firebird? I would assume Query.FieldByName(&#39;Rows&#39;).AsInteger to match &quot;ROWS&quot;, to make it match &quot;Rows&quot;, I&#39;d</description>
    </item>
    <item>
      <title>Re: IBO 4.8.7 to IBO 5.2.0 6</title>
      <pubDate>Sun, 16 Jun 2013 21:08:09 GMT</pubDate>
      <dc:creator>Robert Martin</dc:creator>
      <link>http://groups.yahoo.com/group/IBObjects/message/46889</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/IBObjects/message/46889</guid>
      <description>Hi Helen Thanks.  I understand the issues and agree that generally reserved words should be avoided like the plague.  The only fields that are quoted in our DB</description>
    </item>
    <item>
      <title>Blob Loading in IB_SQL interface</title>
      <pubDate>Sun, 16 Jun 2013 04:43:04 GMT</pubDate>
      <dc:creator>jwcane2003</dc:creator>
      <link>http://groups.yahoo.com/group/IBObjects/message/46888</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/IBObjects/message/46888</guid>
      <description>Sorry, new to BLOBs. Would you please point me to a basic discussion of what it means to load content into the BLOB column of a FB table using IB_SQL and,</description>
    </item>
    <item>
      <title>Re: tib_lookupcombo problem</title>
      <pubDate>Fri, 14 Jun 2013 05:18:34 GMT</pubDate>
      <dc:creator>russellbelding</dc:creator>
      <link>http://groups.yahoo.com/group/IBObjects/message/46887</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/IBObjects/message/46887</guid>
      <description>My description below is almost corect and is incomplete. My discovery was incomplete. Focus was taken from my TIB_LookupCombo boxes when they exercised</description>
    </item>
    <item>
      <title>Re: IBO 4.8.7 to IBO 5.2.0 6</title>
      <pubDate>Fri, 14 Jun 2013 01:08:18 GMT</pubDate>
      <dc:creator>Helen Borrie</dc:creator>
      <link>http://groups.yahoo.com/group/IBObjects/message/46886</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/IBObjects/message/46886</guid>
      <description>... Yes, I would *not* recommend defining columns that use quoted keywords as case-sensitive.  Define them in upper case and, in some conditions, they will</description>
    </item>

  </channel>
</rss>
<!-- rss2.grp.bf1.yahoo.com uncompressed Wed Jun 19 15:17:20 PDT 2013 -->
