Me
This seems to work, since now the new record is being added and the last ChildForm dialog is being showed as it should.
What may be causing this behavior and is this something that we should do in general .NET sometimes?
The problem is that when clicking the add button in the 2nd childform dialog (which has the SC_AppliancesItems BO) no record is being added, and there is no error either.
MainParentTable, related to Child, then this child has another child.
The problem is that in the last one, when trying to add a record, the record is not being added to the 3rd BO, using a ListView.
I have been using CFD in most of my forms, but this is the first one, where it will go down a 2nd level. I have reviewed and recreated the forms a couple of times, but can't figured out what else I am missing.
Any help/suggestion greatly appreciated, as always