Hi Mike
Let me tell you my observations:
Nesting only the FormViews and leaving the OneToOneViewRelationships outside the nested FormViews works correctly.
Putting everything inside a MultiView does not make a difference, it remains working correctly.
Getting a single-click insert for the FormViews cannnot be the reason that nesting of the FormViews is necessary, since I could get also a single-click insert by calling all three FormView.InsertItem() methods within a button OnClick event, but that doesn't not work.
First I thought that the problem might perhaps have to do with event order that needs to be nested, so I placed the FormView.InsertItem() methods of the related tables within the OnItemInserted event of the insert button of the FormView of the main table.
But that also doesn't work, and the reason why it wouldn't work remains unclear to me.
It can't be a scope problem can it ?
regards
Tanno