<?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 : CXTPReportRecordItemDateTime locale</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : CXTPReportRecordItemDateTime locale]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 10:52:25 +0000</pubDate>
  <lastBuildDate>Tue, 26 Aug 2008 14:42:23 +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=11972</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[CXTPReportRecordItemDateTime locale : I&amp;#039;ve found most of the item-classes...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11972&amp;PID=40441&amp;title=cxtpreportrecorditemdatetime-locale#40441</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 11972<br /><strong>Posted:</strong> 26 August 2008 at 2:42pm<br /><br />I've found most of the item-classes to be inadequate, so I tend to write my own no matter what :)]]>
   </description>
   <pubDate>Tue, 26 Aug 2008 14:42:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11972&amp;PID=40441&amp;title=cxtpreportrecorditemdatetime-locale#40441</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportRecordItemDateTime locale :  Hi;I hit the same just a few...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11972&amp;PID=40422&amp;title=cxtpreportrecorditemdatetime-locale#40422</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 11972<br /><strong>Posted:</strong> 26 August 2008 at 9:08am<br /><br />Hi;<br>I hit the same just a few minutes ago. Must have something to do with CXTPReportControlLocale. But I can't figure out how to configure it to use the same as COleDateTime.Format().<br><br>So I decided to write my own DateTime item class:<br><table width="99%"><tr><td><pre class="BBcode">CXRReportRecordItemDateTime::CXRReportRecordItemDateTime(const COleDateTime&amp; dt)<br>: CXTPReportRecordItemDateTime(dt)<br>{<br>&nbsp;&nbsp;&nbsp; SetFormatString(_T(""));<br>}<br><br>CString CXRReportRecordItemDateTime::GetCaption(CXTPReportColumn* /*pColumn*/)<br>{<br>&nbsp;&nbsp;&nbsp; if (!m_strCaption.IsEmpty())<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return m_strCaption;<br><br>&nbsp;&nbsp;&nbsp; if (m_odtValue.GetStatus()==COleDateTime::invalid)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return _T("");<br>&nbsp;&nbsp;&nbsp; else<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return m_odtValue.Format();<br>}<br><br>void CXRReportRecordItemDateTime::SetValue(const COleDateTime&amp; dtDateTime)<br>{<br>&nbsp;&nbsp;&nbsp; m_odtValue=dtDateTime;<br>}<br></pre></td></tr></table><br>Perhaps Oleg can show us how to adjust the CXTPReportControlLocale to get the same behaviour...]]>
   </description>
   <pubDate>Tue, 26 Aug 2008 09:08:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11972&amp;PID=40422&amp;title=cxtpreportrecorditemdatetime-locale#40422</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportRecordItemDateTime locale : XTP 12.0.1. When I create a CXTPReportRecordItemDateTime...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11972&amp;PID=40420&amp;title=cxtpreportrecorditemdatetime-locale#40420</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 11972<br /><strong>Posted:</strong> 26 August 2008 at 8:46am<br /><br />XTP 12.0.1.<DIV>When I create a CXTPReportRecordItemDateTime I expect its format to be the same as the result from COleDateTime::Format(void<FONT color=#010001 size=2>). Instead a strange formatting string is being used. Why?!</DIV></FONT>]]>
   </description>
   <pubDate>Tue, 26 Aug 2008 08:46:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11972&amp;PID=40420&amp;title=cxtpreportrecorditemdatetime-locale#40420</guid>
  </item> 
 </channel>
</rss>