<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : MDI tabs activati&#111;n</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : MDI tabs activati&#111;n]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 09:43:12 +0000</pubDate>
  <lastBuildDate>Tue, 17 Aug 2004 07:49:12 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=1051</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[MDI tabs activati&#111;n : Does anyone have a solution for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1051&amp;PID=2775&amp;title=mdi-tabs-activation#2775</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=615">Woody</a><br /><strong>Subject:</strong> 1051<br /><strong>Posted:</strong> 17 August 2004 at 7:49am<br /><br />Does anyone have a solution for this?<br>Thanks<br>]]>
   </description>
   <pubDate>Tue, 17 Aug 2004 07:49:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1051&amp;PID=2775&amp;title=mdi-tabs-activation#2775</guid>
  </item> 
  <item>
   <title><![CDATA[MDI tabs activati&#111;n : I&amp;#039;m having problems accessing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1051&amp;PID=2749&amp;title=mdi-tabs-activation#2749</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=615">Woody</a><br /><strong>Subject:</strong> 1051<br /><strong>Posted:</strong> 12 August 2004 at 3:04pm<br /><br />I'm having problems accessing a MDI Child Form through it's Tab once it has been created.<br /><br />I add for example three forms - Company, Contacts, Quotations.<br />These may be opened and closed in any order. How can I reference a particular form to enable/select it in code when I only have indexes?<br /><br />ie. CommandBars.TabWorkspace.Item(2).Selected = True<br /><br />thanks for any help.]]>
   </description>
   <pubDate>Thu, 12 Aug 2004 15:04:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1051&amp;PID=2749&amp;title=mdi-tabs-activation#2749</guid>
  </item> 
  <item>
   <title><![CDATA[MDI tabs activati&#111;n :      If Not CommandBars.TabWorkspace.Item(2)...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1051&amp;PID=2739&amp;title=mdi-tabs-activation#2739</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1051<br /><strong>Posted:</strong> 11 August 2004 at 10:31am<br /><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; If Not CommandBars.TabWorkspace.Item(2) Is Nothing Then<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CommandBars.TabWorkspace.Ite m(2).Selected = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; 'CommandBars.TabWorkspace.Item(2).Enabled = False<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'CommandBars.TabWorkspace.Item(2).Visible = False<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; End If<br><br>Then something like:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  ActiveForm.Text1.Text = "Test"<br><span style="font-size:10px"><br /><br />Edited by SuperMario</span>]]>
   </description>
   <pubDate>Wed, 11 Aug 2004 10:31:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1051&amp;PID=2739&amp;title=mdi-tabs-activation#2739</guid>
  </item> 
  <item>
   <title><![CDATA[MDI tabs activati&#111;n : I&amp;#039;m using ShowTabWorkspace(True)....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1051&amp;PID=2738&amp;title=mdi-tabs-activation#2738</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=615">Woody</a><br /><strong>Subject:</strong> 1051<br /><strong>Posted:</strong> 11 August 2004 at 10:07am<br /><br />I'm using ShowTabWorkspace(True). How do I select an MDI Child Form tab to make that Form visible/active from code? Form.Show doesn't do it.<br /><br />And is there any way to temporarily disable a Tab so a Form can't be selected/shown?<br /><br />Thanks in advance<span style="font-size:10px"><br /><br />Edited by Woody</span>]]>
   </description>
   <pubDate>Wed, 11 Aug 2004 10:07:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1051&amp;PID=2738&amp;title=mdi-tabs-activation#2738</guid>
  </item> 
 </channel>
</rss>