<?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 : Problem with CXTPReportRecordItemPreview</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Problem with CXTPReportRecordItemPreview]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 00:01:42 +0000</pubDate>
  <lastBuildDate>Fri, 05 Jan 2007 16:54:43 +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=6003</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[Problem with CXTPReportRecordItemPreview : Yes, your code is fine. Something...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6003&amp;PID=18929&amp;title=problem-with-cxtpreportrecorditempreview#18929</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 6003<br /><strong>Posted:</strong> 05 January 2007 at 4:54pm<br /><br />Yes, your code is fine. Something like this will be included into the next release.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Fri, 05 Jan 2007 16:54:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6003&amp;PID=18929&amp;title=problem-with-cxtpreportrecorditempreview#18929</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with CXTPReportRecordItemPreview : Hi again,got the solution:there...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6003&amp;PID=18880&amp;title=problem-with-cxtpreportrecorditempreview#18880</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=117">Paddy</a><br /><strong>Subject:</strong> 6003<br /><strong>Posted:</strong> 05 January 2007 at 8:18am<br /><br />Hi again,<br><br>got the solution:<br><br>there was no column for a preview item - so I've modified the onclick method:<br><br>&nbsp;&nbsp;&nbsp; if (pClickArgs-&gt;pRow != NULL)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pClickArgs-&gt;pRow-&gt;InternalAddRef();<br>&nbsp;&nbsp;&nbsp; if (pClickArgs-&gt;pColumn != NULL)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pClickArgs-&gt;pColumn-&gt;InternalAddRef();<br>&nbsp;&nbsp;&nbsp; InternalAddRef();<br>&nbsp;&nbsp;&nbsp; pClickArgs-&gt;pControl-&gt;InternalAddRef();<br><br>....&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; if (pClickArgs-&gt;pRow != NULL)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pClickArgs-&gt;pRow-&gt;InternalRelease();<br>&nbsp;&nbsp;&nbsp; if (pClickArgs-&gt;pColumn != NULL)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pClickArgs-&gt;pColumn-&gt;InternalRelease();<br>&nbsp;&nbsp;&nbsp; InternalRelease();<br>&nbsp;&nbsp;&nbsp; pClickArgs-&gt;pControl-&gt;InternalRelease();<br><br><br>But I'm not sure if there could be other problems after the change!<br><br>Greets,<br><br>Patrik<br><br><br>]]>
   </description>
   <pubDate>Fri, 05 Jan 2007 08:18:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6003&amp;PID=18880&amp;title=problem-with-cxtpreportrecorditempreview#18880</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with CXTPReportRecordItemPreview : Hi,there seems to be a problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6003&amp;PID=18872&amp;title=problem-with-cxtpreportrecorditempreview#18872</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=117">Paddy</a><br /><strong>Subject:</strong> 6003<br /><strong>Posted:</strong> 05 January 2007 at 5:41am<br /><br />Hi,<br><br>there seems to be a problem when using CXTPReportRecordItemPreviews (V10.4.0)<br><br>To reproduce:<br>1) enable preview with "Toggle Preview Mode".<br>2) After doing several clicks in some rows I always get a crash at " InternalAddRef();" in "void CXTPReportRecordItem::OnClick(XTP_REPORTRECORDITEM_CLICKARGS* pClickArgs)"<br><br>Apart from that a question:<br><br>&nbsp;&nbsp;&nbsp; m_pPreviewItem = new CXTPReportRecordItemPreview(m_HintText);<br>&nbsp;&nbsp;&nbsp; m_pPreviewItem-&gt;SetBold(true);<br>&nbsp;&nbsp;&nbsp; m_pPreviewItem-&gt;SetTextColor(RGB(255,0,0));<br><br>&nbsp;&nbsp;&nbsp; SetPreviewItem((CXTPReportRecordItemPreview*)m_pPreviewItem);<br><br>SetBold and  SetTextColor have no influence for the preview display. Does this makes sense? Or do I have to change the metrics for display??<br><br>Greets,<br><br>Patrik<br><br>]]>
   </description>
   <pubDate>Fri, 05 Jan 2007 05:41:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6003&amp;PID=18872&amp;title=problem-with-cxtpreportrecorditempreview#18872</guid>
  </item> 
 </channel>
</rss>