<?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: List attributes (fields) of a shapefile and SUM the selected fields in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/list-attributes-fields-of-a-shapefile-and-sum-the/m-p/424838#M11468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you - do you have a code that I can use or pointers for me? (i really am quite new)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Meg&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 May 2011 13:49:59 GMT</pubDate>
    <dc:creator>MeghanAlexander1</dc:creator>
    <dc:date>2011-05-30T13:49:59Z</dc:date>
    <item>
      <title>List attributes (fields) of a shapefile and SUM the selected fields</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/list-attributes-fields-of-a-shapefile-and-sum-the/m-p/424834#M11464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have 2 listboxes listing the fields in a shape file (the same shape file in fact)- the user will select a field from each. Then, I want the user to be able to select a command button which adds these 2 fields together and displays the result. I think this will need a cursor to correctly label the selected field (row) with the rows value - but how?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(vba arcgis 9.3)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Meg&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 May 2011 13:09:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/list-attributes-fields-of-a-shapefile-and-sum-the/m-p/424834#M11464</guid>
      <dc:creator>MeghanAlexander1</dc:creator>
      <dc:date>2011-05-28T13:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: List attributes (fields) of a shapefile and SUM the selected fields</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/list-attributes-fields-of-a-shapefile-and-sum-the/m-p/424835#M11465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dim A as integer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim B as integer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim C as Integer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A = Listbox1.object&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B = Listbox2.object&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C = A+B&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;msgbox C&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shiva&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2011 06:08:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/list-attributes-fields-of-a-shapefile-and-sum-the/m-p/424835#M11465</guid>
      <dc:creator>shivagugila</dc:creator>
      <dc:date>2011-05-30T06:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: List attributes (fields) of a shapefile and SUM the selected fields</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/list-attributes-fields-of-a-shapefile-and-sum-the/m-p/424836#M11466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please can someone reply to this - i'm new to VB but i'm sure this is relatively simple. I just don't know how to do it myself!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you know the answer please reply...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best, meg&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2011 12:58:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/list-attributes-fields-of-a-shapefile-and-sum-the/m-p/424836#M11466</guid>
      <dc:creator>MeghanAlexander1</dc:creator>
      <dc:date>2011-05-30T12:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: List attributes (fields) of a shapefile and SUM the selected fields</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/list-attributes-fields-of-a-shapefile-and-sum-the/m-p/424837#M11467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Frist, Populate the shape fields in both listbox. When you select the frist list box (get the selected item name and index). same case do with the another list box. finally add the both string and display any where (may be textbox). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bye&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2011 13:19:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/list-attributes-fields-of-a-shapefile-and-sum-the/m-p/424837#M11467</guid>
      <dc:creator>Dr__Ajay_SinghTomar</dc:creator>
      <dc:date>2011-05-30T13:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: List attributes (fields) of a shapefile and SUM the selected fields</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/list-attributes-fields-of-a-shapefile-and-sum-the/m-p/424838#M11468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you - do you have a code that I can use or pointers for me? (i really am quite new)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Meg&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2011 13:49:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/list-attributes-fields-of-a-shapefile-and-sum-the/m-p/424838#M11468</guid>
      <dc:creator>MeghanAlexander1</dc:creator>
      <dc:date>2011-05-30T13:49:59Z</dc:date>
    </item>
  </channel>
</rss>

