<?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 : Report Control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Last 10 Posts]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 23:41:26 +0000</pubDate>
  <lastBuildDate>Sun, 30 Mar 2025 07:41:01 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_topic_feed.asp?FID=124</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[Report Control : [SOLVED] How does FindRecordItem work?]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12897&amp;PID=79170&amp;title=solved-how-does-findrecorditem-work#79170</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9527">Milano</a><br /><strong>Subject:</strong> &#091;SOLVED&#093; How does FindRecordItem work?<br /><strong>Posted:</strong> 30 March 2025 at 7:41am<br /><br /><div>Just a little note that caused me to lose some time.<br><br>If you want to search <b>from the beginning</b> of rows or columns, you set zeroes for StartIndex, StartColumn and Item parameters.</div><div><br></div><div><font face="Courier New, Courier, mono">Set repRecItem = wndReportControl.Records.FindRecordItem(0, iRows, 0, iCols, 1, 0, sArg, 0)</font></div><div><br></div><div>Setting Flags to zero means finding anything that matches the criteria.</div><div><br></div><div>I think you should add an enumeration in XTPGridTextSearchParms for this too, as it's not clear what to use when none of the suggested options apply:</div><div><br></div><div><strong>xtpGridTextSearchExactPhrase</strong></div><div><strong>xtpGridTextSearchMatchCase</strong></div><div><strong>xtpGridTextSearchBackward</strong></div><div><strong>xtpGridTextSearchExactStart</strong></div><div><br></div><div>perhaps you could add</div><div><br></div><div><strong>xtpGridTextSearchAny = 0</strong><br></div><div><br></div><div>Code example of finding and setting the FocusedRow to appropriate possition:</div><div><br></div><div><font face="Courier New, Courier, mono">Dim searchToken As String, oFnd As GridRecordItem <br></font></div><div><font face="Courier New, Courier, mono"><br></font></div><div><font face="Courier New, Courier, mono">searchToken = "Find this"</font></div><div><font face="Courier New, Courier, mono"><br></font></div><div><font face="Courier New, Courier, mono">With GridControl</font></div><blockquote><div><font face="Courier New, Courier, mono">Set oFnd = .Rows.FindRecordItemByRows(0, .Rows.Count, 0, .Columns.Count , 0, 0, searchToken, 0)</font></div><div><font face="Courier New, Courier, mono"><br></font></div><div><font face="Courier New, Courier, mono">If Not oFnd Is Nothing Then</font></div><blockquote><div><font face="Courier New, Courier, mono">Set .FocusedRow = .Rows.FindRow(oFnd.Record)</font></div><div><font face="Courier New, Courier, mono">.FocusedRow.EnsureVisible</font></div><div><font face="Courier New, Courier, mono"><br></font></div></blockquote><div><font face="Courier New, Courier, mono">End If</font></div></blockquote><div><font face="Courier New, Courier, mono">End With</font></div>]]>
   </description>
   <pubDate>Sun, 30 Mar 2025 07:41:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12897&amp;PID=79170&amp;title=solved-how-does-findrecorditem-work#79170</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control : Grid Control row height of empty rows]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24522&amp;PID=79082&amp;title=grid-control-row-height-of-empty-rows#79082</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9685">Focus</a><br /><strong>Subject:</strong> Grid Control row height of empty rows<br /><strong>Posted:</strong> 29 November 2024 at 6:24am<br /><br />The solution seems to be<div><br><div><div>Set the DefaultRowFreeHeight to 25</div><div>Set the FreeHeightMode to True&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div><br></div></div></div>]]>
   </description>
   <pubDate>Fri, 29 Nov 2024 06:24:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24522&amp;PID=79082&amp;title=grid-control-row-height-of-empty-rows#79082</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control : Grid Control row height of empty rows]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24522&amp;PID=79057&amp;title=grid-control-row-height-of-empty-rows#79057</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9685">Focus</a><br /><strong>Subject:</strong> Grid Control row height of empty rows<br /><strong>Posted:</strong> 12 November 2024 at 9:17am<br /><br />This has been true for quite some time and is still there in the latest 24.0 version but I've never gotten to the bottom of it.<div><br></div><div>The height of a grid row when it is empty is a fraction, maybe one pixel, shallower than when data has been entered into it</div><div><br></div><div>You can see this by creating a simple input grid and enter a bit of text</div><div><br></div><div>When you move down a row look at the bottom of the grid and you will see the grid lines 'jump' down</div><div><br></div><div>This isn't really a great problem until you want to put two grids side by side and the grid lines are at slightly different heights depending on how much data is in each grid</div><div><br></div><div>It's almost like when it is measuring to see how high the empty row should be it's using a non system font or not allowing for descenders or something like that&nbsp;&nbsp;</div><div><br></div><div>Changing things in&nbsp;<span style=": rgb242, 246, 248;">MeasureRow only effects rows with data not the ones without</span></div><div><span style=": rgb242, 246, 248;"><br></span></div><div><span style=": rgb242, 246, 248;">Does anyone know how the grid control calculates the height of an empty row and is there any property I have missed that influences this ?</span></div><div><span style=": rgb242, 246, 248;"><br></span></div><div><span style=": rgb242, 246, 248;">Thanks</span></div>]]>
   </description>
   <pubDate>Tue, 12 Nov 2024 09:17:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24522&amp;PID=79057&amp;title=grid-control-row-height-of-empty-rows#79057</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control : Freeze Column issue]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24493&amp;PID=78989&amp;title=freeze-column-issue#78989</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9672">mhd.mayet</a><br /><strong>Subject:</strong> Freeze Column issue<br /><strong>Posted:</strong> 14 August 2024 at 6:34am<br /><br />Hi<br><br>I have a grid with approximately 20 columns<div>Within the first 10 there is one column that is hidden.</div><div><br></div><div>Using the freezecolumn to set it to 5.</div><div>However, doing a get immediately afterwards is always returning 1 less then the value set.</div><div><br></div><div>Any ideas as to why?&nbsp;</div>]]>
   </description>
   <pubDate>Wed, 14 Aug 2024 06:34:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24493&amp;PID=78989&amp;title=freeze-column-issue#78989</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control : Value change / Revert automaticly]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24445&amp;PID=78828&amp;title=value-change-revert-automaticly#78828</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3198">simps</a><br /><strong>Subject:</strong> Value change / Revert automaticly<br /><strong>Posted:</strong> 27 December 2023 at 8:16am<br /><br /><div><font color="#242424" face="Arial, Helvetica, sans-serif" size="2">Problem : if item caption is changed once, it's not able to be changed again manually.</font></div><div><font color="#242424" face="Arial, Helvetica, sans-serif" size="2"><br></font></div><div><font color="#242424" face="Arial, Helvetica, sans-serif" size="2">to see my problem clearly;</font></div><div><font color="#242424" face="Arial, Helvetica, sans-serif" size="2"><span style="white-space:pre">	</span>vb6 / new project</font></div><div><font color="#242424" face="Arial, Helvetica, sans-serif" size="2"><span style="white-space:pre">	</span>add reportcontrol1</font></div><div><font color="#242424" face="Arial, Helvetica, sans-serif" size="2"><span style="white-space:pre">	</span>copy &amp; paste the code below.</font></div><div><br></div><div><img src="https://i.ibb.co/9rp1vXD/test.png" height="259" width="551" border="0" /><br></div><div><font color="#242424" face="Arial, Helvetica, sans-serif" size="2"><br></font></div><div><font color="#242424"><div style=""><font face="Arial, Helvetica, sans-serif" size="1">Option Explicit</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1"><br></font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">Private Sub Form_Load()</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; Dim newRec As ReportRecord</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; With ReportControl1</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; .SetCustomDraw (xtpCustomBeforeDrawRow)</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; .Columns.Add 0, "Add", 100, True</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; .Columns.Add 1, "Part Name / Component", 200, True</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; .Columns.Add 2, "Purchase Order Qty", 100, True</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; .Columns.Add 3, "Production Order Qty", 100, True</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; .Columns(1).TreeColumn = True</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; Set newRec = .Records.Add</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.AddItem ""</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.Item(0).HasCheckbox = True</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.AddItem "Car"</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.AddItem 2</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.AddItem 2</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.Item(0).HasCheckbox = True</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .Populate</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; Set newRec = .Rows(0).Record.Childs.Add</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.AddItem ""</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.Item(0).HasCheckbox = True</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.AddItem "Part-A"</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.AddItem 4</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.AddItem 4</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.Item(0).HasCheckbox = True</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; Set newRec = .Rows(0).Record.Childs.Add</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.AddItem ""</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.Item(0).HasCheckbox = True</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.AddItem "Part-B"</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.AddItem 4</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.AddItem 4</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.Item(0).HasCheckbox = True</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Set newRec = .Rows(0).Record.Childs.Add</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.AddItem ""</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.Item(0).HasCheckbox = True</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.AddItem "Part-C"</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.AddItem 2</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.AddItem 2</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newRec.Item(0).HasCheckbox = True</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; newRec.ParentRecord.Expanded = True</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; .Columns(1).Editable = False</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; .Columns(2).Editable = False</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; .Populate</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; .AllowEdit = True</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; End With</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">End Sub</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1"><br></font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">Private Sub Form_Resize()</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; ReportControl1.Move 120, 120, Me.ScaleWidth - 240, Me.ScaleHeight - 240</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">End Sub</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1"><br></font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">Private Sub ReportControl1_BeforeDrawRow(ByVal Row As XtremeReportControl.IReportRow, ByVal Item As XtremeReportControl.IReportRecordItem, ByVal Metrics As XtremeReportControl.IReportRecordItemMetrics)</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; If Item.Index = 3 Then Metrics.BackColor = vbYellow</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">End Sub</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1"><br></font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">Private Sub ReportControl1_ValueChanged(ByVal Row As XtremeReportControl.IReportRow, ByVal Column As XtremeReportControl.IReportColumn, ByVal Item As XtremeReportControl.IReportRecordItem)</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; If Row.RowTreeLevel = 0 Then</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; Dim rr As ReportRow</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; Dim multi</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; multi = Row.Record.Item(2).Caption / Row.Record.Item(3).Caption</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; For Each rr In Row.Childs</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; rr.Record.Item(3).Caption = CDbl(rr.Record.Item(2).Caption) / multi</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; Next</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; &nbsp; &nbsp; ReportControl1.Populate</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">&nbsp; &nbsp; End If</font></div><div style=""><font face="Arial, Helvetica, sans-serif" size="1">End Sub</font></div><div style="font-size: 14.6667px;"><br></div></font></div>]]>
   </description>
   <pubDate>Wed, 27 Dec 2023 08:16:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24445&amp;PID=78828&amp;title=value-change-revert-automaticly#78828</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control : PreviewKeyDown not triggering after version update]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24439&amp;PID=78813&amp;title=previewkeydown-not-triggering-after-version-update#78813</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9640">Sil</a><br /><strong>Subject:</strong> PreviewKeyDown not triggering after version update<br /><strong>Posted:</strong> 02 November 2023 at 9:51am<br /><br />Hi,<div><br></div><div>We are migrating from Codejock 10.3 to Codejock 20.3. (yes i know there is a more recent version now, we have been working on this migration for a while and as long as it's a version with both 32bit and 64 bit support, that's enough for us)</div><div>But now we noticed that the PreviewKeydown is not working anymore in reportcontrols.</div><div>We have several places where pressing the "F1" key would open a list of options to enter, and in reportcontrols we could detect the "F1" in the previewkeydown as keycode 112.</div><div>But after upgrading to Codejock 20.3 this event is missing.</div><div>I am seeing&nbsp;InplaceEditChanging and&nbsp;InplaceEditChangingV when typing printable characters, but no events on function keys.</div><div><br></div><div>does anyone know how we can either get&nbsp;previewKeyDown event back or detect pressing the "F1" while in editmode in an other way?</div><div><br></div><div>some more info:</div><div>it's the same form, we open the form, remove the 10.3 version and put the 20.3 version in the place. (then discard position and size changes in git) so the problem is not the form as nothing changes there.</div><div>using the activeX controls in a 32 bit application (working on changing to 64 bit but we first need to get all the 10.3 controls replaced as 10.3 is only 32 bit).</div><div><br></div>]]>
   </description>
   <pubDate>Thu, 02 Nov 2023 09:51:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24439&amp;PID=78813&amp;title=previewkeydown-not-triggering-after-version-update#78813</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control : Scrollbar in ListBox is not working]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24355&amp;PID=78611&amp;title=scrollbar-in-listbox-is-not-working#78611</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9012">agontarenko</a><br /><strong>Subject:</strong> Scrollbar in ListBox is not working<br /><strong>Posted:</strong> 14 February 2023 at 4:20am<br /><br /><div>Hello,</div><div><br></div>Unfortunately we are unable to re-produce the problem. <br>Can you please provide more detailed information and steps to take, <br>screenshots or video can be useful as well. If it cannot be re-produced in any of our sample applications provided I would appreciate you sending a small code snippet or ideally a sample application so that we could debug it.<br><br><div>Also tell me please Windows version used.</div><div><br></div><div>Regards,</div><div>Artem Gontarenko<br></div>]]>
   </description>
   <pubDate>Tue, 14 Feb 2023 04:20:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24355&amp;PID=78611&amp;title=scrollbar-in-listbox-is-not-working#78611</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control : Scrollbar in ListBox is not working]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24355&amp;PID=78600&amp;title=scrollbar-in-listbox-is-not-working#78600</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9586">GPARAG1983</a><br /><strong>Subject:</strong> Scrollbar in ListBox is not working<br /><strong>Posted:</strong> 03 February 2023 at 2:24pm<br /><br />Hello,<div><br></div><div>In VS 2010, scrollbar is working fine. But in same code in VS 2019 ,scrollbar is not working properly.</div><div>(Scrollbar in Listview control)</div><div>Also Status bar have issues.&nbsp;</div><div>Also different color theme have issues&nbsp;</div><div><br></div><div>Please suggest.</div><div><br></div><div>Regards</div><div>PG</div><div><br></div>]]>
   </description>
   <pubDate>Fri, 03 Feb 2023 14:24:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24355&amp;PID=78600&amp;title=scrollbar-in-listbox-is-not-working#78600</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control : Row.GroupRow in BeforeDrawRow]]></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> Row.GroupRow in BeforeDrawRow<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[Report Control : Row.GroupRow in BeforeDrawRow]]></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> Row.GroupRow in BeforeDrawRow<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> 
 </channel>
</rss>