In a nutshell, my applications has 3 forms and my parent relationship call was not at the highest form.
This is what I had.
Mainform
Contains a datagridview with a mainBO. From the Mainform, I have a childdialog calling the sub Entryform with the mainBO.
Entryform
This form contains the mainBO and childbo.
I had the parentchild relationship established in the Entryform.
ChildEntryform
Contains the childbo
When I moved the childbo up to the Mainform and established the relationship there, all the relationships worked.
Michael
Now, is the relationship code executing based off of the parentbo editing state? I have a listview on the parent form which is the child of a parent form.
Here is my setup
BO
DDT
Just checking, but you have set the Primary and Foreign keys on the Child-Parent Relationship Editor of your Child BO, right?
Also, have you set the ChildBO ParentBusinessObject property on your Child form?