﻿<?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?)  » ParentBusinessObject property is being reset</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Sun, 24 May 2026 03:53:51 GMT</lastBuildDate><ttl>20</ttl><item><title>ParentBusinessObject property is being reset</title><link>http://forum.strataframe.net/FindPost20904.aspx</link><description>I've been trying to track down a problem with one of my programs since upgrading from 1.61 to 1.66.&amp;nbsp; The program is a basic parent/child form. I have set the ParentBusinessObject property on my child Business object, however when the program runs, the ParentBusinessObject is being reset to Nothing.&amp;nbsp; The value is fine after&amp;nbsp; initialize component but is set to nothing by time it hits ParentFormLoading.&lt;/P&gt;&lt;P&gt;Any ideas?</description><pubDate>Mon, 01 Dec 2008 09:43:34 GMT</pubDate><dc:creator>Tim Dol</dc:creator></item><item><title>RE: ParentBusinessObject property is being reset</title><link>http://forum.strataframe.net/FindPost20935.aspx</link><description>This should not be coming from anywhere directly within the framework...otherwise there would be a LOT of broken dialogs our there...including ours! :)&lt;/P&gt;&lt;P&gt;Here is what I would suggest.&amp;nbsp; Be sure that you have the SF source built in debug mode, then do the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open your project where the issue resides.&lt;/LI&gt;&lt;LI&gt;Open the BusinessLayer.vb file while your project is open (just click File-&amp;gt; Open File -&amp;gt; BusinessLayer.vb&lt;/LI&gt;&lt;LI&gt;Go down to around line 1323 (this may be different for you as there has been new code added on our side so the numbering will have changed).&lt;/LI&gt;&lt;LI&gt;Place a break point on the Set of the ParentBusinessObject property&lt;BR&gt;&lt;BR&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/0a8ac01a-5c5e-46e6-a1a9-11a6.png"&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Then run your code again.&amp;nbsp; You may want to wait to add the breakpoint until you are ready to execute that one specific thing, but in any case, once you get to the Set, look at the call stack to see what is setting this to Nothing.</description><pubDate>Mon, 01 Dec 2008 09:43:34 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>