<?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 : combo control 2 missings elements</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : combo control 2 missings elements]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 04:13:32 +0000</pubDate>
  <lastBuildDate>Fri, 16 Nov 2007 17:43:10 +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=8808</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[combo control 2 missings elements : This code work fine with standard...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8808&amp;PID=28551&amp;title=combo-control-2-missings-elements#28551</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2364">gaudetm</a><br /><strong>Subject:</strong> 8808<br /><strong>Posted:</strong> 16 November 2007 at 5:43pm<br /><br /><DIV>This code work fine with standard combobox but not with codejock combobox</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Not Screen.ActiveControl Is Nothing Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sTemp = TypeName(Screen.ActiveForm.ActiveControl)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Select Case sTemp<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Case "TextBox", "ComboBox", "RichTextBox"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Screen.ActiveControl.SelText = Clipboard.GetText<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Case "ReportControl"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Screen.ActiveControl.Paste<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Case Else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Debug.Print sTemp<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End Select<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If</DIV><DIV>&nbsp;</DIV><DIV>also this code work fine with standard vb combobox but don't with codejock combobox</DIV><DIV>&nbsp;</DIV><DIV>Private Sub cmbDateStart_DropDown()<BR>&nbsp;&nbsp;&nbsp; If IsDate(cmbDateStart.Text) Then DatePicker1.EnsureVisible cmbDateStart.Text<BR>&nbsp;&nbsp;&nbsp; 'here before we place the dropdown section check the place on the screen<BR>&nbsp;&nbsp;&nbsp; DatePicker1.Left = cmbDateStart.Left + 160<BR>&nbsp;&nbsp;&nbsp; DatePicker1.Top = cmbDateStart.Top + cmbDateStart.Height + 20<BR>&nbsp;&nbsp;&nbsp; bDatePickerSelectionChanged = False<BR>&nbsp;&nbsp;&nbsp; DatePicker1.ShowModal 1, 1<BR>&nbsp;&nbsp;&nbsp; If DatePicker1.Selection.BlocksCount = 1 Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cmbDateStart.Text = Format$(DatePicker1.Selection.Blocks(0).DateBegin, sShortDate)<BR>&nbsp;&nbsp;&nbsp; Else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If bDatePickerSelectionChanged Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cmbDateStart.Text = LoadExtString(1254, AppPath &amp; CurrentLang.ResID &amp; "\Language.dll")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; PostMessage cmbDateStart.hwnd, CB_SHOWDROPDOWN, 0, 0<BR>&nbsp;&nbsp;&nbsp; cmbDateStart.Refresh&nbsp;&nbsp;&nbsp; 'here we shoe the datetimepickercontrol popup<BR>End Sub<BR></DIV><DIV>missing refresh and SelText Property for combobox</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 16 Nov 2007 17:43:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8808&amp;PID=28551&amp;title=combo-control-2-missings-elements#28551</guid>
  </item> 
 </channel>
</rss>