﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » Listview Manual Population with Panel</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 01:37:06 GMT</lastBuildDate><ttl>20</ttl><item><title>Listview Manual Population with Panel</title><link>http://forum.strataframe.net/FindPost19028.aspx</link><description>I have a panel manager with 2 panels as well as business objects with parent/child relationships set. In addition, I have a treeview that provides a list. When I single click on the treeview, the text boxes on the first panel populate. When I doubleclick, I capture the primary key value, and run the code to populate the child business object. from what I can tell it is populating, but I can't get the listview to display the values. Any thoughts?&lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;private&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;void&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; trv_Reports_NodeMouseDoubleClick(&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;object&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; sender, &lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;TreeNodeMouseClickEventArgs&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt; e)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;FONT size=2&gt;&lt;P&gt;reportID = e.Node.Text.Substring(e.Node.Text.LastIndexOf(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"-"&lt;/FONT&gt;&lt;FONT size=2&gt;) + 2, (e.Node.Text.Trim().Length - e.Node.Text.LastIndexOf(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"-"&lt;/FONT&gt;&lt;FONT size=2&gt;) - 2));&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;isource_reportBO.NavigateToPrimaryKey(reportID);&lt;/P&gt;&lt;P&gt;report_ID = System.&lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;Convert&lt;/FONT&gt;&lt;FONT size=2&gt;.ToInt32(reportID);&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;this&lt;/FONT&gt;&lt;FONT size=2&gt;.report_SpecBO.FillByParentPrimaryKey(report_ID);&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;this&lt;/FONT&gt;&lt;FONT size=2&gt;.lvReportSpec.Requery();&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;this&lt;/FONT&gt;&lt;FONT size=2&gt;.panelManagerReportMaint.Hide();&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;this&lt;/FONT&gt;&lt;FONT size=2&gt;.panelManagerReportSpec.Show();&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;...&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description><pubDate>Thu, 04 Sep 2008 11:33:55 GMT</pubDate><dc:creator>John McLaughlin</dc:creator></item><item><title>RE: Listview Manual Population with Panel</title><link>http://forum.strataframe.net/FindPost19060.aspx</link><description>Glad you got it working! :D</description><pubDate>Thu, 04 Sep 2008 11:33:55 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: Listview Manual Population with Panel</title><link>http://forum.strataframe.net/FindPost19055.aspx</link><description>Apparently no, but that did it. Thanks.&lt;/P&gt;&lt;FONT size=2&gt;&lt;P&gt;e.Parameters[0].Value = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;this&lt;/FONT&gt;&lt;FONT size=2&gt;.ReportID;&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Thu, 04 Sep 2008 09:55:55 GMT</pubDate><dc:creator>John McLaughlin</dc:creator></item><item><title>RE: Listview Manual Population with Panel</title><link>http://forum.strataframe.net/FindPost19030.aspx</link><description>Did you handle the ListPopulating event of the listview and provide whatever parameters are needed for the method it is to execute?</description><pubDate>Wed, 03 Sep 2008 18:59:06 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item></channel></rss>