<?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 : Report Control sort is case sensitive</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Report Control sort is case sensitive]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 19:41:05 +0000</pubDate>
  <lastBuildDate>Fri, 14 Aug 2009 08:33:38 +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=14956</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[Report Control sort is case sensitive : In general - yes, in particular...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14956&amp;PID=51976&amp;title=report-control-sort-is-case-sensitive#51976</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14956<br /><strong>Posted:</strong> 14 August 2009 at 8:33am<br /><br /><P>In general - yes, in particular case - when I run my app and see that sort is going not as I like - idea to check case-sensitivity is laying on surface&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 14 Aug 2009 08:33:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14956&amp;PID=51976&amp;title=report-control-sort-is-case-sensitive#51976</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control sort is case sensitive : Hi;Most of the time when I don&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14956&amp;PID=51972&amp;title=report-control-sort-is-case-sensitive#51972</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 14956<br /><strong>Posted:</strong> 14 August 2009 at 3:59am<br /><br />Hi;<br><br>Most of the time when I don't know how to solve an issue I also don't know what to search in code for!<br>So it would be much better and not so much time consuming for us customers to find it in the 'well written' toolkit documentation <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Fri, 14 Aug 2009 03:59:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14956&amp;PID=51972&amp;title=report-control-sort-is-case-sensitive#51972</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control sort is case sensitive : Still guys - first thing coming...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14956&amp;PID=51948&amp;title=report-control-sort-is-case-sensitive#51948</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14956<br /><strong>Posted:</strong> 13 August 2009 at 12:42pm<br /><br />Still guys - first thing coming to mind in such case - search code fo Compare(...) function<DIV><FONT size=1><P>Find all "Compare(", Subfolders, Find Results 1, "Entire Solution", "*.c;*.cpp;*.cxx;*.cc;*.tli;*.tlh;*.h;*.hpp;*.hxx;*.hh;*.inl;*.rc;*.resx;*.idl;*.asm;*.inc"</P><DIV>F:\CodejockSVN\Source\ReportControl\XTPReportControl.cpp(1343): if (pLastGroup &amp;&amp; GetRecords()-&gt;Compare(pLastGroup-&gt;GetCaption(), strGroup) == 0)</DIV><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecordItem.cpp(1206):int CXTPReportRecordItem::Compare(CXTPReportColumn* pColumn, CXTPReportRecordItem* pItem)</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecordItem.cpp(1214): return m_pRecord-&gt;GetRecords()-&gt;Compare(GetCaption(pColumn), pItem-&gt;GetCaption(pColumn));</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecordItem.cpp(1250): return m_pRecord-&gt;GetRecords()-&gt;Compare(m_strGroupCaption, pItem-&gt;m_strGroupCaption);</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecordItem.cpp(1257): return Compare(pColumn, pItem);</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecordItem.h(897): virtual int Compare(CXTPReportColumn* pColumn, CXTPReportRecordItem* pItem);</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecordItemText.cpp(244):int CXTPReportRecordItemNumber::Compare(CXTPReportColumn*, CXTPReportRecordItem* pItem)</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecordItemText.cpp(364):int CXTPReportRecordItemDateTime::Compare(CXTPReportColumn*, CXTPReportRecordItem* pItem)</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecordItemText.cpp(650):int CXTPReportRecordItemVariant::Compare(CXTPReportColumn*, CXTPReportRecordItem* pItem)</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecordItemText.h(200): int Compare(CXTPReportColumn* pColumn, CXTPReportRecordItem* pItem);</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecordItemText.h(300): int Compare(CXTPReportColumn* pColumn, CXTPReportRecordItem* pItem);</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecordItemText.h(418): int Compare(CXTPReportColumn* pCol, CXTPReportRecordItem* pItem);</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecords.cpp(355):int CXTPReportRecords::Compare(const CString&amp; str1, const CString&amp; str2) const</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecords.cpp(360): return str1.Compare(str2);</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecords.h(269): virtual int Compare(const CString&amp; str1, const CString&amp; str2) const;</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRows.cpp(243): int nCompareResult = pItem1-&gt;Compare(pColumn, pItem2);</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRows.cpp(325): int nCompareResult = pItem1-&gt;Compare(pColumn, pItem2);</P><DIV>Matching lines: 165 Matching files: 56 Total files searched: 1181</DIV></FONT></DIV>]]>
   </description>
   <pubDate>Thu, 13 Aug 2009 12:42:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14956&amp;PID=51948&amp;title=report-control-sort-is-case-sensitive#51948</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control sort is case sensitive :   adrien wrote:it&amp;#039;s not...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14956&amp;PID=51946&amp;title=report-control-sort-is-case-sensitive#51946</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 14956<br /><strong>Posted:</strong> 13 August 2009 at 12:35pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by adrien" alt="Originally posted by adrien" style="vertical-align: text-bottom;" /> <strong>adrien wrote:</strong><br /><br />it's not intuitive to call a function on the records array object to set case-insensitivity for comparisons on a field in columns</td></tr></table> <DIV></DIV><DIV>&nbsp;</DIV><DIV>Agree. I made such an record item-&nbsp;class too... Also, that particular function came in 10.3 something if I recall correctly...</DIV>]]>
   </description>
   <pubDate>Thu, 13 Aug 2009 12:35:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14956&amp;PID=51946&amp;title=report-control-sort-is-case-sensitive#51946</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control sort is case sensitive : Should be ready in the end of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14956&amp;PID=51941&amp;title=report-control-sort-is-case-sensitive#51941</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14956<br /><strong>Posted:</strong> 13 August 2009 at 10:41am<br /><br />Should be ready in the end of August for beta]]>
   </description>
   <pubDate>Thu, 13 Aug 2009 10:41:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14956&amp;PID=51941&amp;title=report-control-sort-is-case-sensitive#51941</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control sort is case sensitive : OK, you got me on that one.  How&amp;#039;s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14956&amp;PID=51940&amp;title=report-control-sort-is-case-sensitive#51940</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2967">adrien</a><br /><strong>Subject:</strong> 14956<br /><strong>Posted:</strong> 13 August 2009 at 10:25am<br /><br />OK, you got me on that one.<br /><br />How's the beta charts going?]]>
   </description>
   <pubDate>Thu, 13 Aug 2009 10:25:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14956&amp;PID=51940&amp;title=report-control-sort-is-case-sensitive#51940</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control sort is case sensitive : Maybe you right but we all manage...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14956&amp;PID=51938&amp;title=report-control-sort-is-case-sensitive#51938</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14956<br /><strong>Posted:</strong> 13 August 2009 at 10:07am<br /><br />Maybe you right but we all manage to use Google for any info - why not use Visual Studio in same way:<DIV><FONT size=1><P>Find all "CaseSensitive", Subfolders, Find Results 1, "Entire Solution", "*.c;*.cpp;*.cxx;*.cc;*.tli;*.tlh;*.h;*.hpp;*.hxx;*.hh;*.inl;*.rc;*.resx;*.idl;*.asm;*.inc"</P><P>F:\CodejockSVN\Source\Controls\XTTreeBase.cpp(407):HTREEITEM CXTTreeBase::FindItemInBranch(LPCTSTR lpszSearch, BOOL bCaseSensitive /*= FALSE*/,</P><P>F:\CodejockSVN\Source\Controls\XTTreeBase.cpp(422): if (!bCaseSensitive)</P><P>F:\CodejockSVN\Source\Controls\XTTreeBase.cpp(432): htiFound = FindItemInBranch(lpszSearch, bCaseSensitive, bWholeWord, htiChild);</P><P>F:\CodejockSVN\Source\Controls\XTTreeBase.cpp(438): if (!bCaseSensitive)</P><P>F:\CodejockSVN\Source\Controls\XTTreeBase.cpp(490):HTREEITEM CXTTreeBase::FindItem(LPCTSTR lpszSearch, BOOL bCaseSensitive /*= FALSE*/,</P><P>F:\CodejockSVN\Source\Controls\XTTreeBase.cpp(524): if (!bCaseSensitive)</P><P>F:\CodejockSVN\Source\Controls\XTTreeBase.cpp(539): if (!bCaseSensitive)</P><P>F:\CodejockSVN\Source\Controls\XTTreeBase.h(151): // bCaseSensitive - TRUE if the search should be case sensitive.</P><P>F:\CodejockSVN\Source\Controls\XTTreeBase.h(161): virtual HTREEITEM FindItem(LPCTSTR lpszSearch, BOOL bCaseSensitive = FALSE, BOOL bDownDir = TRUE, BOOL bWholeWord = FALSE, HTREEITEM hItem = NULL);</P><P>F:\CodejockSVN\Source\Controls\XTTreeBase.h(169): // bCaseSensitive - TRUE if the search should be case sensitive.</P><P>F:\CodejockSVN\Source\Controls\XTTreeBase.h(178): virtual HTREEITEM FindItemInBranch(LPCTSTR lpszSearch, BOOL bCaseSensitive /*= FALSE*/, BOOL bWholeWord /*= FALSE*/, HTREEITEM htiItem /*= NULL*/);</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecordItemText.cpp(659): ULONG dwFlags = m_pRecord-&gt;GetRecords()-&gt;IsCaseSensitive() ? 0 : NORM_IGNORECASE;</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecords.cpp(48): m_bCaseSensitive = TRUE;</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecords.cpp(357): if (!IsCaseSensitive())</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecords.cpp(612): DISP_PROPERTY_ID(CXTPReportRecords, "CaseSensitive", 8, m_bCaseSensitive, VT_BOOL)</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecords.h(246): // bCaseSensitive - TRUE if string comparisons are case-sensitive; otherwise, FALSE. The default is FALSE.</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecords.h(247): // See Also: IsCaseSensitive</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecords.h(249): void SetCaseSensitive(BOOL bCaseSensitive);</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecords.h(254): // See Also: SetCaseSensitive</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecords.h(256): BOOL IsCaseSensitive() const;</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecords.h(267): // See Also: SetCaseSensitive</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecords.h(348): BOOL m_bCaseSensitive; // Indicating whether string comparisons are case-sensitive.</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecords.h(394):AFX_INLINE void CXTPReportRecords::SetCaseSensitive(BOOL bCaseSensitive)</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecords.h(396): m_bCaseSensitive = bCaseSensitive;</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecords.h(399):AFX_INLINE BOOL CXTPReportRecords::IsCaseSensitive() const</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRecords.h(401): return m_bCaseSensitive;</P><P>F:\CodejockSVN\Source\ReportControl\XTPReportRows.cpp(416): ULONG dwFlags = pRecord-&gt;GetRecords()-&gt;IsCaseSensitive() ? 0 : NORM_IGNORECASE;</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditCtrl.cpp(158):, m_bCaseSensitive(TRUE)</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditCtrl.h(2879): BOOL m_bCaseSensitive; // Case sensitive</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.cpp(79): XTPLEX_ATTR_CASESENSITIVE,</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.cpp(1920): m_bCaseSensitive_Cached = -1; // ask</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.cpp(2393): BOOL bNoCase = !IsCaseSensitive();</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.cpp(2414):BOOL CXTPSyntaxEditLexClass::IsCaseSensitive()</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.cpp(2416): if (m_bCaseSensitive_Cached &lt; 0)</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.cpp(2418): m_bCaseSensitive_Cached = FALSE;</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.cpp(2420): CXTPSyntaxEditLexVariantPtr ptrCase = GetAttribute(XTPLEX_ATTR_CASESENSITIVE, TRUE);</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.cpp(2423): m_bCaseSensitive_Cached = ptrCase-&gt;m_nValue &gt; 0;</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.cpp(2426): return m_bCaseSensitive_Cached;</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.cpp(2462): BOOL bCaseSensitive,</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.cpp(2471): nRes = StrCmp(pcszStr1, pcszStr2, 1, bCaseSensitive);</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.cpp(2489): nRes = StrCmp(pcszStr1, pcszStr2, nLen, bCaseSensitive);</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.cpp(3207): strTokenVal, 1024, FALSE, !IsCaseSensitive());</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.cpp(3299): BOOL bCaseSensitive = IsCaseSensitive();</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.cpp(3301): return Run_Tags1(pIter, pLVTags, rstrTagVal, bCaseSensitive, bParseDirection_Back);</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.cpp(3306): CString&amp; rstrTagVal, BOOL bCaseSensitive,</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.cpp(3322): if (Run_Tags2(pIter, pVTag, rstrTagVal, bCaseSensitive, bParseDirection_Back) )</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.cpp(3333): BOOL bCaseSensitive,</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.cpp(3369): if (StrCmpEQ(pcszTag, pText, nLen, bCaseSensitive, bParseDirection_Back))</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.h(515): static const TCHAR XTPLEX_ATTR_CASESENSITIVE&#091;&#093; = _T("CaseSensitive"); // Lex Class CaseSensitive flag.</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.h(633): // "CaseSensitive" attribute value..</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.h(636): // "CaseSensitive" attribute value.</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.h(638): // GetAttribute(), XTPLEX_ATTR_CASESENSITIVE, Classes schema syntax.</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.h(640): virtual BOOL IsCaseSensitive();</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.h(838): BOOL bCaseSensitive,</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.h(845): BOOL bCaseSensitive,</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.h(856): BOOL bCaseSensitive);</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.h(859): BOOL bCaseSensitive,</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.h(950): int m_bCaseSensitive_Cached;</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.h(989): int nLen, BOOL bCaseSensitive)</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexClass.h(991): if(bCaseSensitive) {</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexParser.cpp(1378): //BOOL bCase = FALSE; //pRunClass-&gt;IsCaseSensitive();</P><P>F:\CodejockSVN\Source\SyntaxEdit\XTPSyntaxEditLexParser.cpp(1393): BOOL bCase = FALSE; //pRunClass-&gt;IsCaseSensitive();</P><P>F:\CodejockSVN\Samples\SyntaxEdit\MDITextEditor\_cpp1_schclass.h(7):sb += _T(" caseSensitive = 1\r\n");</P><P>F:\CodejockSVN\Samples\SyntaxEdit\MDITextEditor\_cpp1_schclass.h(25):sb += _T(" caseSensitive = 0\r\n");</P><P>F:\CodejockSVN\Samples\SyntaxEdit\MDITextEditor\_cpp2_schclass.h(7):sb += _T(" caseSensitive = 1\r\n");</P><P>F:\CodejockSVN\Samples\SyntaxEdit\MDITextEditor\_cpp2_schclass.h(25):sb += _T(" caseSensitive = 0\r\n");</P><P>F:\CodejockSVN\Samples\SyntaxEdit\SyntaxEditOnDialog\SyntaxEditOnDialogDlg.cpp(110): sb += _T(" caseSensitive = 1\r\n");</P><P>F:\CodejockSVN\Samples\SyntaxEdit\SyntaxEditOnDialog\SyntaxEditOnDialogDlg.cpp(128): sb += _T(" caseSensitive = 0\r\n");</P><P>F:\CodejockSVN\Samples\ReportControl\ReportPaneView\ReportPaneViewView.cpp(213): //GetReportCtrl().GetRecords()-&gt;SetCaseSensitive(FALSE);</P><P>F:\CodejockSVN\Samples\SyntaxEdit\SyntaxEditOnDialogMod\SyntaxEditOnDialogDlg.cpp(503): sb += _T(" caseSensitive = 1\r\n");</P><P>F:\CodejockSVN\Samples\SyntaxEdit\SyntaxEditOnDialogMod\SyntaxEditOnDialogDlg.cpp(521): sb += _T(" caseSensitive = 0\r\n");</P><P>Matching lines: 71 Matching files: 16 Total files searched: 1181</P></FONT></DIV>]]>
   </description>
   <pubDate>Thu, 13 Aug 2009 10:07:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14956&amp;PID=51938&amp;title=report-control-sort-is-case-sensitive#51938</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control sort is case sensitive : If you saw the amount of code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14956&amp;PID=51936&amp;title=report-control-sort-is-case-sensitive#51936</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2967">adrien</a><br /><strong>Subject:</strong> 14956<br /><strong>Posted:</strong> 13 August 2009 at 10:02am<br /><br />If you saw the amount of code I wrote to get case-insensitivity, you wouldn't call it lazy.<br /><br />it's not intuitive to call a function on the records array object to set case-insensitivity for comparisons on a field in columns.  I'm not the only one here who resorted to subclassing CXTPReportControlItemText to get a non-case-sensitive virtual Compare function.<br /><br />So to me this points to issues in the documentation.<br /><br />As for finding things in the  help file...<br /><br />And we can't go trawling the code looking for solutions all the time.  We can only look so long.  ]]>
   </description>
   <pubDate>Thu, 13 Aug 2009 10:02:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14956&amp;PID=51936&amp;title=report-control-sort-is-case-sensitive#51936</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control sort is case sensitive : Sorry - just mean that people...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14956&amp;PID=51933&amp;title=report-control-sort-is-case-sensitive#51933</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14956<br /><strong>Posted:</strong> 13 August 2009 at 9:25am<br /><br />Sorry - just mean that people lazy...]]>
   </description>
   <pubDate>Thu, 13 Aug 2009 09:25:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14956&amp;PID=51933&amp;title=report-control-sort-is-case-sensitive#51933</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control sort is case sensitive :   mdoubson wrote:Guys. I am really...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14956&amp;PID=51932&amp;title=report-control-sort-is-case-sensitive#51932</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2967">adrien</a><br /><strong>Subject:</strong> 14956<br /><strong>Posted:</strong> 13 August 2009 at 9:15am<br /><br /> <table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by mdoubson" alt="Originally posted by mdoubson" style="vertical-align: text-bottom;" /> <strong>mdoubson wrote:</strong><br /><br />Guys. I am really impressed - 2 profi MFC developers can not found this answer using full MFC source ?! Pain in neck? Hole in head?</td></tr></table> <br /><br />You should talk to Oleg about tact.<br />]]>
   </description>
   <pubDate>Thu, 13 Aug 2009 09:15:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14956&amp;PID=51932&amp;title=report-control-sort-is-case-sensitive#51932</guid>
  </item> 
 </channel>
</rss>