I had an issue with a parent/child object relationship. It's working now but I'd just like to understand what was going on.Form 1
Contains BO1
BO1 is passed to Form 2 using a ChildFormDialog
Form 2
Contains BO1 translated by CFD
Contains BO2 (ParentBusinessObject set to BO1 in the designer)
At runtime the ParentBusinessObject property for BO2 is Nothing even though it was set to BO1 in the
designer. If I set the relationship in code on Form 2 everything works as it should. I'm assuning that the
translation of BO1 by the ChildFormDialog is messing up the relationship set in the designer.