<?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) : some smaill questions about RC</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : (SOLVED) : some smaill questions about RC]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 13:11:06 +0000</pubDate>
  <lastBuildDate>Sun, 31 Aug 2008 11:21:48 +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=11856</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) : some smaill questions about RC : WAY 1: wndReportControl.Icons.LoadBitmap...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11856&amp;PID=40635&amp;title=solved-some-smaill-questions-about-rc#40635</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3233">AndreiM</a><br /><strong>Subject:</strong> 11856<br /><strong>Posted:</strong> 31 August 2008 at 11:21am<br /><br />WAY 1:<BR>&nbsp;&nbsp;&nbsp; wndReportControl.Icons.LoadBitmap App.Path &amp; "\Icons\bmreport.bmp", iconArray, xtpImageNormal<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>WAY 2:<BR>&nbsp;&nbsp;&nbsp; wndReportControl.Icons.AddBitmap ImageList1.ListImages.Item(1).Picture.Handle, COLUMN_MAIL_ICON, xtpImageNormal, False<BR>&nbsp;&nbsp;&nbsp; wndReportControl.Icons.AddBitmap ImageList1.ListImages.Item(2).Picture.Handle, COLUMN_IMPORTANCE_ICON, xtpImageNormal, False<BR>&nbsp;&nbsp;&nbsp; wndReportControl.Icons.AddBitmap ImageList1.ListImages.Item <DIV>................</DIV><DIV>&nbsp;</DIV><DIV>WAY 3:<BR>&nbsp;&nbsp;&nbsp; wndReportControl.Icons.AddIcon ImageList1.ListImages.Item(1).ExtractIcon().Handle, COLUMN_MAIL_ICON, xtpImageNormal<BR>&nbsp;&nbsp;&nbsp; ' .....<BR>&nbsp;&nbsp;&nbsp; <BR>WAY 4:<BR>&nbsp;&nbsp;&nbsp; wndReportControl.Icons.RemoveAll<BR>&nbsp;&nbsp;&nbsp; wndReportControl.Icons.AddBitmap ImageList2.ListImages.Item(1).Picture.Handle, iconArray, xtpImageNormal, False</DIV><DIV>the bitmap in ImageList2 will be slitted</DIV><DIV>&nbsp;</DIV><DIV>-----------------------------------------------------------------</DIV><DIV>I modify or sample project to play with this code:</DIV><DIV>&nbsp;&nbsp;&nbsp; <a href="https://forum.codejock.com/uploads/20080831_111921_ReportSample.zip" target="_blank">uploads/20080831_111921_ReportSample.zip</A></DIV><DIV>-----------------------------------------------------------------</DIV><DIV>&nbsp;</DIV><DIV>There are also method ReportControl.SetImageList <DIV>but it works fine only if you add icons to image list (not a bitmaps).</DIV></DIV><DIV>&nbsp;</DIV><DIV><DIV>WAY 5:</DIV><DIV>wndReportControl.SetImageList ImageList3</DIV><DIV>&nbsp;</DIV></DIV>]]>
   </description>
   <pubDate>Sun, 31 Aug 2008 11:21:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11856&amp;PID=40635&amp;title=solved-some-smaill-questions-about-rc#40635</guid>
  </item> 
  <item>
   <title><![CDATA[(SOLVED) : some smaill questions about RC : Hi AndreiMin any control we can...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11856&amp;PID=40625&amp;title=solved-some-smaill-questions-about-rc#40625</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4400">nenkalo</a><br /><strong>Subject:</strong> 11856<br /><strong>Posted:</strong> 30 August 2008 at 4:23pm<br /><br />Hi <a href="member_profile.asp?PF=3233&amp;FID=124" target="_blank">AndreiM</a><br>in any control we can load icons with 2 ways :<br>1- load icon from harddisk by using loadbitmap and ... . like it :<br>&nbsp;wndReportControl.Icons.LoadBitmap App.Path &amp; "\Icons\itemcontrols.bmp", iconArray, xtpImageNormal<br><br>2- load icons from image manager . in this method we load icons in design time in imagemanager control . and it resourced in project. <br><br>*-*<br>now i want to set icon in any record in RC . in examples all of items loaded to RC via loadbitmap funcion (first way) <br>please help me to load icon from imagemanager to RC . <br>tnx<br><br>]]>
   </description>
   <pubDate>Sat, 30 Aug 2008 16:23:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11856&amp;PID=40625&amp;title=solved-some-smaill-questions-about-rc#40625</guid>
  </item> 
  <item>
   <title><![CDATA[(SOLVED) : some smaill questions about RC : Hi, can you tell more details...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11856&amp;PID=40624&amp;title=solved-some-smaill-questions-about-rc#40624</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3233">AndreiM</a><br /><strong>Subject:</strong> 11856<br /><strong>Posted:</strong> 30 August 2008 at 3:56pm<br /><br /><DIV>Hi,</DIV><DIV>can you tell more details about what do you need?.</DIV><DIV>or why code from sample is not good for you?</DIV>]]>
   </description>
   <pubDate>Sat, 30 Aug 2008 15:56:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11856&amp;PID=40624&amp;title=solved-some-smaill-questions-about-rc#40624</guid>
  </item> 
  <item>
   <title><![CDATA[(SOLVED) : some smaill questions about RC : HI AndreiM , tnx :)  -----  now...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11856&amp;PID=40621&amp;title=solved-some-smaill-questions-about-rc#40621</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4400">nenkalo</a><br /><strong>Subject:</strong> 11856<br /><strong>Posted:</strong> 30 August 2008 at 11:34am<br /><br /><P>HI AndreiM , tnx :) </P><DIV>-----</DIV><DIV>&nbsp;</DIV><DIV>now i want to use icon in RC by using imagemanager . in samples icon in RC loaded from harddisk by loadbitmap and/or any&nbsp;other functions .</DIV><DIV>i want to set icon in RC by imagemanager . </DIV><DIV>plz help me :)</DIV>]]>
   </description>
   <pubDate>Sat, 30 Aug 2008 11:34:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11856&amp;PID=40621&amp;title=solved-some-smaill-questions-about-rc#40621</guid>
  </item> 
  <item>
   <title><![CDATA[(SOLVED) : some smaill questions about RC : Hellonenkalo, this is not an...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11856&amp;PID=40177&amp;title=solved-some-smaill-questions-about-rc#40177</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3233">AndreiM</a><br /><strong>Subject:</strong> 11856<br /><strong>Posted:</strong> 20 August 2008 at 1:51pm<br /><br />Hello&nbsp;<a href="https://forum.codejock.com/member_profile.asp?PF=4400&amp;FID=124" target="_blank"><strong><FONT color=#000000>nenkalo</FONT></strong></A>,<DIV>this is not an additional column, this just no-columns header background.</DIV><DIV>It is on the left because you yse RTL mode. </DIV><DIV>For left-to-right it is on the right (and looks not so confusable:).</DIV>]]>
   </description>
   <pubDate>Wed, 20 Aug 2008 13:51:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11856&amp;PID=40177&amp;title=solved-some-smaill-questions-about-rc#40177</guid>
  </item> 
  <item>
   <title><![CDATA[(SOLVED) : some smaill questions about RC : Hi AaronThanks   ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11856&amp;PID=40166&amp;title=solved-some-smaill-questions-about-rc#40166</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4400">nenkalo</a><br /><strong>Subject:</strong> 11856<br /><strong>Posted:</strong> 20 August 2008 at 11:26am<br /><br />Hi Aaron<br>Thanks <img src="http://forum.codejock.com/smileys/smiley20.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Wed, 20 Aug 2008 11:26:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11856&amp;PID=40166&amp;title=solved-some-smaill-questions-about-rc#40166</guid>
  </item> 
  <item>
   <title><![CDATA[(SOLVED) : some smaill questions about RC :   jpbro wrote:Add this to your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11856&amp;PID=40128&amp;title=solved-some-smaill-questions-about-rc#40128</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 11856<br /><strong>Posted:</strong> 20 August 2008 at 1:43am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by jpbro" alt="Originally posted by jpbro" style="vertical-align: text-bottom;" /> <strong>jpbro wrote:</strong><br /><br />Add this to your rpt_q_column_init sub:<BR><BR>It seems to get rid of the extra column. <BR><BR>This extra blank column is useful visually when the total columns width doesn't exceed the width of the control (i.e. no scrollbars), but I'm not sure why it's there when there are scrollbars because the scroll could just stop at the last "actual" column.<BR></td></tr></table> <DIV>&nbsp;</DIV><DIV>Hi Jason,</DIV><DIV>&nbsp;</DIV><DIV>If you use FreezeColumnsCount property and scroll to the right you can not just stop at last column... or Andrei would&nbsp;have to implement autosize after FreezeColumnsCount <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0">&nbsp;That would be a nice feature...</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 20 Aug 2008 01:43:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11856&amp;PID=40128&amp;title=solved-some-smaill-questions-about-rc#40128</guid>
  </item> 
  <item>
   <title><![CDATA[(SOLVED) : some smaill questions about RC :   nenkalo wrote:Hi *- rc_grid.table...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11856&amp;PID=40127&amp;title=solved-some-smaill-questions-about-rc#40127</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 11856<br /><strong>Posted:</strong> 20 August 2008 at 1:38am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by nenkalo" alt="Originally posted by nenkalo" style="vertical-align: text-bottom;" /> <strong>nenkalo wrote:</strong><br /><br />Hi<BR><BR>&#091;...&#093;<DIV><BR>*- <B>rc_grid.table </B>is not exist now really . i want to have any thing that behavior like it .<BR><BR><BR></td></tr></table> </DIV><DIV>&nbsp;</DIV><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>You have to be patience, maybe there will be something possible in next version(s) but for now you have to create them with your own SQL statements and&nbsp;add RC records.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 20 Aug 2008 01:38:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11856&amp;PID=40127&amp;title=solved-some-smaill-questions-about-rc#40127</guid>
  </item> 
  <item>
   <title><![CDATA[(SOLVED) : some smaill questions about RC :  HiThanks sir jpbroit solved...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11856&amp;PID=40117&amp;title=solved-some-smaill-questions-about-rc#40117</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4400">nenkalo</a><br /><strong>Subject:</strong> 11856<br /><strong>Posted:</strong> 19 August 2008 at 4:22pm<br /><br />Hi<br><br>Thanks sir <a href="member_profile.asp?PF=2676&amp;FID=124" target="_blank">jpbro</a><br>it solved :)<br><br>.<br><br>New Professional Question :<br><br>7- I have one RC control in my prject that i inserted records via some tables and operating and other relations .and now is filled and ready .<br>now i want to use this Grid like one Table for sql statment . <br><br>you imagine my RC named <b>rc_grid</b> and i have 2 MS-access table that called <b>Table1</b> and<b> Table2</b> .(there is <b>name </b>filed in all tables.)<br>i want to use SQL statement like this :<br><br>select * from Table1,Table2, <b>rc_grid.table* <br></b>where RC_grid.table.name = Table1.name <br>inner join ...<br><b><br></b>i must use it for inner join and other operators :)<br><br><br>------------<br>*- <b>rc_grid.table </b>is not exist now really . i want to have any thing that behavior like it .<br><br><br>]]>
   </description>
   <pubDate>Tue, 19 Aug 2008 16:22:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11856&amp;PID=40117&amp;title=solved-some-smaill-questions-about-rc#40117</guid>
  </item> 
  <item>
   <title><![CDATA[(SOLVED) : some smaill questions about RC : Add this to your rpt_q_column_init...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11856&amp;PID=40104&amp;title=solved-some-smaill-questions-about-rc#40104</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 11856<br /><strong>Posted:</strong> 19 August 2008 at 11:12am<br /><br />Add this to your rpt_q_column_init sub:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>rpt_q.FullColumnScrolling = False<br></pre></td></tr></table><br><br>It seems to get rid of the extra column. <br><br>This extra blank column is useful visually when the total columns width doesn't exceed the width of the control (i.e. no scrollbars), but I'm not sure why it's there when there are scrollbars because the scroll could just stop at the last "actual" column.<br>]]>
   </description>
   <pubDate>Tue, 19 Aug 2008 11:12:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11856&amp;PID=40104&amp;title=solved-some-smaill-questions-about-rc#40104</guid>
  </item> 
 </channel>
</rss>