<?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 Switch to the Description Tab in ArcCatalog in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/switch-to-the-description-tab-in-arccatalog/m-p/402140#M10732</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a custom ArcCatalog application that I would like to have automatically switch to the Description Tab when the form opens.&amp;nbsp; Does anyone know how to go about doing this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jan 2016 17:18:36 GMT</pubDate>
    <dc:creator>SeanFadum</dc:creator>
    <dc:date>2016-01-04T17:18:36Z</dc:date>
    <item>
      <title>Switch to the Description Tab in ArcCatalog</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/switch-to-the-description-tab-in-arccatalog/m-p/402140#M10732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a custom ArcCatalog application that I would like to have automatically switch to the Description Tab when the form opens.&amp;nbsp; Does anyone know how to go about doing this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 17:18:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/switch-to-the-description-tab-in-arccatalog/m-p/402140#M10732</guid>
      <dc:creator>SeanFadum</dc:creator>
      <dc:date>2016-01-04T17:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Switch to the Description Tab in ArcCatalog</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/switch-to-the-description-tab-in-arccatalog/m-p/402141#M10733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting question, never tried to program a change in the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I knocked together the following lines of VBA as proof of concept but the &lt;EM&gt;Activate&lt;/EM&gt; method never works. Are there any ESRI developers that can explain what I have done wrong, does it even work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Public Sub OpenDescription()
&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim pUID As IUID
&amp;nbsp;&amp;nbsp;&amp;nbsp; Set pUID = New UID
&amp;nbsp;&amp;nbsp;&amp;nbsp; pUID.Value = "{B1DE27B1-D892-11D1-AA81-064342000000}" 'This is the Description Tab
&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim pGXCat As IGxCatalog
&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim pGxApp As IGxApplication
&amp;nbsp;&amp;nbsp;&amp;nbsp; Set pGxApp = Application
&amp;nbsp;&amp;nbsp;&amp;nbsp; Set pGXCat = pGxApp.Catalog
&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim pGxViewContainer As IGxViewContainer
&amp;nbsp;&amp;nbsp;&amp;nbsp; Set pGxViewContainer = pGxApp
&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim pGXView As IGxView
&amp;nbsp;&amp;nbsp;&amp;nbsp; Set pGXView = pGxViewContainer.FindView(pUID)
&amp;nbsp;&amp;nbsp;&amp;nbsp; pGXView.Activate pGxApp, pGXCat
End Sub&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 18:20:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/switch-to-the-description-tab-in-arccatalog/m-p/402141#M10733</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2021-12-11T18:20:02Z</dc:date>
    </item>
  </channel>
</rss>

