<?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 : CXTPReportControl with Thread Safe</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : CXTPReportControl with Thread Safe]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 04:17:13 +0000</pubDate>
  <lastBuildDate>Tue, 01 Feb 2011 04:22:25 +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=17821</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[CXTPReportControl with Thread Safe : Hi;Thats exactly the reason why...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17821&amp;PID=62386&amp;title=cxtpreportcontrol-with-thread-safe#62386</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 17821<br /><strong>Posted:</strong> 01 February 2011 at 4:22am<br /><br />Hi;<br><br>Thats exactly the reason why I'm NOT using data binding when threads are used!<br>It's not transparent enough for me.<br>So I can't help here...<br>]]>
   </description>
   <pubDate>Tue, 01 Feb 2011 04:22:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17821&amp;PID=62386&amp;title=cxtpreportcontrol-with-thread-safe#62386</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportControl with Thread Safe : ok I&amp;#039;m using CXTPReportControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17821&amp;PID=62385&amp;title=cxtpreportcontrol-with-thread-safe#62385</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1220">Jose5</a><br /><strong>Subject:</strong> 17821<br /><strong>Posted:</strong> 01 February 2011 at 4:19am<br /><br />ok I'm using <strong>CXTPReportControl&nbsp; with </strong>XTPReportDataManager-&gt;Bind with ADO configuration<br>the recordset is constantly being updated and the Report control&nbsp; updating almost real time..<br>I have a Thread that Senses updates and call Recordset-&gt;Requery() Hook that calls <strong></strong>CRstEvent::raw_FetchProgress where i refresh the Grid <br>when I try selecting rows randomly&nbsp; it kill the app can you please help here <br>]]>
   </description>
   <pubDate>Tue, 01 Feb 2011 04:19:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17821&amp;PID=62385&amp;title=cxtpreportcontrol-with-thread-safe#62385</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportControl with Thread Safe :    oleg wrote:Hi,best way is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17821&amp;PID=62383&amp;title=cxtpreportcontrol-with-thread-safe#62383</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 17821<br /><strong>Posted:</strong> 01 February 2011 at 2:58am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br />Hi,<div><br></div><div>best way is to send message to main thread and let it update/add new record.</div></td></tr></table><br>Sorry, <br>but SendMessage is performed in caller thread. So to be thread safe PostMessage should be used, or any kind of sync mechanism (critical section, mutex, ...) is necessary.<br>]]>
   </description>
   <pubDate>Tue, 01 Feb 2011 02:58:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17821&amp;PID=62383&amp;title=cxtpreportcontrol-with-thread-safe#62383</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportControl with Thread Safe : Hi,best way is to send message...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17821&amp;PID=62382&amp;title=cxtpreportcontrol-with-thread-safe#62382</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17821<br /><strong>Posted:</strong> 01 February 2011 at 2:28am<br /><br />Hi,<div><br></div><div>best way is to send message to main thread and let it update/add new record.</div>]]>
   </description>
   <pubDate>Tue, 01 Feb 2011 02:28:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17821&amp;PID=62382&amp;title=cxtpreportcontrol-with-thread-safe#62382</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportControl with Thread Safe : Can You please guide me on CXTPReportControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17821&amp;PID=62379&amp;title=cxtpreportcontrol-with-thread-safe#62379</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1220">Jose5</a><br /><strong>Subject:</strong> 17821<br /><strong>Posted:</strong> 31 January 2011 at 10:38pm<br /><br />Can You please guide me on <br>CXTPReportControl Best way to update through another thread <br>as I'm trying&nbsp; and it keeps giving me random error and killing the application <br><br><br>thanks <img src="http://forum.codejock.com/smileys/smiley11.gif" border="0" alt="Dead" title="Dead" /><br><br>]]>
   </description>
   <pubDate>Mon, 31 Jan 2011 22:38:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17821&amp;PID=62379&amp;title=cxtpreportcontrol-with-thread-safe#62379</guid>
  </item> 
 </channel>
</rss>