<?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 : SelectSatrtTime/EndTime</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : SelectSatrtTime/EndTime]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 10:09:41 +0000</pubDate>
  <lastBuildDate>Thu, 24 Aug 2006 03:56:18 +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=4806</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[SelectSatrtTime/EndTime : Hi,Actually the problem is because...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4806&amp;PID=15174&amp;title=selectsatrttime-endtime#15174</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4806<br /><strong>Posted:</strong> 24 August 2006 at 3:56am<br /><br />Hi,<br><br>Actually the problem is because GetSelection returns all 3 values, and the last one shows whether is it "all day" area selection. And you're trying to return a value to a constant (False). <br><br>So far, a solutioon would be to call this method having all 3 variables:<br><table width="99%"><tr><td><pre class="BBcode"><br>Dim dtBegin As Date, dtEnd As Date, bAllDay As Boolean<br>CalendarControl.DayView.GetSelection dtBegin, dtEnd, bAllDay<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Thu, 24 Aug 2006 03:56:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4806&amp;PID=15174&amp;title=selectsatrttime-endtime#15174</guid>
  </item> 
  <item>
   <title><![CDATA[SelectSatrtTime/EndTime : same error message, but thank...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4806&amp;PID=14969&amp;title=selectsatrttime-endtime#14969</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 4806<br /><strong>Posted:</strong> 16 August 2006 at 12:11pm<br /><br /><P>same error message, but thank you anyway</P><DIV></DIV>]]>
   </description>
   <pubDate>Wed, 16 Aug 2006 12:11:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4806&amp;PID=14969&amp;title=selectsatrttime-endtime#14969</guid>
  </item> 
  <item>
   <title><![CDATA[SelectSatrtTime/EndTime : Try this:CalendarControl.DayView.GetSelection...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4806&amp;PID=14950&amp;title=selectsatrttime-endtime#14950</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 4806<br /><strong>Posted:</strong> 16 August 2006 at 8:54am<br /><br />Try this:<br><br>CalendarControl.DayView.GetSelection CDate(txtStartTime), CDate(txtEndTime), False]]>
   </description>
   <pubDate>Wed, 16 Aug 2006 08:54:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4806&amp;PID=14950&amp;title=selectsatrttime-endtime#14950</guid>
  </item> 
  <item>
   <title><![CDATA[SelectSatrtTime/EndTime : Hi,  I am using 2 text box (TxtStartTime...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4806&amp;PID=14931&amp;title=selectsatrttime-endtime#14931</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 4806<br /><strong>Posted:</strong> 15 August 2006 at 3:34pm<br /><br />Hi, <DIV>I am using 2 text box (TxtStartTime and TxtEndTime), and I want to select to display the calendar control and set focus on the&nbsp;selection (TxtStartTme and TxtEndTime).</DIV><DIV>Code:</DIV><DIV>CalendarControl.Dayview.GetSelection TxtStartTime,TxtEndTime,False</DIV><DIV>&nbsp;</DIV><DIV>I get this error message:</DIV><DIV>run time error 13, or Type mismatch</DIV><DIV>&nbsp;</DIV><DIV>Thank you for your help</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 15 Aug 2006 15:34:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4806&amp;PID=14931&amp;title=selectsatrttime-endtime#14931</guid>
  </item> 
 </channel>
</rss>