<?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 : [DISCUSSION] Help in RC forum</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : [DISCUSSION] Help in RC forum]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 21:21:23 +0000</pubDate>
  <lastBuildDate>Tue, 28 Sep 2010 23:06:00 +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=16478</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[[DISCUSSION] Help in RC forum : Hi jpbr,Thanks.. I got it... but...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16478&amp;PID=60559&amp;title=discussion-help-in-rc-forum#60559</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5940">JamGodz</a><br /><strong>Subject:</strong> 16478<br /><strong>Posted:</strong> 28 September 2010 at 11:06pm<br /><br />Hi jpbr,<br><br>Thanks.. I got it... but just wanna ask if where would be the best way to implement the footertext, is it posible in <font color="#ff0000">BeforeDrawRow</font> event? coz i want to display the total of all SUMSUB in footertext.. <br>please... if you have any code or suggestion..<br><img src="uploads/5940/FooterImple.png" height="612" width="1118" border="0" /><br>]]>
   </description>
   <pubDate>Tue, 28 Sep 2010 23:06:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16478&amp;PID=60559&amp;title=discussion-help-in-rc-forum#60559</guid>
  </item> 
  <item>
   <title><![CDATA[[DISCUSSION] Help in RC forum : For the fixed footer, you need...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16478&amp;PID=60558&amp;title=discussion-help-in-rc-forum#60558</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 16478<br /><strong>Posted:</strong> 28 September 2010 at 10:43pm<br /><br />For the fixed footer, you need to set the text using the FooterText property of the ReportColumn object. So something like:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; Set Column = wndList.Columns.Add(0, "Col1", 50, False)<br>&nbsp;&nbsp;&nbsp; Column.FooterText = "1"<br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Tue, 28 Sep 2010 22:43:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16478&amp;PID=60558&amp;title=discussion-help-in-rc-forum#60558</guid>
  </item> 
  <item>
   <title><![CDATA[[DISCUSSION] Help in RC forum : Addendum:please refer also to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16478&amp;PID=60557&amp;title=discussion-help-in-rc-forum#60557</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5940">JamGodz</a><br /><strong>Subject:</strong> 16478<br /><strong>Posted:</strong> 28 September 2010 at 9:17pm<br /><br /><font color="#ff0000">Addendum:<br><font color="#000000"><br>please refer also to my desired output</font><br><img src="uploads/5940/Footer.png" height="370" width="582" border="0" /><br><br><font color="#000000">Thank you!</font><br></font>]]>
   </description>
   <pubDate>Tue, 28 Sep 2010 21:17:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16478&amp;PID=60557&amp;title=discussion-help-in-rc-forum#60557</guid>
  </item> 
  <item>
   <title><![CDATA[[DISCUSSION] Help in RC forum : Hi Aaron,Thank you again for your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16478&amp;PID=60555&amp;title=discussion-help-in-rc-forum#60555</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5940">JamGodz</a><br /><strong>Subject:</strong> 16478<br /><strong>Posted:</strong> 28 September 2010 at 8:49pm<br /><br />Hi Aaron,<br><br>Thank you again for your quick reply... <br>sorry i haven't paste correct the code. I've already call the <font color="#ff0000">.Populate</font> but still doesn't work..&nbsp; please have the attached file for my testing project.<br><br><br>Thank you!<a href="uploads/5940/MyFooter.zip" target="_blank">uploads/5940/MyFooter.zip</a><br>]]>
   </description>
   <pubDate>Tue, 28 Sep 2010 20:49:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16478&amp;PID=60555&amp;title=discussion-help-in-rc-forum#60555</guid>
  </item> 
  <item>
   <title><![CDATA[[DISCUSSION] Help in RC forum : Hi,  I don&amp;#039;t see call .Populate...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16478&amp;PID=60549&amp;title=discussion-help-in-rc-forum#60549</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16478<br /><strong>Posted:</strong> 28 September 2010 at 1:41pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I don't see call .Populate in your code???</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 28 Sep 2010 13:41:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16478&amp;PID=60549&amp;title=discussion-help-in-rc-forum#60549</guid>
  </item> 
  <item>
   <title><![CDATA[[DISCUSSION] Help in RC forum : Hi Aaron,i have a problem with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16478&amp;PID=60546&amp;title=discussion-help-in-rc-forum#60546</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5940">JamGodz</a><br /><strong>Subject:</strong> 16478<br /><strong>Posted:</strong> 28 September 2010 at 11:36am<br /><br />Hi Aaron,<br><br>i have a problem with the footer... it doesn't add a record.. <br><br>heres my code:<br><br>Private Sub Form_Load()<br>&nbsp;&nbsp;&nbsp; AddFooterRecord srcControl.FooterRecords, 1, 2, 3, 4<br>&nbsp;&nbsp;&nbsp; srcControl.ReCalc True<br>&nbsp;&nbsp;&nbsp; srcControl.Redraw<br>End Sub<br><br>Private Sub AddFooterRecord(ByRef Records As ReportRecords, ByVal NetCane As Double, ByVal NetCaneAmount As Double, ByVal LKG As Double, ByVal LKGAmount As Double)<br>&nbsp;&nbsp;&nbsp; Dim Record As ReportRecord, Item As ReportRecordItem, i As Integer<br>&nbsp;&nbsp;&nbsp; Records.DeleteAll<br>&nbsp;&nbsp;&nbsp; Set Record = Records.Add()<br>&nbsp;&nbsp;&nbsp; Set Item = Record.AddItem("TOTAL:")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Item.Alignment = xtpAlignmentRight: Item.Bold = True<br>&nbsp;&nbsp;&nbsp; Set Item = Record.AddItem(NetCane): Item.Bold = True<br>&nbsp;&nbsp;&nbsp; Set Item = Record.AddItem(NetCaneAmount): Item.Bold = True<br>&nbsp;&nbsp;&nbsp; Set Item = Record.AddItem(LKG): Item.Bold = True<br>&nbsp;&nbsp;&nbsp; Set Item = Record.AddItem(LKGAmount): Item.Bold = True<br>End Sub<br><br>please help... tnx<br>]]>
   </description>
   <pubDate>Tue, 28 Sep 2010 11:36:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16478&amp;PID=60546&amp;title=discussion-help-in-rc-forum#60546</guid>
  </item> 
  <item>
   <title><![CDATA[[DISCUSSION] Help in RC forum : Hi,  Seems there are no problems...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16478&amp;PID=58912&amp;title=discussion-help-in-rc-forum#58912</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16478<br /><strong>Posted:</strong> 13 June 2010 at 5:43am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Seems there are no problems with the features I mentioned. As I said before, I don't use these features so I can't tell if there are problems with it. So once again, please reply if you are having problems... <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>Thanks again</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 13 Jun 2010 05:43:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16478&amp;PID=58912&amp;title=discussion-help-in-rc-forum#58912</guid>
  </item> 
  <item>
   <title><![CDATA[[DISCUSSION] Help in RC forum : Aaron     The problemwas RecordsTreeFilterMode...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16478&amp;PID=57826&amp;title=discussion-help-in-rc-forum#57826</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2958">wlcabral</a><br /><strong>Subject:</strong> 16478<br /><strong>Posted:</strong> 27 March 2010 at 11:22am<br /><br />Aaron <DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>The problem&nbsp;was RecordsTreeFilterMode property,&nbsp; I needed to set this propety at the Init method.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV><FONT size=2 face="Courier New"><FONT size=2 face="Courier New"></FONT></FONT>&nbsp;</DIV><DIV><FONT size=2 face="Courier New"><FONT size=2 face="Courier New">RecordsTreeFilterMode = xtpReportFilterTreeByParentAndChildren (Filter by parent and children.) <DIV></DIV><DIV></DIV></FONT></FONT></DIV><DIV><FONT size=2 face="Courier New"><FONT size=2 face="Courier New"></FONT></FONT>&nbsp;</DIV><DIV><FONT size=2 face="Courier New"><FONT size=2 face="Courier New">&nbsp;</DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV>Thanks.</DIV><DIV>&nbsp;</DIV></FONT></FONT>]]>
   </description>
   <pubDate>Sat, 27 Mar 2010 11:22:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16478&amp;PID=57826&amp;title=discussion-help-in-rc-forum#57826</guid>
  </item> 
  <item>
   <title><![CDATA[[DISCUSSION] Help in RC forum :   wlcabral wrote:  Hi Aaron,  I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16478&amp;PID=57824&amp;title=discussion-help-in-rc-forum#57824</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16478<br /><strong>Posted:</strong> 27 March 2010 at 5:11am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by wlcabral" alt="Originally posted by wlcabral" style="vertical-align: text-bottom;" /> <strong>wlcabral wrote:</strong><br /><br /><DIV></DIV><DIV>Hi Aaron,</DIV><DIV>&nbsp;</DIV><DIV>I sent a request to codejock about a problem with formula in a footerRecord,&nbsp; The sample is written in FoxPro.</DIV><DIV>&nbsp;</DIV><DIV>SUPPORT REQUEST:<BR><BR><strong>Can I use formula in a footerRecord Item .<BR></strong></DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>Hi Walter,</DIV><DIV>&nbsp;</DIV><DIV>I don't think CJ implemented this (yet). </DIV><DIV>You are able to select every single property and are able to set a value same as a RecordItem but it doesn't <strong>show!!</strong> (Same as adding childrecords to Footer/Header Records, you are able to add childs and set values for it but don't show either)</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 27 Mar 2010 05:11:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16478&amp;PID=57824&amp;title=discussion-help-in-rc-forum#57824</guid>
  </item> 
  <item>
   <title><![CDATA[[DISCUSSION] Help in RC forum :   wlcabral wrote: FilterText...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16478&amp;PID=57823&amp;title=discussion-help-in-rc-forum#57823</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16478<br /><strong>Posted:</strong> 27 March 2010 at 4:14am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by wlcabral" alt="Originally posted by wlcabral" style="vertical-align: text-bottom;" /> <strong>wlcabral wrote:</strong><br /><br /><DIV></DIV><strong>FilterText Property do not Filter Childs Records. It only works at the first Level Records.</strong>&nbsp; <DIV></td></tr></table> </DIV><DIV>&nbsp;</DIV><DIV><FONT size=2>Hi Walter,</FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV><FONT size=2>Did you set wndReportControl.<FONT color=#0000ff><strong>SortRecordChildren</strong></FONT> = True ?</FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 27 Mar 2010 04:14:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16478&amp;PID=57823&amp;title=discussion-help-in-rc-forum#57823</guid>
  </item> 
 </channel>
</rss>