<?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 : TabControl - Lose the handlig to item content</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : TabControl - Lose the handlig to item content]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 05:34:08 +0000</pubDate>
  <lastBuildDate>Wed, 12 Mar 2014 10:13:56 +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=22234</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[TabControl - Lose the handlig to item content : Hi,I&amp;#039;m still a novice at...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22234&amp;PID=72349&amp;title=tabcontrol-lose-the-handlig-to-item-content#72349</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5092">demiurge</a><br /><strong>Subject:</strong> 22234<br /><strong>Posted:</strong> 12 March 2014 at 10:13am<br /><br /><div><div>Hi,&nbsp;</div><div><br></div><div>I'm still a novice at working with the TabControl.&nbsp;</div><div><br></div><div>I am using an Access 2013 database. On a form I have placed a TabControl. In Form_Load I create two TabItems. TabItem1 gets the handle to form 2 and TabItem2 gets the handle to form third. Both I have previously opened in the background.&nbsp;</div><div>Now if I change between the two TabItems, I can select or activate only the controls on the form 3. The controls on form 2 I see, but can not select them.&nbsp;</div><div><br></div><div>What am I doing wrong?&nbsp;</div><div><br></div><div>Here is the source of Form_Load:</div></div><div><br></div><div><div>Private Sub Form_Load()</div><div>&nbsp; &nbsp;</div><div>&nbsp; On Error Resume Next</div><div>&nbsp; &nbsp;</div><div>&nbsp; Dim xTab As XtremeSuiteControls.TabControl</div><div>&nbsp; Set xTab = Me.tabMain.Object</div><div><br></div><div>&nbsp; xTab.ShowCloseItemButton = xtpTabItemButtonSelected</div><div><br></div><div>&nbsp; DoCmd.OpenForm "Form2", acNormal, , , , acNormal</div><div>&nbsp; DoCmd.OpenForm "Form3", acNormal, , , , acNormal</div><div><br></div><div>&nbsp; xTab.InsertItem xTab.ItemCount, "Form2", Forms("Form2").hWnd, 0</div><div>&nbsp; xTab.Item(xTab.ItemCount - 1).Closable = True</div><div><br></div><div>&nbsp; xTab.InsertItem xTab.ItemCount, "Form3", Forms("Form3").hWnd, 0</div><div>&nbsp; xTab.Item(xTab.ItemCount - 1).Closable = True</div><div>&nbsp; &nbsp;&nbsp;</div><div>End Sub</div></div><div><br></div><div>Thank you for your help</div><div><br></div><div>Bjoern</div><div><br></div><div>----</div><div>Xtreme SuitePro ActiveX v16.3.0 (30 Day Trial) ==&gt;&nbsp;If the issue is resolved, we will acquire the entire collection.</div><div><br></div>]]>
   </description>
   <pubDate>Wed, 12 Mar 2014 10:13:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22234&amp;PID=72349&amp;title=tabcontrol-lose-the-handlig-to-item-content#72349</guid>
  </item> 
 </channel>
</rss>