<?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: TableSort Ascending change 10.3 -&amp;gt;10.4 in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/tablesort-ascending-change-10-3-gt-10-4/m-p/158478#M4167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darrell, I'm not sure about a timeline for the fix, but you'll want to use VS 2013 in the meantime to compile your code. The method should work the same way it worked in 10.3.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2016 15:15:28 GMT</pubDate>
    <dc:creator>FreddieGibson</dc:creator>
    <dc:date>2016-09-15T15:15:28Z</dc:date>
    <item>
      <title>TableSort Ascending change 10.3 -&gt;10.4</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/tablesort-ascending-change-10-3-gt-10-4/m-p/158475#M4164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have upgraded an application from 10.3 to 10.4 and now get the following error -&lt;/P&gt;&lt;P&gt;BC30643&amp;nbsp;Property 'ESRI.ArcGIS.Geodatabase.ITableSort.Ascending(Field As Boolean)' is of an unsupported type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Per the documentation @ &lt;A href="http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#52284974-38c8-4272-b5a2-f56f38ad94a2.htm"&gt;http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#52284974-38c8-4272-b5a2-f56f38ad94a2.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for tableSort.Ascending&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[VB.NET]&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;' Set ascending property with field name and Boolean value. &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;tableSort.Ascending("State_Name")=False &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 10.3&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt;WriteOnly Property &lt;STRONG&gt;Ascending&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Segoe UI; font-size: small;"&gt;(&lt;EM&gt;Field&lt;/EM&gt; As &lt;/SPAN&gt;&lt;SPAN style="; color: #0066cc; text-decoration: underline; font-size: small; font-family: Segoe UI;"&gt;&lt;STRONG&gt;String&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Segoe UI; font-size: small;"&gt;) As &lt;/SPAN&gt;&lt;SPAN style="; color: #0066cc; text-decoration: underline; font-size: small; font-family: Segoe UI;"&gt;&lt;STRONG&gt;Boolean&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt;WriteOnly Property &lt;STRONG&gt;CaseSensitive&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Segoe UI; font-size: small;"&gt;(&lt;EM&gt;Field&lt;/EM&gt; As &lt;/SPAN&gt;&lt;SPAN style="; color: #0066cc; text-decoration: underline; font-size: small; font-family: Segoe UI;"&gt;&lt;STRONG&gt;String&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Segoe UI; font-size: small;"&gt;) As &lt;/SPAN&gt;&lt;SPAN style="; color: #0066cc; text-decoration: underline; font-size: small; font-family: Segoe UI;"&gt;&lt;STRONG&gt;Boolean&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 10.4&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt;WriteOnly Property &lt;STRONG&gt;Ascending&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Segoe UI; font-size: small;"&gt;(&lt;EM&gt;Field&lt;/EM&gt; As &lt;/SPAN&gt;&lt;SPAN style="; color: #0066cc; text-decoration: underline; font-size: small; font-family: Segoe UI;"&gt;&lt;STRONG&gt;Boolean&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Segoe UI; font-size: small;"&gt;) As &lt;/SPAN&gt;&lt;SPAN style="; color: #0066cc; text-decoration: underline; font-size: small; font-family: Segoe UI;"&gt;&lt;STRONG&gt;Boolean&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt;WriteOnly Property &lt;STRONG&gt;CaseSensitive&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Segoe UI; font-size: small;"&gt;(&lt;EM&gt;Field&lt;/EM&gt; As &lt;/SPAN&gt;&lt;SPAN style="; color: #0066cc; text-decoration: underline; font-size: small; font-family: Segoe UI;"&gt;&lt;STRONG&gt;Boolean&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Segoe UI; font-size: small;"&gt;) As &lt;/SPAN&gt;&lt;SPAN style="; color: #0066cc; text-decoration: underline; font-size: small; font-family: Segoe UI;"&gt;&lt;STRONG&gt;Boolean&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This appears to be a bug, but if not can you explain how ITableSort.Ascending is supposed to be used in 10.4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Darell&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 18:58:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/tablesort-ascending-change-10-3-gt-10-4/m-p/158475#M4164</guid>
      <dc:creator>DarellStoick</dc:creator>
      <dc:date>2016-09-14T18:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: TableSort Ascending change 10.3 -&gt;10.4</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/tablesort-ascending-change-10-3-gt-10-4/m-p/158476#M4165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using Visual Studio 2015 by any chance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 13:31:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/tablesort-ascending-change-10-3-gt-10-4/m-p/158476#M4165</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2016-09-15T13:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: TableSort Ascending change 10.3 -&gt;10.4</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/tablesort-ascending-change-10-3-gt-10-4/m-p/158477#M4166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this is with VS 2015 with a Target framework&amp;nbsp;of .Net 4.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like there is a bug already filed for this&lt;/P&gt;&lt;P&gt;-This is a new bug in 10.4 (BUG-000095459). We have Technical Article 000001060 talking about the relevant issues &lt;A href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fsupport.esri.com%2Ftechnical-article%2F000001060" rel="nofollow" target="_blank"&gt;&lt;SPAN style="color: #287433; text-decoration: underline;"&gt;http://support.esri.com/technical-article/000001060&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an estimated&amp;nbsp;timetable for this fix?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 14:00:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/tablesort-ascending-change-10-3-gt-10-4/m-p/158477#M4166</guid>
      <dc:creator>DarellStoick</dc:creator>
      <dc:date>2016-09-15T14:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: TableSort Ascending change 10.3 -&gt;10.4</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/tablesort-ascending-change-10-3-gt-10-4/m-p/158478#M4167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darrell, I'm not sure about a timeline for the fix, but you'll want to use VS 2013 in the meantime to compile your code. The method should work the same way it worked in 10.3.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 15:15:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/tablesort-ascending-change-10-3-gt-10-4/m-p/158478#M4167</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2016-09-15T15:15:28Z</dc:date>
    </item>
  </channel>
</rss>

