<?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 : CXTPPropertyGridItemDate Bug.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPPropertyGridItemDate Bug.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 12 Jun 2026 02:36:13 +0000</pubDate>
  <lastBuildDate>Thu, 04 May 2006 16:48:21 +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=4121</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[CXTPPropertyGridItemDate Bug. : Hello, see the patch that we will...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4121&amp;PID=12680&amp;title=cxtppropertygriditemdate-bug#12680</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4121<br /><strong>Posted:</strong> 04 May 2006 at 4:48pm<br /><br /><P>Hello, see the patch that we will use for next release.</P><P><A href="https://forum.codejock.com/uploads/oleg/2006-05-04_164750_Patch.zip" target="_blank">2006-05-04_164750_Patch.zip</A></P><P>&nbsp;</P><P>Thank you for this point. Need to write to Microsoft about this bug...</P>]]>
   </description>
   <pubDate>Thu, 04 May 2006 16:48:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4121&amp;PID=12680&amp;title=cxtppropertygriditemdate-bug#12680</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGridItemDate Bug. : Thanks, I really appreciate you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4121&amp;PID=12666&amp;title=cxtppropertygriditemdate-bug#12666</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=270">Italo</a><br /><strong>Subject:</strong> 4121<br /><strong>Posted:</strong> 04 May 2006 at 11:30am<br /><br /><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>Thanks, I really appreciate you looking into this. So, what can we do?</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3></FONT>&nbsp;</P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>Thanks again,</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>Italo</FONT></P>]]>
   </description>
   <pubDate>Thu, 04 May 2006 11:30:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4121&amp;PID=12666&amp;title=cxtppropertygriditemdate-bug#12666</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGridItemDate Bug. : It can be easy reproduce with COleDateTime...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4121&amp;PID=12665&amp;title=cxtppropertygriditemdate-bug#12665</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4121<br /><strong>Posted:</strong> 04 May 2006 at 11:26am<br /><br /><P>It can be easy reproduce with</P><FONT size=2><P>COleDateTime date;</P><P>date.SetDate(1800, 1, 1);</P><P>CString str = date.Format(</FONT><FONT color=#800000 size=2>"%m, %d, %Y"</FONT><FONT size=2>);</FONT></P><P><FONT size=2>All Visual Studios except 2005 correctly parse it :(</FONT></P><P><FONT size=2>&nbsp;</P></FONT>]]>
   </description>
   <pubDate>Thu, 04 May 2006 11:26:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4121&amp;PID=12665&amp;title=cxtppropertygriditemdate-bug#12665</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGridItemDate Bug. : Hmmm. Seems it is bug of Visual...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4121&amp;PID=12664&amp;title=cxtppropertygriditemdate-bug#12664</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4121<br /><strong>Posted:</strong> 04 May 2006 at 11:21am<br /><br /><P>Hmmm. Seems it is bug of Visual Studio 2005... I guess you use it?</P><P>IN Visual Stuidio 6, 2002, 2003 strftime.c looks:</P><P> &nbsp;case('Y'):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  /* year w/ century */<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; temp = (((timeptr-&gt;tm_year/100)+19)*100) +<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (timeptr-&gt;tm_year%100);<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; /* pass alternate_form as the no leading zeros flag */<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; _store_num(temp, 4, string, left, alternate_form);<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; break;<BR></P><P>in Visual Studio 2005 as:</P><FONT size=2><P></FONT><FONT color=#0000ff size=2>case</FONT><FONT size=2>(</FONT><FONT color=#800000 size=2>'Y'</FONT><FONT size=2>): </FONT><FONT color=#008000 size=2>/* year w/ century */</P></FONT><FONT size=2><P>{</P><P><strong>_VALIDATE_RETURN( ( timeptr-&gt;tm_year &gt;=0 ), EINVAL, FALSE)</strong></P><P>temp = (((timeptr-&gt;tm_year/100)+19)*100) +</P><P>(timeptr-&gt;tm_year%100);</P><P></FONT><FONT color=#008000 size=2>/* pass alternate_form as the no leading zeros flag */</P></FONT><FONT size=2><P>_store_num(temp, 4, string, left, alternate_form);</P><P></FONT><FONT color=#0000ff size=2>break</FONT><FONT size=2>;</P><P>}</P></FONT><P>It is not right to compare with 0, because 0 is 1900th year.&nbsp;Will check what can be done. :( Seems Visual Studio 2005 just not support date earlier than 1900.</P>]]>
   </description>
   <pubDate>Thu, 04 May 2006 11:21:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4121&amp;PID=12664&amp;title=cxtppropertygriditemdate-bug#12664</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGridItemDate Bug. : I&amp;#039;m using version 10.1.1 When...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4121&amp;PID=12643&amp;title=cxtppropertygriditemdate-bug#12643</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=270">Italo</a><br /><strong>Subject:</strong> 4121<br /><strong>Posted:</strong> 03 May 2006 at 9:56pm<br /><br /><P>I'm using version 10.1.1</P><P>When I enter 01/01/0999 and press enter I get an assert.</P><P><IMG src="uploads/Italo/2006-05-03_215600_Assert.gif" border="0"></P><P>Thanks,</P><P>Italo</P>]]>
   </description>
   <pubDate>Wed, 03 May 2006 21:56:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4121&amp;PID=12643&amp;title=cxtppropertygriditemdate-bug#12643</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGridItemDate Bug. : Hmm, I entered it and see 01/01/0999.....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4121&amp;PID=12631&amp;title=cxtppropertygriditemdate-bug#12631</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4121<br /><strong>Posted:</strong> 03 May 2006 at 3:55pm<br /><br />Hmm, I entered it and see 01/01/0999.. What version do you have?]]>
   </description>
   <pubDate>Wed, 03 May 2006 15:55:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4121&amp;PID=12631&amp;title=cxtppropertygriditemdate-bug#12631</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGridItemDate Bug. : Run PropertyGridD.exe; go to an...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4121&amp;PID=12613&amp;title=cxtppropertygriditemdate-bug#12613</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=270">Italo</a><br /><strong>Subject:</strong> 4121<br /><strong>Posted:</strong> 03 May 2006 at 11:12am<br /><br /><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>Run PropertyGridD.exe; go to an item that uses CXTPPropertyGridItemDate; enter 01/01/0999. Can this please be fixed ASAP?</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p><FONT face="Times New Roman" size=3>&nbsp;</FONT></o:p></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>Thanks,</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>Italo</FONT></P>]]>
   </description>
   <pubDate>Wed, 03 May 2006 11:12:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4121&amp;PID=12613&amp;title=cxtppropertygriditemdate-bug#12613</guid>
  </item> 
 </channel>
</rss>