<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to get the �??queried�?� value from attribute table and put it in a textbox? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-the-queried-value-from-attribute-table/m-p/760285#M20143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could use &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/Search_Method/0025000008p4000000/"&gt;ITable::Search&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/Search_Method/0025000002t9000000/"&gt;IFeatureClass::Search&lt;/A&gt;&lt;SPAN&gt; with a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/QueryFilterClass_Class/002500000n22000000/"&gt;QueryFilter&lt;/A&gt;&lt;SPAN&gt; that has a defined where clause with the value you have entered for owner_ID; for example ("owner_ID = " &amp;amp; textBoxValue). Once the cursor is created you could loop through the returned rows and provide the returned value(s) to your UI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/vba_desktop/conceptualhelp/index.html#/How_to_perform_an_attribute_query/0001000000p8000000/"&gt;How to perform an attribute query&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Querying_geodatabase_tables/000100000146000000/"&gt;Querying geodatabase tables&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2012 18:15:07 GMT</pubDate>
    <dc:creator>JohnHauck</dc:creator>
    <dc:date>2012-02-07T18:15:07Z</dc:date>
    <item>
      <title>How to get the ???queried??? value from attribute table and put it in a textbox?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-the-queried-value-from-attribute-table/m-p/760284#M20142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am new in VBA, I have a problem about querying an attribute table....:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a table of a layer (wish.shp) with the fields: owner_ID, Value, Area.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I made 3 textboxes in a userform, I input the owner_ID, in one textbox, I want to get the corresponding value and area and display in other textboxes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;does anybody know how to do it ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 14:55:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-the-queried-value-from-attribute-table/m-p/760284#M20142</guid>
      <dc:creator>EmmaOlsson</dc:creator>
      <dc:date>2012-02-07T14:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the �??queried�?� value from attribute table and put it in a textbox?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-the-queried-value-from-attribute-table/m-p/760285#M20143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could use &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/Search_Method/0025000008p4000000/"&gt;ITable::Search&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/Search_Method/0025000002t9000000/"&gt;IFeatureClass::Search&lt;/A&gt;&lt;SPAN&gt; with a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/QueryFilterClass_Class/002500000n22000000/"&gt;QueryFilter&lt;/A&gt;&lt;SPAN&gt; that has a defined where clause with the value you have entered for owner_ID; for example ("owner_ID = " &amp;amp; textBoxValue). Once the cursor is created you could loop through the returned rows and provide the returned value(s) to your UI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/vba_desktop/conceptualhelp/index.html#/How_to_perform_an_attribute_query/0001000000p8000000/"&gt;How to perform an attribute query&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Querying_geodatabase_tables/000100000146000000/"&gt;Querying geodatabase tables&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 18:15:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-the-queried-value-from-attribute-table/m-p/760285#M20143</guid>
      <dc:creator>JohnHauck</dc:creator>
      <dc:date>2012-02-07T18:15:07Z</dc:date>
    </item>
  </channel>
</rss>

