﻿<?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?)  » Browsedialog and SearchFields</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Sun, 20 Sep 2026 15:35:41 GMT</lastBuildDate><ttl>20</ttl><item><title>Browsedialog and SearchFields</title><link>http://forum.strataframe.net/FindPost13583.aspx</link><description>I have BrowseDialog that allows the user to alter which search fields they want displayed and in what order by leaving the AllowSearchFieldsButton value set to True.&amp;nbsp; This works fine but is there anyway to save the settings and pass them into the browse the next time the user calls it?&amp;nbsp; As it stands now, the user has to alter the search field setting</description><pubDate>Mon, 21 Jan 2008 08:42:42 GMT</pubDate><dc:creator>fansanitis</dc:creator></item><item><title>RE: Browsedialog and SearchFields</title><link>http://forum.strataframe.net/FindPost13585.aspx</link><description>There is a registry key property on the BrowseDialog that allows the settings to be saved to the registry... however, this is done on a per-computer basis, not a per-user basis.&amp;nbsp; If you want to save off the settings into the database on a per-user basis, then you can inherit the BrowseDialog and override the RetrieveUserSettings method.&amp;nbsp; The method returns a BrowseDialogUserSettings object that defines the size of the browse dialog as well as the search fields in the browse dialog.&amp;nbsp; You'll also want to override the SaveUserSettings method to save the data back to the database.&amp;nbsp; By default, those methods read and write all of the data to the registry if the registry key property is set.</description><pubDate>Mon, 21 Jan 2008 08:42:42 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Browsedialog and SearchFields</title><link>http://forum.strataframe.net/FindPost13584.aspx</link><description>This is the continuation of the previous post.&amp;nbsp; I hit the wrong key...oops.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Each time the user initiates a browse they have to alter the search fields if they don't want the default setup.&amp;nbsp; Is there anyway to save the settings and pass them into the browse?&lt;/P&gt;&lt;P&gt;Thanks!!</description><pubDate>Mon, 21 Jan 2008 08:04:42 GMT</pubDate><dc:creator>fansanitis</dc:creator></item></channel></rss>