﻿<?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?)  » Use a Custom Field in a BrowseDialog</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Fri, 22 May 2026 11:51:22 GMT</lastBuildDate><ttl>20</ttl><item><title>Use a Custom Field in a BrowseDialog</title><link>http://forum.strataframe.net/FindPost30415.aspx</link><description>Can you use a Custom Field in a Browse Dialog?&lt;div&gt;It does not make sense to me that you could search on a field that really does not appear in the db table and it does not seem to show up as one of the output fields in the browsedialog.&lt;div&gt;But I may be missing something?????&lt;div&gt;TIA.</description><pubDate>Fri, 14 Oct 2011 14:26:40 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>RE: Use a Custom Field in a BrowseDialog</title><link>http://forum.strataframe.net/FindPost30434.aspx</link><description>De nada! &lt;img src="http://forum.strataframe.net/Skins/Classic/Images/EmotIcons/Cool.gif" alt="http://forum.strataframe.net/Skins/Classic/Images/EmotIcons/Cool.gif" /&gt;</description><pubDate>Fri, 14 Oct 2011 14:26:40 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Use a Custom Field in a BrowseDialog</title><link>http://forum.strataframe.net/FindPost30433.aspx</link><description>Oba oba.. &lt;br/&gt;&lt;br/&gt;&amp;nbsp;muito obrigado xuxu :D</description><pubDate>Fri, 14 Oct 2011 11:32:31 GMT</pubDate><dc:creator>Jéssica Neves</dc:creator></item><item><title>RE: Use a Custom Field in a BrowseDialog</title><link>http://forum.strataframe.net/FindPost30432.aspx</link><description>Here you are:&lt;br/&gt;&lt;br/&gt;[codesnippet]&amp;nbsp;&amp;nbsp;&amp;nbsp; Private Sub ComboBox1_ListPopulating(ByVal e As MicroFour.StrataFrame.UI.ListPopulatingEventArgs) Handles ComboBox1.ListPopulating&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '-- pass your parameters&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.Parameters(0).Value = True&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.Parameters(1).Value = "My Second Parameter"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.Parameters(2).Value = "And Yet Another Parameter"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End Sub[/codesnippet]&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;De nada...</description><pubDate>Fri, 14 Oct 2011 11:21:09 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Use a Custom Field in a BrowseDialog</title><link>http://forum.strataframe.net/FindPost30431.aspx</link><description>ok then , nevertheless you can help me with other things....&lt;br/&gt;&lt;br/&gt;How I pass one parameter to combobox ? &lt;br/&gt;&lt;br/&gt;in the properties of my combobox populationDataSourceSettings&lt;br/&gt;&lt;br/&gt;I selected one method that need of two parameter ..how I pass this parameter to combobox??&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;... Muito Obrigado :P</description><pubDate>Fri, 14 Oct 2011 11:12:52 GMT</pubDate><dc:creator>Jéssica Neves</dc:creator></item><item><title>RE: Use a Custom Field in a BrowseDialog</title><link>http://forum.strataframe.net/FindPost30430.aspx</link><description>Hi Jéssica.&lt;br/&gt;&lt;br/&gt;Nope, it is not possible the way it is today.&lt;br/&gt;&lt;br/&gt;However, I have accomplished this, but I made lots of changes into the SF BrowseDialog&amp;nbsp;source code which is a thing that should be carefully considered.&lt;br/&gt;&lt;br/&gt;If you fill brave and decide to go for it, let me know and I can help you out.&lt;br/&gt;&lt;br/&gt;Abraços.</description><pubDate>Fri, 14 Oct 2011 08:59:55 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Use a Custom Field in a BrowseDialog</title><link>http://forum.strataframe.net/FindPost30429.aspx</link><description>Hello ,&amp;nbsp; I have a browser dialog and inside it, have a combobox . &lt;br/&gt;&lt;br/&gt;&amp;nbsp;I wanted know if is possible modify the proprerties of my combobox. &lt;br/&gt;&lt;br/&gt;for example: I need when&amp;nbsp; the user typing in my combobox , &lt;span id=result_box lang=en class=short_text closure_uid_xi491d="209" a="undefined" c="4" Tc="null"&gt;&lt;span class=hps closure_uid_xi491d="512"&gt;Search options appear.. &lt;/span&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;span lang=en class=short_text closure_uid_xi491d="209" a="undefined" c="4" Tc="null"&gt;&lt;span class=hps closure_uid_xi491d="512"&gt;because what is happens.. is that just is possible &lt;span id=result_box lang=en class=short_text a="undefined" c="4" closure_uid_27m9v8="204"&gt;&lt;span class=hps closure_uid_27m9v8="195"&gt;typing one letter of search in the combobox..&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;span lang=en class=short_text closure_uid_xi491d="209" a="undefined" c="4" Tc="null"&gt;&lt;span class=hps closure_uid_xi491d="512"&gt;&lt;span lang=en class=short_text a="undefined" c="4" closure_uid_27m9v8="204"&gt;&lt;span class=hps closure_uid_27m9v8="195"&gt;&amp;nbsp;want to &lt;span class=hps Tc="null" closure_uid_uyxmnw="1847"&gt;be able to type&lt;/span&gt; &lt;span class=hps Tc="null" closure_uid_uyxmnw="1848"&gt;the whole word in my combobox that is inside of my browser dialog&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;span lang=en class=short_text closure_uid_xi491d="209" a="undefined" c="4" Tc="null"&gt;&lt;span class=hps closure_uid_xi491d="512"&gt;&lt;span lang=en class=short_text a="undefined" c="4" closure_uid_27m9v8="204"&gt;&lt;span class=hps closure_uid_27m9v8="195"&gt;do you can help me?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;span lang=en class=short_text closure_uid_xi491d="209" a="undefined" c="4" Tc="null"&gt;&lt;span class=hps closure_uid_xi491d="512"&gt;&lt;span lang=en class=short_text a="undefined" c="4" closure_uid_27m9v8="204"&gt;&lt;span class=hps closure_uid_27m9v8="195"&gt;hug.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;span lang=en class=short_text closure_uid_xi491d="209" a="undefined" c="4" Tc="null"&gt;&lt;span class=hps closure_uid_xi491d="512"&gt;&lt;span lang=en class=short_text a="undefined" c="4" closure_uid_27m9v8="204"&gt;&lt;span class=hps closure_uid_27m9v8="195"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;</description><pubDate>Fri, 14 Oct 2011 08:36:12 GMT</pubDate><dc:creator>Jéssica Neves</dc:creator></item><item><title>RE: Use a Custom Field in a BrowseDialog</title><link>http://forum.strataframe.net/FindPost30426.aspx</link><description>You're welcome Terry.&lt;br/&gt;&lt;br/&gt;Glad to hear that. &lt;img src="http://forum.strataframe.net/Skins/Classic/Images/EmotIcons/Cool.gif" alt="http://forum.strataframe.net/Skins/Classic/Images/EmotIcons/Cool.gif" /&gt;</description><pubDate>Thu, 13 Oct 2011 10:35:27 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Use a Custom Field in a BrowseDialog</title><link>http://forum.strataframe.net/FindPost30425.aspx</link><description>thank you I got it to work.</description><pubDate>Wed, 12 Oct 2011 19:57:07 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>RE: Use a Custom Field in a BrowseDialog</title><link>http://forum.strataframe.net/FindPost30424.aspx</link><description>Nope, you can't search on a custom field, and yes, you can show it in the results. Aren't you missing a property descriptor for the custom property?</description><pubDate>Wed, 12 Oct 2011 09:28:27 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item></channel></rss>