<?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 : [SOLVED] Deselect for DatePicker seems non-op</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : [SOLVED] Deselect for DatePicker seems non-op]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 29 May 2026 20:11:59 +0000</pubDate>
  <lastBuildDate>Fri, 09 Jan 2009 02:01:14 +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=13082</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[[SOLVED] Deselect for DatePicker seems non-op : You&amp;#039;re right Mdoubson.  If...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13082&amp;PID=44352&amp;title=solved-deselect-for-datepicker-seems-nonop#44352</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 13082<br /><strong>Posted:</strong> 09 January 2009 at 2:01am<br /><br />You're right Mdoubson.<DIV>&nbsp;</DIV><DIV>If you select another day in the DatePicker, there is no need to call Redraw after the Deselect call.</DIV><DIV>&nbsp;</DIV><DIV>But If you don't select another day, the Deselect call doesn't not refresh the DatePicker until you call Redraw or refresh the DatePicker by selecting a date.</DIV><DIV>&nbsp;</DIV><DIV>So we're &nbsp;both&nbsp;right.</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/smileys/smiley2.gif" border="0">&nbsp;&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 09 Jan 2009 02:01:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13082&amp;PID=44352&amp;title=solved-deselect-for-datepicker-seems-nonop#44352</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Deselect for DatePicker seems non-op : No, timer not used for this case...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13082&amp;PID=44338&amp;title=solved-deselect-for-datepicker-seems-nonop#44338</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13082<br /><strong>Posted:</strong> 09 January 2009 at 12:50am<br /><br />No, timer not used for this case]]>
   </description>
   <pubDate>Fri, 09 Jan 2009 00:50:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13082&amp;PID=44338&amp;title=solved-deselect-for-datepicker-seems-nonop#44338</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Deselect for DatePicker seems non-op : No - you don&amp;#039;t need to call...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13082&amp;PID=44337&amp;title=solved-deselect-for-datepicker-seems-nonop#44337</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13082<br /><strong>Posted:</strong> 09 January 2009 at 12:41am<br /><br />No - you don't need to call redraw - e.g. I check MFC ReportSample with test code:<DIV><FONT size=2><P>CXTPDatePickerControl* pDatePicker = &amp;((CMainFrame*)GetParentFrame())-&gt;m_dlgDatePicker.m_wndDatePicker;</P><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2> (pDatePicker)</P><P>{</P></FONT><FONT size=2><P>pDatePicker-&gt;Select(COleDateTime(2009,2,2,0,0,0));</P><DIV>pDatePicker-&gt;Deselect(COleDateTime(2009,2,4,0,0,0));</DIV><P>}</P><DIV></DIV>and it redraw itself (maybe there is some running timer)</FONT></DIV>]]>
   </description>
   <pubDate>Fri, 09 Jan 2009 00:41:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13082&amp;PID=44337&amp;title=solved-deselect-for-datepicker-seems-nonop#44337</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Deselect for DatePicker seems non-op : Thank you for that, it works fine. I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13082&amp;PID=44201&amp;title=solved-deselect-for-datepicker-seems-nonop#44201</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3253">Mr.Den</a><br /><strong>Subject:</strong> 13082<br /><strong>Posted:</strong> 06 January 2009 at 10:40am<br /><br /><P>Thank you for that, it works fine.</P><P>I did not see any reference to having to redraw the control in the help file <img src="https://forum.codejock.com/smileys/smiley1.gif" border="0"></P>]]>
   </description>
   <pubDate>Tue, 06 Jan 2009 10:40:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13082&amp;PID=44201&amp;title=solved-deselect-for-datepicker-seems-nonop#44201</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Deselect for DatePicker seems non-op : Hello,  Try to add a DatePicker1.RedrawControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13082&amp;PID=44192&amp;title=solved-deselect-for-datepicker-seems-nonop#44192</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 13082<br /><strong>Posted:</strong> 06 January 2009 at 7:45am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>Try to add a DatePicker1.RedrawControl after de Deselect command.</DIV><DIV>&nbsp;</DIV><DIV>It works for me.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 06 Jan 2009 07:45:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13082&amp;PID=44192&amp;title=solved-deselect-for-datepicker-seems-nonop#44192</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Deselect for DatePicker seems non-op : Add a datepicker to a form, and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13082&amp;PID=44191&amp;title=solved-deselect-for-datepicker-seems-nonop#44191</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3253">Mr.Den</a><br /><strong>Subject:</strong> 13082<br /><strong>Posted:</strong> 06 January 2009 at 7:31am<br /><br />Add a datepicker to a form, and execute the code: <DIV>&nbsp;</DIV><DIV>DatePicker1.Select "1/1/2009"</DIV><DIV>&nbsp;</DIV><DIV>As expected 1/1/2009 is selected.</DIV><DIV>&nbsp;</DIV><DIV>Execute the code:</DIV><DIV>&nbsp;</DIV><DIV>DatePicker1.Deselect "1/1/2009"</DIV><DIV>&nbsp;</DIV><DIV>And 1/1/2009&nbsp;remains selected.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 06 Jan 2009 07:31:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13082&amp;PID=44191&amp;title=solved-deselect-for-datepicker-seems-nonop#44191</guid>
  </item> 
 </channel>
</rss>