﻿<?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 » WinForms (How do I?)  » Opening browsedialog with previous search results</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 12 May 2026 17:40:30 GMT</lastBuildDate><ttl>20</ttl><item><title>Opening browsedialog with previous search results</title><link>http://forum.strataframe.net/FindPost31470.aspx</link><description>Is there any way to do that?&amp;nbsp; I did do a search in the forum on that topic but nothing popped up.&amp;nbsp; &lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;&lt;br/&gt;Marcel</description><pubDate>Thu, 27 Sep 2012 07:20:53 GMT</pubDate><dc:creator>Marcel Heitlager</dc:creator></item><item><title>RE: Opening browsedialog with previous search results</title><link>http://forum.strataframe.net/FindPost31474.aspx</link><description>You're welcome Marcel. &lt;span&gt;&lt;span&gt;;)&lt;/span&gt;&lt;/span&gt;</description><pubDate>Thu, 27 Sep 2012 07:20:53 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Opening browsedialog with previous search results</title><link>http://forum.strataframe.net/FindPost31473.aspx</link><description>Thanks Ivan and Edhy for those suggestions!&amp;nbsp; I'll look into those approaches.&lt;br/&gt;&lt;br/&gt;Marcel</description><pubDate>Wed, 26 Sep 2012 23:17:58 GMT</pubDate><dc:creator>Marcel Heitlager</dc:creator></item><item><title>RE: Opening browsedialog with previous search results</title><link>http://forum.strataframe.net/FindPost31472.aspx</link><description>Hi Marcel,&lt;br/&gt;&lt;br/&gt;As Ivan, I also had that need a year or two ago, and end up creating my own list but using DevExpress grid:&lt;ul&gt;&lt;li&gt;For regular maintenance forms like Customers, Vendors, etc. I have a list on the left side, fill all the records, and allow some filters like Active, Inactive, All, etc.&lt;/li&gt;&lt;li&gt;For transactions, I created and donated to the SF community, a &lt;a href="http://forum.strataframe.net/FindPost30636.aspx"&gt;Date Range User Control&lt;/a&gt; which triggers an event you can use to just show those records using a Stored Procedure or something else.&lt;/li&gt;&lt;/ul&gt;This approach has been broadly accepted by my users and they are very happy with it.&amp;nbsp; Before I had all kind of complains as to why they could not go back to the Dialog Browser record list. &lt;span&gt;:D&lt;/span&gt;</description><pubDate>Wed, 26 Sep 2012 11:21:00 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: Opening browsedialog with previous search results</title><link>http://forum.strataframe.net/FindPost31471.aspx</link><description>Hi Marcel.&lt;br/&gt;&lt;br/&gt;I thought of doing that a while ago and then changed my mind. The idea was to give the user a way to go back to the list of records he had fetched to the form main BO at any time to be able to navigate through them. &lt;br/&gt;&lt;br/&gt;I ended up creating a base "List" button to be added to all my form's toolbars, which will list that same content. Since I was more in control of this, I could create features to let the user group, sort, etc., using an Infragistics grid.&lt;br/&gt;&lt;br/&gt;I guess you could also use the BrowseDialog BeforeSearching event which will expose the complete search criteria and save it, this way you could populate your search fields with the same criteria once you entered the BrowseDialog again, but that would require another trip to the database to fetch the records all over.</description><pubDate>Wed, 26 Sep 2012 05:16:29 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item></channel></rss>