<?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 : Row.GroupRow in BeforeDrawRow</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Row.GroupRow in BeforeDrawRow]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 19:11:18 +0000</pubDate>
  <lastBuildDate>Wed, 08 Dec 2021 10:41:06 +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=24244</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[Row.GroupRow in BeforeDrawRow : HelloI found the solution. in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24244&amp;PID=78337&amp;title=row-grouprow-in-beforedrawrow#78337</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4567">MetallDesign</a><br /><strong>Subject:</strong> 24244<br /><strong>Posted:</strong> 08 December 2021 at 10:41am<br /><br />Hello<div><br></div><div>I found the solution. in the beforedraw sub the following entry was entered</div><div><br></div><div><i><b>If Row.Record Is Nothing Then Exit Sub</b></i></div><div><br></div><div>deleted and is good.</div><div><br></div><div>Another Question.</div><div><br></div><div>how can edit the following groupcaption string for 5, 8, 9 and 10:</div><div><br></div><div>&#091;5&#093;2244.26 &#091;8&#093;5279.55 &#091;9&#093;3035.29 &#091;10&#093;2806.65</div><div><br></div><div>Many thanks for your Answer.</div><div><br></div><div>Kind Regards&nbsp;</div><div><br></div><div>Ramon</div>]]>
   </description>
   <pubDate>Wed, 08 Dec 2021 10:41:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24244&amp;PID=78337&amp;title=row-grouprow-in-beforedrawrow#78337</guid>
  </item> 
  <item>
   <title><![CDATA[Row.GroupRow in BeforeDrawRow : HelloI use the NewItemRow ReportControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24244&amp;PID=78335&amp;title=row-grouprow-in-beforedrawrow#78335</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4567">MetallDesign</a><br /><strong>Subject:</strong> 24244<br /><strong>Posted:</strong> 05 December 2021 at 8:38am<br /><br />Hello<div><br></div><div>I use the NewItemRow ReportControl Sample and the&nbsp;<i>wndReportControl_BeforeDrawRow</i> is not be fired with&nbsp;<b style="white-space: pre-wrap; color: rgb32, 33, 36; font-size: small; : rgb248, 248, 252;">If Row.GroupRow Then</b></div><div><b style="white-space: pre-wrap; color: rgb32, 33, 36; font-size: small; : rgb248, 248, 252;"><br></b></div><div><span style="white-space: pre-wrap; color: rgb32, 33, 36; font-size: small; : rgb248, 248, 252;">What Settings i have to use in the ReportControl</span></div><div><span style="white-space: pre-wrap; color: rgb32, 33, 36; font-size: small; : rgb248, 248, 252;"><br></span></div><div><span style="white-space: pre-wrap; color: rgb32, 33, 36; font-size: small; : rgb248, 248, 252;">Kind Regards</span></div><div><span style="white-space: pre-wrap; color: rgb32, 33, 36; font-size: small; : rgb248, 248, 252;"><br></span></div><div><span style="white-space: pre-wrap; color: rgb32, 33, 36; font-size: small; : rgb248, 248, 252;">Ramon</span></div>]]>
   </description>
   <pubDate>Sun, 05 Dec 2021 08:38:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24244&amp;PID=78335&amp;title=row-grouprow-in-beforedrawrow#78335</guid>
  </item> 
  <item>
   <title><![CDATA[Row.GroupRow in BeforeDrawRow : HelloI have included the group...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24244&amp;PID=78334&amp;title=row-grouprow-in-beforedrawrow#78334</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4567">MetallDesign</a><br /><strong>Subject:</strong> 24244<br /><strong>Posted:</strong> 04 December 2021 at 6:18am<br /><br />Hello<div><br></div><div><pre ="tw--text tw-text-large tw-ta" -placeholder="Übersetzung" id="tw-target-text" dir="ltr" style="unicode-bidi: isolate; line-height: 36px; : rgb248, 249, 250; border: n&#111;ne; padding: 2px 0.14em 2px 0px; : relative; margin-top: -2px; margin-bottom: -2px; resize: n&#111;ne; overflow: ; width: 270px; overflow-wrap: break-word;"><font color="#202124" face="Verdana, Arial, Helvetica, sans-serif" size="2"><span style="white-space: pre-wrap;">I have included the group rows in my Report and set the <i>SetCustomDraw to xtpCustomBeforeDrawRow</i>. Now my problem: the <b>If Row.GroupRow Then</b> is not triggered in the BeforeDrawRow. how do I also have to define the report control?</span></font></pre></div><div><br></div><div>I use the ReportControl 15.3.1</div><div><br></div><div>Thank you for your Answer</div><div><br></div><div>Kind Regards</div><div><br></div><div>Ramon<br><div><br></div></div>]]>
   </description>
   <pubDate>Sat, 04 Dec 2021 06:18:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24244&amp;PID=78334&amp;title=row-grouprow-in-beforedrawrow#78334</guid>
  </item> 
 </channel>
</rss>