﻿<?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?)  » Browse Dialog Question</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 01:40:04 GMT</lastBuildDate><ttl>20</ttl><item><title>Browse Dialog Question</title><link>http://forum.strataframe.net/FindPost14443.aspx</link><description>The browse dialog populates&amp;nbsp;a business object based on the filter conditions. If the search returns 500 records and I select one of those records, the entire 500 records are available in my maintenance form. &lt;P&gt;What technique do you use to copy the business object data from the browse dialog to the business object on the form?&amp;nbsp; I have a similar situation where I have my filtered result set in a business object on a form. I need to launch a new program that provides additional functionality based on the same business object but I don't want to query the database again as I have all the necessary records.&amp;nbsp; What is the best way to move the data from a business object on one form to a business object on another form&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tim</description><pubDate>Tue, 19 Feb 2008 13:40:06 GMT</pubDate><dc:creator>Tim Dol</dc:creator></item><item><title>RE: Browse Dialog Question</title><link>http://forum.strataframe.net/FindPost14445.aspx</link><description>Give it the instance and then use the CopyDataFrom method on the BO.&amp;nbsp; &lt;/P&gt;&lt;P&gt;[codesnippet]MyBo.CopyDataFrom(MyOtherBo, BusinessCloneType.ClearAndFillFromDefaultView)[/codesnippet]</description><pubDate>Tue, 19 Feb 2008 13:40:06 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>