<?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: Go to field in table in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/go-to-field-in-table/m-p/1176499#M8173</link>
    <description>&lt;P&gt;Thanks Charles!&lt;/P&gt;</description>
    <pubDate>Mon, 23 May 2022 16:56:14 GMT</pubDate>
    <dc:creator>KisakyeM</dc:creator>
    <dc:date>2022-05-23T16:56:14Z</dc:date>
    <item>
      <title>Go to field in table</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/go-to-field-in-table/m-p/1176017#M8162</link>
      <description>&lt;P&gt;I am writing an addin to go to a specified field when the user types the name of that field into an input text box. I attempted to set tablePane.ActiveColumn = fieldname but this property is read only. How can I allow a user to quickly jump to a given field in a table with hundreds of fields?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;   if (FrameworkApplication.Panes.ActivePane is ITablePane tablePane)
            {
                var fieldname = Interaction.InputBox("Field name", "Field name", "Default", 0, 0);
                //tablePane.ActiveColumn = fieldname
            }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/12882"&gt;@Wolf&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/9021"&gt;@UmaHarano&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/145101"&gt;@CharlesMacleod&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 17:48:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/go-to-field-in-table/m-p/1176017#M8162</guid>
      <dc:creator>KisakyeM</dc:creator>
      <dc:date>2022-05-20T17:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Go to field in table</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/go-to-field-in-table/m-p/1176142#M8166</link>
      <description>&lt;P&gt;We have added this as a new requirement for 3.1.&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 21:59:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/go-to-field-in-table/m-p/1176142#M8166</guid>
      <dc:creator>CharlesMacleod</dc:creator>
      <dc:date>2022-05-20T21:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Go to field in table</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/go-to-field-in-table/m-p/1176499#M8173</link>
      <description>&lt;P&gt;Thanks Charles!&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 16:56:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/go-to-field-in-table/m-p/1176499#M8173</guid>
      <dc:creator>KisakyeM</dc:creator>
      <dc:date>2022-05-23T16:56:14Z</dc:date>
    </item>
  </channel>
</rss>

