﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » Updates and Information » StrataFrame Users Contributed Samples  » Subclass for StrataListView automation</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Sun, 17 May 2026 07:30:16 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Subclass for StrataListView automation</title><link>http://forum.strataframe.net/FindPost31475.aspx</link><description>Edhy I was looking for you LV sample and I found this link. But, what really caught my eye was that you were/are using QuickBooks. Any ideas or recommendations as to how to update QB using SF?&lt;br/&gt;&lt;br/&gt;TIA.</description><pubDate>Mon, 01 Oct 2012 18:02:07 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>Subclass for StrataListView automation</title><link>http://forum.strataframe.net/FindPost28459.aspx</link><description>I started using the new StrataListView which is by far super fast when loading thousands of records in comparison with the current listview and it also have many nice features showing groups, header, footers, etc.&lt;br/&gt;&lt;br/&gt;So far, the StrataListView is still under beta and it does not have all the automation of the current listview.&amp;nbsp; Since I need some of those automations, I decided to create a subclass "Progytech_StrataListView.vb" with the following automation features:&lt;ul&gt;&lt;li&gt;Support for assigning a Business Object. (BusinessObject property)&lt;br/&gt;&lt;/li&gt;&lt;li&gt;Support for auto navigating the BO for the selected record. (AutoNavigateToSeletectedRecord property)&lt;/li&gt;&lt;li&gt;Support for changing the states of a checkbox when double clicking (CheckUncheckColumnIndex property).&amp;nbsp; This property should be set to the column index where the checkbox will be.&lt;/li&gt;&lt;/ul&gt;Also the following events where created:&lt;ul&gt;&lt;li&gt;BeforeRequery: This event is use to manually populate the Progytech_StrataListView.&amp;nbsp; It is triggered by calling the Requery() method of the listview.&amp;nbsp; Since I don't have the time to get into creating the ListPopulation automation, for now just use this event to code the list population.&amp;nbsp; In this method you can take advantage of the listview BusinessObject property to make the code generic when using several listviews.&lt;br/&gt;&lt;/li&gt;&lt;li&gt;AfterRequery: Enter any code you want to run after the listview has been requeried.&lt;/li&gt;&lt;li&gt;UpdateObjectStates: This event is triggered in several place like when navigating the BO, when an item checked has changed, when double clicking the row, etc.&amp;nbsp; This is useful to enable/disable buttons related to the listview.&lt;/li&gt;&lt;/ul&gt;I created a quick VB sample based on Trent's StrataListViewBasics C# sample to show the Progytech_StrataListView subclass in action.&amp;nbsp; Since I based the code in the old listview, some of the code are not cleanup.&amp;nbsp; &lt;br/&gt;&lt;br/&gt;Hopefully the SF team will complete all these functionality and more, and there will be no need to use this class, so for me this is just a temporary solution since I needed to replace about a dozen listviews with this one.&lt;br/&gt;&lt;br/&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;a href="http://www.progytech.com/downloads/SFSamples/StrataListViewBasics_VB.zip"&gt;You can download the VB sample from here&lt;/a&gt;.&amp;nbsp; Please feel free to fix any bug and/or enhance it based on your needs.&lt;br/&gt;&lt;br/&gt;Enjoy &lt;span&gt;:cool:&lt;/span&gt;&amp;nbsp; </description><pubDate>Mon, 01 Oct 2012 18:02:07 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: Subclass for StrataListView automation</title><link>http://forum.strataframe.net/FindPost28485.aspx</link><description>Hi Guys,&lt;br/&gt;&lt;br/&gt;Thanks for the comments.&amp;nbsp; Please let me know when you guys test it or start using it.&amp;nbsp; I am currently using it heavily, I have one form with several panels and 8 StrataListView to handle data import and synchronization with QuickBooks.</description><pubDate>Thu, 23 Sep 2010 21:50:39 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: Subclass for StrataListView automation</title><link>http://forum.strataframe.net/FindPost28484.aspx</link><description>Great Job</description><pubDate>Thu, 23 Sep 2010 21:47:57 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>RE: Subclass for StrataListView automation</title><link>http://forum.strataframe.net/FindPost28475.aspx</link><description>Thanks Edhy.&amp;nbsp; </description><pubDate>Thu, 23 Sep 2010 11:30:34 GMT</pubDate><dc:creator>Russell Scott Brown</dc:creator></item><item><title>RE: Subclass for StrataListView automation</title><link>http://forum.strataframe.net/FindPost28461.aspx</link><description>Way to go, Edhy! ;)</description><pubDate>Wed, 22 Sep 2010 18:48:36 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item></channel></rss>