Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error in vb.net script of sale order.

Status
Not open for further replies.

joshindaco

Technical User
May 2, 2006
1
0
0
US
Hello,

I have been working on a new sheet in the sales order screen to populate the OrderHed. We had it working in 803 but updated to 805 and now get the error below. Epicor see nothing wrong with the code but can not answer why.

Thanks

Error Detail
============
Index 0 is not non-negative and below total rows count.


Stack Trace
===========
at System.Data.DataView.GetElement(Int32 index)
at System.Data.DataView.get_Item(Int32 recordIndex)
at Script.OrderHed_AfterFieldChange(Object sender, DataColumnChangeEventArgs args)
at System.Data.DataColumnChangeEventHandler.Invoke(Object sender, DataColumnChangeEventArgs e)
at System.Data.DataTable.OnColumnChanged(DataColumnChangeEventArgs e)
at System.Data.DataRow.set_Item(DataColumn column, Object value)
at System.Data.DataRowView.SetColumnValue(DataColumn column, Object value)
at System.Data.DataRowView.set_Item(String property, Object value)
at Epicor.Mfg.UI.FrameWork.EpiUltraCombo.updateDataSource(Object sender, Boolean forceUpdate)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top