﻿<?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</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Thu, 10 Sep 2026 08:02:03 GMT</lastBuildDate><ttl>20</ttl><item><title>Browsedialog</title><link>http://forum.strataframe.net/FindPost12628.aspx</link><description>I created a inherited browsedialog class and used it on code (not with the designer)&lt;br&gt;
&lt;br&gt;
I use a handler:&lt;br&gt;
AddHandler _BrowseDialog.BrowseDialogClosed, AddressOf _BrowseDialog_BrowseDialogClosed&lt;br&gt;
&lt;br&gt;
and on it:&lt;br&gt;
Private Sub _BrowseDialog_BrowseDialogClosed(ByVal e As System.EventArgs)&lt;br&gt;
        NoDebeMostrarPopup = True&lt;br&gt;
        txtID.Text = _InternalBusinessObject(_InternalBusinessObject.PrimaryKeyField).ToString()&lt;br&gt;
        PasarASiguienteControl = True&lt;br&gt;
        txtCodigoOrDescripcionCambiarFoco(txtCodigo)&lt;br&gt;
    End Sub&lt;br&gt;
&lt;br&gt;
When I select a item on the browsedialog, all work ok but appears a messagebox, how I can avoid this message? thanks!&lt;br&gt;</description><pubDate>Tue, 13 Nov 2007 14:34:10 GMT</pubDate><dc:creator>Fabian R Silva, -</dc:creator></item><item><title>RE: Browsedialog</title><link>http://forum.strataframe.net/FindPost12685.aspx</link><description>LOL...don't worry about it...I was just scratching my head wondering if we had added some message box during a test or something :)</description><pubDate>Tue, 13 Nov 2007 14:34:10 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Browsedialog</title><link>http://forum.strataframe.net/FindPost12684.aspx</link><description>[quote]... to drink more cofee and not work without breath[/quote]&lt;/P&gt;&lt;P&gt;Hey Fabian.&lt;/P&gt;&lt;P&gt;They are making you work withouth breathing? :sick:&lt;/P&gt;&lt;P&gt;And you have accomplished that? :hehe:&lt;/P&gt;&lt;P&gt;Anyway, when you search in VS, have you noticed the "Look in:"&amp;nbsp; and "Find options" in the "Find and Replace" dialog? That might be the reason why you haven't found your message. Just a guess, sorry if you were aware of this already.&lt;/P&gt;&lt;P&gt;Abraços.</description><pubDate>Tue, 13 Nov 2007 14:28:37 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Browsedialog</title><link>http://forum.strataframe.net/FindPost12679.aspx</link><description>forgive this question, I'm have to drink more cofee and not work without breath :w00t: sorry I put the code&lt;br&gt;
        If _BrowseDialog.ShowDialog() = System.Windows.Forms.DialogResult.OK Then&lt;br&gt;
            MsgBox("The end-user searched and retrieved one or more records.")&lt;br&gt;
        Else&lt;br&gt;
            MsgBox("The end-user cancelled the browse.")&lt;br&gt;
        End If&lt;br&gt;
&lt;br&gt;
like the example and when I used find &amp; replace my Visual studio don't found nothing :/&lt;br&gt;
&lt;br&gt;
Thanks again and sorry for not search it twice before post something dumb :blush:</description><pubDate>Tue, 13 Nov 2007 12:40:18 GMT</pubDate><dc:creator>Fabian R Silva, -</dc:creator></item><item><title>RE: Browsedialog</title><link>http://forum.strataframe.net/FindPost12652.aspx</link><description>Fabian,&lt;/P&gt;&lt;P&gt;I have no idea where that message is coming from, but it is not in the framework :ermm: ?!?!&amp;nbsp; It sounds like you have a BrowseInfoPanel attached to a browse and may have something in the RowChanged event.&amp;nbsp; I believe that this is going to have to be in your code as this is not a function of the framework.&amp;nbsp; You might look around and do a search on this text.</description><pubDate>Tue, 13 Nov 2007 11:19:34 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Browsedialog</title><link>http://forum.strataframe.net/FindPost12647.aspx</link><description>I not mentioned that I'm using a 1.6.1 post release (1.6.2?) that can have this messagebox for test purposes or something else :crazy:&lt;br&gt;
&lt;br&gt;
thanks :)</description><pubDate>Tue, 13 Nov 2007 10:37:58 GMT</pubDate><dc:creator>Fabian R Silva, -</dc:creator></item></channel></rss>