﻿<?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?)  » Populating Business Object</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 06:06:20 GMT</lastBuildDate><ttl>20</ttl><item><title>Populating Business Object</title><link>http://forum.strataframe.net/FindPost16574.aspx</link><description>I am following the Getting Started manual but have come to a halt. Am uisng C# rather than VB if that makes a difference. I am at the point where I want to call the FillMyTable from the ParentLoading Event (I have set this method up in the Business Object)&lt;/P&gt;&lt;P&gt;I right click on View Code for the Form, and on the Left hand drop down I can only see Form1 (with all the Code) and on the RHS I can see all the Objects on the form) &lt;/P&gt;&lt;P&gt;Cant get up the ParentFormLoading event.....</description><pubDate>Mon, 26 May 2008 13:27:12 GMT</pubDate><dc:creator>Ger Cannoll</dc:creator></item><item><title>RE: Populating Business Object</title><link>http://forum.strataframe.net/FindPost16585.aspx</link><description>All of Edhy's suggestions are good ones.&amp;nbsp; It sounds like you may not have created an SF application and/or SF form.&amp;nbsp; That would be the first place to look.&amp;nbsp; Ensure that your form inherits from the MicroFour.StrataFrame.UI.Windows.Forms.StandardForm and then try again.&amp;nbsp; Even though the ParentFormLoading event is on the BO, it does work in conjunction with the SF BaseForm (which StandardForm inherits).</description><pubDate>Mon, 26 May 2008 13:27:12 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Populating Business Object</title><link>http://forum.strataframe.net/FindPost16575.aspx</link><description>Hi Gerard,&lt;P&gt;Make sure of the following:&lt;UL&gt;&lt;LI&gt;That your form is based on the StrataFrame Maintenance Form.&lt;/LI&gt;&lt;LI&gt;That you added your Business Object to the Form.&lt;/LI&gt;&lt;LI&gt;Select the Business Object then in the Property View, in the Events,&amp;nbsp;double click the ParentFormLoading event so it will be added to the form's code view for you.&lt;/LI&gt;&lt;LI&gt;Then add the call to your BO.Fill method you created.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I hope I understood your problem. :)</description><pubDate>Sun, 25 May 2008 23:22:03 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item></channel></rss>