I am receiving the below when I go to save any Lines above 1 on a customized SO Entry screen. The below is from the saving of Line 7 on the Order. The Order does save but the below error appears the number of times of the Index in the Error Message. If anyone could provide some guidance on what I need to do to correct that would great. The customization code is quite lengthy so I didn’t want to include at this time.
Application Error
Exception caught in: System.Data
_Error Detail _
**============**
Message: Index 6 is either negative or above rows count.
Program: System.Data.dll
Method: GetRow
_Client Stack Trace _
**==================**
** at System.Data.DataView.GetRow(Int32 index)**
** at Ice.Lib.Framework.EpiUltraCombo.SetActiveRow(Int32 dataviewRowIndex)**
** at Ice.Lib.Framework.EpiUltraCombo.DataRow_Notify(EpiDataView view, EpiNotifyArgs ar)**
** at Ice.Lib.Framework.EpiViewNotification.Invoke(EpiDataView view, EpiNotifyArgs args)**
** at Ice.Lib.Framework.EpiDataView.OnEpiViewNotification(EpiNotifyArgs e)**
** at Ice.Lib.Framework.EpiDataView.Notify(EpiNotifyArgs args)**
** at Ice.Lib.Framework.EpiTransaction.NotifyAllOthers(EpiDataView sourceView, Boolean changeGridPropsCurrentRowOnly, Boolean notifyTree, Guid notifyId)**
** at Ice.Lib.Framework.EpiDataView.Notify(EpiNotifyArgs args)**
** at Ice.Lib.Framework.EpiDataView.SetChildFilterAndNotifyChildViewWhenHasCurrentRow(EpiDataView childView, EpiNotifyArgs args, Boolean forceIt)**
** at Ice.Lib.Framework.EpiDataView.SetChildFiltersAndNotifyChildViews(EpiNotifyArgs args, Boolean forceIt)**
** at Ice.Lib.Framework.EpiDataView.Notify(EpiNotifyArgs args)**
** at Ice.Lib.Framework.EpiDataView.SetChildFilterAndNotifyChildViewWhenHasCurrentRow(EpiDataView childView, EpiNotifyArgs args, Boolean forceIt)**
** at Ice.Lib.Framework.EpiDataView.SetChildFiltersAndNotifyChildViews(EpiNotifyArgs args, Boolean forceIt)**
** at Ice.Lib.Framework.EpiDataView.Notify(EpiNotifyArgs args)**
** at Ice.Lib.Framework.EpiTransaction.NotifyAll()**
** at Erp.UI.App.SalesOrderEntry.Transaction.Update()**