Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Even child forms should be inherited from a form that has a root of the BaseForm. This form has all of the logic which know how to properly interact with the BOs. Just change your form inheritance to MicroFour.StrataFrame.UI.Windows.Forms.StandardForm and your problem will go away. You may, howveer, need to re-drop your control in order to establish the Synchorization (or ParentControl) property.
|