﻿<?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 » Enhancement Requests  » Browse Dialog</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 03:37:51 GMT</lastBuildDate><ttl>20</ttl><item><title>Browse Dialog</title><link>http://forum.strataframe.net/FindPost21798.aspx</link><description>I realize that I can add&amp;nbsp;a Search Field more than once to the search&amp;nbsp;fields collection and then have one field be less than and the other one be greater&amp;nbsp;than to return a result set that is between the 2 values.&lt;/P&gt;&lt;P&gt;I feel this can be confusing and also requires that the developer anticipate that the user will want to return a result that contains all the records between a set of values. I would like to have an advanced option the uses between or&amp;nbsp;not between clause on a search field and adds and additional control for the second value. &lt;/P&gt;&lt;P&gt;I am attaching a dummy picture of what I mean..&lt;/P&gt;&lt;P&gt;Paul</description><pubDate>Wed, 04 Mar 2009 09:16:44 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: Browse Dialog</title><link>http://forum.strataframe.net/FindPost22186.aspx</link><description>Trent -&lt;br&gt;
&lt;br&gt;
Howdy, and thanks. I'll put it on the list. &lt;br&gt;</description><pubDate>Wed, 04 Mar 2009 09:16:44 GMT</pubDate><dc:creator>Alex Luyando</dc:creator></item><item><title>RE: Browse Dialog</title><link>http://forum.strataframe.net/FindPost22153.aspx</link><description>Thank's Trent,&lt;/P&gt;&lt;P&gt;I will not start anything until I see what you guys are able to do.&lt;BR&gt;&lt;/P&gt;&lt;P&gt;THanks A bunch&lt;/P&gt;&lt;P&gt;Paul</description><pubDate>Tue, 03 Mar 2009 08:10:29 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: Browse Dialog</title><link>http://forum.strataframe.net/FindPost22150.aspx</link><description>Alex&lt;/P&gt;&lt;P&gt;[quote]What if the Search dialog allowed users to save (with a name of their choice) the selection criteria they've entered and in future sessions simply select the saved set?[/quote]&lt;/P&gt;&lt;P&gt;You can already do this.&amp;nbsp; You could go at this a number of ways, but to populate the fields with a value, set the InitialSearchValue on a SearchFieldItem.&amp;nbsp; You could set this on the BrowseDialogOpening event.&amp;nbsp; Conversely, you could save these while within the BrowseDialog by creating a BrowseInformationPanel and then adding a link to "Save" the settings or "Clear" them and then enumerate the SearchFields collection and save them to a database, registry, etc.&amp;nbsp; So you could already do this right now if you chose to.&lt;/P&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;[quote]Do you think this&amp;nbsp;request will make it in to&amp;nbsp;SF at some point? I know&amp;nbsp;that you hate to comment on these types of thing's&amp;nbsp;because there could be unforseen issues once you look under the hood, but it would be great to know if you are even considering adding this functionality.&amp;nbsp;&amp;nbsp;[/quote]&lt;/P&gt;&lt;P&gt;We will definitely consider this...and like you said, until we get in there and start implementing this, there is no way for me to guarantee anything.&amp;nbsp; But I will add this to the list and see if this is soemthing that could be implemented fairly easily.&amp;nbsp; If not, then it may have to wait for a future release.</description><pubDate>Tue, 03 Mar 2009 07:59:24 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Browse Dialog</title><link>http://forum.strataframe.net/FindPost22142.aspx</link><description>Hi SF Team,&lt;/P&gt;&lt;P&gt;Do you think this&amp;nbsp;request will make it in to&amp;nbsp;SF at some point? I know&amp;nbsp;that you hate to comment on these types of thing's&amp;nbsp;because there could be unforseen issues once you look under the hood, but it would be great to know if you are even considering adding this functionality. &amp;nbsp;&lt;/P&gt;&lt;P&gt;The reason&amp;nbsp;I ask is that I would hate to&amp;nbsp;spend the time to have roll my own search screen and retrofit&amp;nbsp;only to have you guys&amp;nbsp;add this&amp;nbsp;or even worse wait around for something that isn't ever gonna happen.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;P</description><pubDate>Mon, 02 Mar 2009 15:33:17 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: Browse Dialog</title><link>http://forum.strataframe.net/FindPost21816.aspx</link><description>FWIW, I'd definitely vote YES for this one. Very useful and I think my users would love it. &lt;br&gt;
&lt;br&gt;
Would this be the wrong thread for another Browse Dialog enhancement request? Some users need to use the same selection criteria constantly to get the data they want to work with. What if the Search dialog allowed users to save (with a name of their choice) the selection criteria they've entered and in future sessions simply select the saved set? This is something the Visual FoxExpress framework does and it's very handy, especially in cases where there the selection criteria involves many columns. &lt;br&gt;
&lt;br&gt;
The above could then be expanded to allow for "personal" saved selection criteria sets as well as work group or shared sets... but we can leave that discussion for later. &lt;br&gt;
&lt;br&gt;
________________&lt;br&gt;
_____/ Regards,   &lt;br&gt;
____/ al      &lt;br&gt;
&lt;br&gt;
&lt;br&gt;</description><pubDate>Wed, 04 Feb 2009 08:03:57 GMT</pubDate><dc:creator>Alex Luyando</dc:creator></item><item><title>RE: Browse Dialog</title><link>http://forum.strataframe.net/FindPost21813.aspx</link><description>Hi Edhy,&lt;/P&gt;&lt;P&gt;You are right actually it was a decimal value that prompted me to request this, it seemed kind of silly having a &amp;gt;= Gross Wages (Low) and &amp;lt;= Gross Wages (High). not to mention the search list can get really long really fast.</description><pubDate>Wed, 04 Feb 2009 07:50:09 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: Browse Dialog</title><link>http://forum.strataframe.net/FindPost21799.aspx</link><description>Hi Paul,&lt;/P&gt;&lt;P&gt;That would be a very nice and useful enhancement, even though the same concept may apply to other types like Integer and String.</description><pubDate>Tue, 03 Feb 2009 17:09:34 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item></channel></rss>