﻿<?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 » Business Objects and Data Access (How do I?)  » My BO don't move when I use the BrowseDialog and OLEDB VFP Table</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Wed, 10 Jun 2026 18:44:32 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: My BO don't move when I use the BrowseDialog and OLEDB VFP Table</title><link>http://forum.strataframe.net/FindPost25642.aspx</link><description>Thanks for sharing, Larry! :)</description><pubDate>Thu, 28 Jan 2010 10:39:44 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>My BO don't move when I use the BrowseDialog and OLEDB VFP Table</title><link>http://forum.strataframe.net/FindPost19855.aspx</link><description>Hi&lt;br&gt;
&lt;br&gt;
When the Browse Dialog is working, I can search, sort results... Everything is Ok, but When I use SF Browse Info Panel or try to get the result pointer from the search... The BO is steel in the first record.&lt;br&gt;
&lt;br&gt;
Thanks SF&lt;br&gt;</description><pubDate>Thu, 28 Jan 2010 10:39:44 GMT</pubDate><dc:creator>Elio Reyes</dc:creator></item><item><title>RE: My BO don't move when I use the BrowseDialog and OLEDB VFP Table</title><link>http://forum.strataframe.net/FindPost25641.aspx</link><description>Just though I'd add this post in case someone runs into this problem and they were handling the RowChanged event. In my case I was handling the event but each time it was raised the BO's current row index pointed to the first record no matter which record was selected from the search results. In my case I was populating the BO from a view and it turned out that I had forgot to define a primary key in BO mapper. Once I defined a key, everything worked as it shoud. Dumb mistake but sometimes those are the most difficult to find;)</description><pubDate>Thu, 28 Jan 2010 10:38:42 GMT</pubDate><dc:creator>Larry Caylor</dc:creator></item><item><title>RE: My BO don't move when I use the BrowseDialog and OLEDB VFP Table</title><link>http://forum.strataframe.net/FindPost19907.aspx</link><description>Pedro, I think I know what your problem is.&lt;/P&gt;&lt;P&gt;In the Panel_Consulta_Cigarros, you have to drop an instance of the BO you want to use, then in the 2 textboxes you have to bind them to the BO instance.&lt;/P&gt;&lt;P&gt;When you assign the Panel_Consulta_Cigarros to the Browser Dialog, this will translate the BD BO to the instance of the Panel_Consulta_Cigarros BO, this is pretty much like what is done with the ChildForm dialog BO translations.</description><pubDate>Mon, 06 Oct 2008 12:06:33 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: My BO don't move when I use the BrowseDialog and OLEDB VFP Table</title><link>http://forum.strataframe.net/FindPost19906.aspx</link><description>Hi Pedro,&lt;/P&gt;&lt;P&gt;More info is needed to check on this sample:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The VFPOLEDB driver you are using.&lt;/LI&gt;&lt;LI&gt;The &lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;EXPENDIO.DBC&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Which is the form that is not working?&lt;/LI&gt;&lt;/UL&gt;</description><pubDate>Mon, 06 Oct 2008 11:45:51 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: My BO don't move when I use the BrowseDialog and OLEDB VFP Table</title><link>http://forum.strataframe.net/FindPost19903.aspx</link><description>Here's the code ...&lt;br&gt;
&lt;br&gt;
Thanks a lot</description><pubDate>Mon, 06 Oct 2008 11:20:32 GMT</pubDate><dc:creator>Elio Reyes</dc:creator></item><item><title>RE: My BO don't move when I use the BrowseDialog and OLEDB VFP Table</title><link>http://forum.strataframe.net/FindPost19899.aspx</link><description>Hi Pedro,&lt;/P&gt;&lt;P&gt;Did you try to debug your code?&amp;nbsp; Also post your code so we can see it.&lt;/P&gt;&lt;P&gt;Also in the Panel, make sure you have an instance of the BO used in the Browser Dialog.</description><pubDate>Mon, 06 Oct 2008 10:37:48 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: My BO don't move when I use the BrowseDialog and OLEDB VFP Table</title><link>http://forum.strataframe.net/FindPost19898.aspx</link><description>Hi&lt;br&gt;
&lt;br&gt;
I'm so sorry to make lose your time, but is happening to me.&lt;br&gt;
&lt;br&gt;
Maybe I have to put a index key or else to my Free Table. Because the Browse Dialog is working very good is just the move of the BO And work excellent in all my SQL Tables, is Just in this case with a Free Visual Foxpro Table.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
[b]&lt;br&gt;
Thanks SF[/b]&lt;br&gt;
&lt;br&gt;</description><pubDate>Mon, 06 Oct 2008 10:26:16 GMT</pubDate><dc:creator>Elio Reyes</dc:creator></item><item><title>RE: My BO don't move when I use the BrowseDialog and OLEDB VFP Table</title><link>http://forum.strataframe.net/FindPost19889.aspx</link><description>Pedro,&lt;/P&gt;&lt;P&gt;I would ask you to double check your work as I know that this works as Edhy has described.&amp;nbsp; This is a heavily leveraged part of a BD and something that we use everyday and I am confident that there is not an issue here.</description><pubDate>Sun, 05 Oct 2008 19:21:17 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: My BO don't move when I use the BrowseDialog and OLEDB VFP Table</title><link>http://forum.strataframe.net/FindPost19875.aspx</link><description>Yes. I do that but always show me the first record.&lt;br&gt;
&lt;br&gt;</description><pubDate>Fri, 03 Oct 2008 11:11:05 GMT</pubDate><dc:creator>Elio Reyes</dc:creator></item><item><title>RE: My BO don't move when I use the BrowseDialog and OLEDB VFP Table</title><link>http://forum.strataframe.net/FindPost19862.aspx</link><description>Hi Pedro,&lt;/P&gt;&lt;P&gt;You have to add code to the InfoPanel.&lt;FONT size=2&gt;RowChanged event to update the data in the info panel.&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;Here a sample:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;[codesnippet][code]&lt;FONT size=2&gt;&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Private&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Sub&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; CustomersBrowseInfoPanel_RowChanged(&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;ByVal&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; e &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; MicroFour.StrataFrame.UI.Windows.Forms.BrowseDialogRowChangedEventArgs) &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Handles&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;MyBase&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.RowChanged&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '-- Strong-type the business object&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; With&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;CType&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;(e.BusinessObject, bizCustomers)&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#0000ff&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;'-- Set the Customer detailed info.&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Me&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.lblCompanyName.Text = .CompanyName&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Me&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.lblStreet.Text = .Street&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Me&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.lblCityStateZip.Text = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;String&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.Format(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"{0}, {1} {2}"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;, .City, .State, .ZipCode)&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Me&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.lblContactName.Text = .ContactName&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Me&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.lblBusinessPhone.Text = .Phone&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Me&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.lblFax.Text = .Fax&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Me&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.lblMobilPhone.Text = .Mobil&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Me&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.lnkeMailAddress.Text = .eMail&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;With&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;End&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Sub&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;/FONT&gt;[/code][/codesnippet]&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Thu, 02 Oct 2008 18:32:19 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item></channel></rss>