<?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 : UpdateRecord Method</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : UpdateRecord Method]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 04 Jun 2026 09:30:59 +0000</pubDate>
  <lastBuildDate>Mon, 13 Aug 2012 05:30:51 +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=20005</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[UpdateRecord Method : Thank&amp;#039;s for help. I have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20005&amp;PID=68741&amp;title=updaterecord-method#68741</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4977">GRLEX</a><br /><strong>Subject:</strong> 20005<br /><strong>Posted:</strong> 13 August 2012 at 5:30am<br /><br />Thank's for help. I have fixed this issue. Insteed of UpdateRecord() method i used BeginUpdate() and EndUpdate() methods of report control.<div><br></div><div>grid.BeginUpdate();</div><div>do something with records</div><div>grid.EndUpdate();</div><div><br></div><div>EndUpdate() method will repaint all that was added/changed after BeginUpdate() method.</div><div><br></div><div>Maybe this will help someone.</div>]]>
   </description>
   <pubDate>Mon, 13 Aug 2012 05:30:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20005&amp;PID=68741&amp;title=updaterecord-method#68741</guid>
  </item> 
  <item>
   <title><![CDATA[UpdateRecord Method : Hi. I have a ReportControl with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20005&amp;PID=68682&amp;title=updaterecord-method#68682</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4977">GRLEX</a><br /><strong>Subject:</strong> 20005<br /><strong>Posted:</strong> 31 July 2012 at 6:16am<br /><br />Hi. I have a ReportControl with many records. This records is grouped by 1 column, but i dont need sort by group headers. I turned off sorting like this:<div><br><div>grid.GetReportHeader()-&gt;AllowColumnSort(FALSE);</div></div><div><div>CXTPReportColumn * pColumnGroup = grid.GetColumns()-&gt;GetAt(IDX_COLUMN_FOR_SORT);&nbsp;</div><div>pColumnGroup-&gt;SetAutoSortWhenGrouped(FALSE);</div><div>pColumnGroup-&gt;SetSortable(FALSE);&nbsp;</div></div><div>grid.Populate();</div><div><br></div><div>All works fine. But when i do UpdateRecord method for some record grid is sorting by group headers.</div><div><br></div><div>How can i turned it out?</div><div><br></div><div>Thank's for answers.</div>]]>
   </description>
   <pubDate>Tue, 31 Jul 2012 06:16:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20005&amp;PID=68682&amp;title=updaterecord-method#68682</guid>
  </item> 
 </channel>
</rss>