Hi Trent,The last version broke the below code that I had in the Wizard Control. I have in the first all PK and FK field for debugging purposes, and the ItemsBO does not create any new record. I don't see the value of -1 when a new record is added.
If I install the previous version then all works fine. I really spend some time to figure out why code that works fine suddenly stopped working.
Members->PaymentHeader->Items
|
Address
In the above the Member is the parent of PaymentHeader and the Address table. There is much more code into it but this line Me.ItemsBO1.Add() does not even provides any error message. While I had a custom properly that failed due to that.
Me.MemberInfoBO1.Add()
Me.AddressMemBO1.Add()
Me.PaymentHeaderBO1.Add()
Me.ItemsBO1.Add()
Me.ProductsMGRBO1.FillAllRecords()
Me.cboMainProductSelection.Requery()
Right now I am working with the previous version.
Let me know if you have any idea.
Regards,
Doron