Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Yes, if you have the ChildAutoFilterOption to anything other than the default, you are certainly going to get some quirkyness when you are manually assigning primary keys. You will most likely have to remove the .Filter from the CurrentView on the child business object, add the row, and set the current view back. If the CurrentDataTable has rows, but the CurrentView has 0 rows, then there must be a filter set on the business object.
|