<?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 : [solved] empty ReportRecordItemPreview</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : [solved] empty ReportRecordItemPreview]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 03 Apr 2026 22:41:09 +0000</pubDate>
  <lastBuildDate>Wed, 25 Jul 2018 16:32:14 +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=23651</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[[solved] empty ReportRecordItemPreview : I had the same problem today and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23651&amp;PID=76959&amp;title=solved-empty-reportrecorditempreview#76959</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5742">docontrol</a><br /><strong>Subject:</strong> 23651<br /><strong>Posted:</strong> 25 July 2018 at 4:32pm<br /><br />I had the same problem today and struggled to find out why. It wasn't until I found this post that I realized that there is a bug in v18.4.0 of the toolkit.<div><br></div><div>However I managed to workaround the problem by inheriting from&nbsp;CXTPReportRecordItemPreview and overriding the&nbsp;OnDrawCaption method.</div>]]>
   </description>
   <pubDate>Wed, 25 Jul 2018 16:32:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23651&amp;PID=76959&amp;title=solved-empty-reportrecorditempreview#76959</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] empty ReportRecordItemPreview : Hello Muckl, This can be solved...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23651&amp;PID=76947&amp;title=solved-empty-reportrecorditempreview#76947</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23651<br /><strong>Posted:</strong> 23 July 2018 at 4:44pm<br /><br />Hello Muckl, <br /><br />This can be solved only by changing c++ core. Codejock has SuitePro with source code bundle, ask in sales.<br /><br />Also you can use previos version of ReportControl.<br /><br />Regards,<br />Oleksandr Lebed]]>
   </description>
   <pubDate>Mon, 23 Jul 2018 16:44:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23651&amp;PID=76947&amp;title=solved-empty-reportrecorditempreview#76947</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] empty ReportRecordItemPreview : I have the same problem with ActiveX....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23651&amp;PID=76946&amp;title=solved-empty-reportrecorditempreview#76946</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9292">Muckl</a><br /><strong>Subject:</strong> 23651<br /><strong>Posted:</strong> 23 July 2018 at 11:54am<br /><br />I have the same problem with ActiveX. Is there also any solution?<br>]]>
   </description>
   <pubDate>Mon, 23 Jul 2018 11:54:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23651&amp;PID=76946&amp;title=solved-empty-reportrecorditempreview#76946</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] empty ReportRecordItemPreview : Hello,Sorry I have confused ReportRecordItemPreviewwith...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23651&amp;PID=76870&amp;title=solved-empty-reportrecorditempreview#76870</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23651<br /><strong>Posted:</strong> 10 June 2018 at 6:19am<br /><br />Hello,<br><br>Sorry I have confused ReportRecordItem<b>Preview</b>&nbsp;with Print<b>Preview</b>&nbsp;where we have made some improvements.<br><br>So I found reason of empty ReportRecordItemPreview. Bug in method CXTPReportRecordItemPreview::OnDrawCaption() and the same copy-past bug in GetCaptionRect() method&nbsp;<table width="99%"><tr><td><pre class="BBcode">void CXTPReportRecordItemPreview::GetCaptionRect(XTP_REPORTRECORDITEM_ARGS* pDrawArgs, CRect&amp; rcItem)<div>{</div><div>&nbsp; &nbsp; ASSERT(NULL != pDrawArgs);</div><div>&nbsp; &nbsp; ASSERT(NULL != pDrawArgs-&gt;pControl);</div><div><br></div><div>&nbsp; &nbsp; if (<b><font color="#00cc00">NULL == pDrawArgs-&gt;pControl</font></b>)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; return;</div><div><br></div><div>&nbsp; &nbsp; CRect&amp; rcIndent = pDrawArgs-&gt;pControl-&gt;GetPaintManager()-&gt;m_rcPreviewIndent;</div><div>&nbsp; &nbsp; rcItem.DeflateRect(rcIndent.left - XTP_DPI_X(2), -XTP_DPI_Y(1), rcIndent.right, -rcIndent.bottom);</div><div>}</div><div><br></div><div>void CXTPReportRecordItemPreview::OnDrawCaption(</div><div>&nbsp; &nbsp; XTP_REPORTRECORDITEM_DRAWARGS *pDrawArgs,</div><div>&nbsp; &nbsp; XTP_REPORTRECORDITEM_METRICS&nbsp; *pMetrics)</div><div>{</div><div>&nbsp; &nbsp; ASSERT(NULL != pDrawArgs);</div><div>&nbsp; &nbsp; ASSERT(NULL != pDrawArgs-&gt;pControl);</div><div><br></div><div>&nbsp; &nbsp; if (<b><font color="#00cc00">NULL == pDrawArgs-&gt;pControl</font></b>)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; return;</div>......</pre></td></tr></table>Regards,<br>&nbsp;Oleksandr Lebed]]>
   </description>
   <pubDate>Sun, 10 Jun 2018 06:19:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23651&amp;PID=76870&amp;title=solved-empty-reportrecorditempreview#76870</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] empty ReportRecordItemPreview : Dynamic x86 ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23651&amp;PID=76867&amp;title=solved-empty-reportrecorditempreview#76867</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=840">sbinder</a><br /><strong>Subject:</strong> 23651<br /><strong>Posted:</strong> 08 June 2018 at 7:10am<br /><br /> Dynamic x86]]>
   </description>
   <pubDate>Fri, 08 Jun 2018 07:10:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23651&amp;PID=76867&amp;title=solved-empty-reportrecorditempreview#76867</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] empty ReportRecordItemPreview : Hello,Please describe your environment,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23651&amp;PID=76864&amp;title=solved-empty-reportrecorditempreview#76864</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23651<br /><strong>Posted:</strong> 07 June 2018 at 10:13am<br /><br />Hello,<br><br>Please describe your environment,&nbsp; library configuration (Unicode, Static, Dynamic, x86, x64, ...)<br><br>Regards,<br>&nbsp;Oleksandr Lebed]]>
   </description>
   <pubDate>Thu, 07 Jun 2018 10:13:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23651&amp;PID=76864&amp;title=solved-empty-reportrecorditempreview#76864</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] empty ReportRecordItemPreview : The Preview-Modus in ReportControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23651&amp;PID=76863&amp;title=solved-empty-reportrecorditempreview#76863</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=840">sbinder</a><br /><strong>Subject:</strong> 23651<br /><strong>Posted:</strong> 07 June 2018 at 7:08am<br /><br /><div style=": transparent; -: n&#111;ne; border-bottom-color: rgb0, 0, 0; border-bottom-style: n&#111;ne; border-bottom-width: 0px; border--outset: 0; border--repeat: stretch; border--slice: 100%; border--source: n&#111;ne; border--width: 1; border-left-color: rgb0, 0, 0; border-left-style: n&#111;ne; border-left-width: 0px; border-right-color: rgb0, 0, 0; border-right-style: n&#111;ne; border-right-width: 0px; border-top-color: rgb0, 0, 0; border-top-style: n&#111;ne; border-top-width: 0px; color: rgb0, 0, 0; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; orphans: 2; text-align: left; text-decorati&#111;n: n&#111;ne; text-indent: 0px; text-trans: n&#111;ne; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">The Preview-Modus in ReportControl does not work since 18.4.0!
</div><div style=": transparent; -: n&#111;ne; border-bottom-color: rgb0, 0, 0; border-bottom-style: n&#111;ne; border-bottom-width: 0px; border--outset: 0; border--repeat: stretch; border--slice: 100%; border--source: n&#111;ne; border--width: 1; border-left-color: rgb0, 0, 0; border-left-style: n&#111;ne; border-left-width: 0px; border-right-color: rgb0, 0, 0; border-right-style: n&#111;ne; border-right-width: 0px; border-top-color: rgb0, 0, 0; border-top-style: n&#111;ne; border-top-width: 0px; color: rgb0, 0, 0; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; orphans: 2; text-align: left; text-decorati&#111;n: n&#111;ne; text-indent: 0px; text-trans: n&#111;ne; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">See ReportSample</div><div style=": transparent; -: n&#111;ne; border-bottom-color: rgb0, 0, 0; border-bottom-style: n&#111;ne; border-bottom-width: 0px; border--outset: 0; border--repeat: stretch; border--slice: 100%; border--source: n&#111;ne; border--width: 1; border-left-color: rgb0, 0, 0; border-left-style: n&#111;ne; border-left-width: 0px; border-right-color: rgb0, 0, 0; border-right-style: n&#111;ne; border-right-width: 0px; border-top-color: rgb0, 0, 0; border-top-style: n&#111;ne; border-top-width: 0px; color: rgb0, 0, 0; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; orphans: 2; text-align: left; text-decorati&#111;n: n&#111;ne; text-indent: 0px; text-trans: n&#111;ne; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"><br></div><div style=": transparent; -: n&#111;ne; border-bottom-color: rgb0, 0, 0; border-bottom-style: n&#111;ne; border-bottom-width: 0px; border--outset: 0; border--repeat: stretch; border--slice: 100%; border--source: n&#111;ne; border--width: 1; border-left-color: rgb0, 0, 0; border-left-style: n&#111;ne; border-left-width: 0px; border-right-color: rgb0, 0, 0; border-right-style: n&#111;ne; border-right-width: 0px; border-top-color: rgb0, 0, 0; border-top-style: n&#111;ne; border-top-width: 0px; color: rgb0, 0, 0; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; orphans: 2; text-align: left; text-decorati&#111;n: n&#111;ne; text-indent: 0px; text-trans: n&#111;ne; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"><br></div>]]>
   </description>
   <pubDate>Thu, 07 Jun 2018 07:08:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23651&amp;PID=76863&amp;title=solved-empty-reportrecorditempreview#76863</guid>
  </item> 
 </channel>
</rss>