NumericComboBox2, ValueChanged 事件 代码
If e.Sender.Text < 1 Then e.Sender.Text = 1
Dim hhs As String = gs_strActiveTable & "_Hs"
saveConfigValue(hhs,e.Sender.Text) '表A_Hs
为什么会报错?
错误发生时间: 2016-08-23 11:00:16.39424
错误事件名称: 窗口,底部窗口,NumericComboBox2,ValueChanged
简明错误信息: 无法设置列“Name”。此值违反了此列的 MaxLength 限制。
详细错误信息: System.ArgumentException: 无法设置列“Name”。此值违反了此列的 MaxLength 限制。
在 System.Data.DataColumn.CheckMaxLength(DataRow dr)
在 System.Data.DataColumn.CheckColumnConstraint(DataRow row, DataRowAction action)
在 System.Data.DataTable.RaiseRowChanging(DataRowChangeEventArgs args, DataRow eRow, DataRowAction eAction, Boolean fireEvent)
在 System.Data.DataTable.SetNewRecordWorker(DataRow row, Int32 proposedRecord, DataRowAction action, Boolean isInMerge, Int32 position, Boolean fireEvent, Exception& deferredException)
在 System.Data.DataTable.InsertRow(DataRow row, Int64 proposedID, Int32 pos, Boolean fireEvent)
在 System.Data.DataRowCollection.Add(DataRow row)
在 Foxtable.ConfigFunctions.SaveValue(String Name, Object Value, DataTable dt, String ProjectIdentify)
在 Foxtable.ProjectConfig.SaveConfigValue(String Name, Object Value)
在 UserCode.AQdcrhFLaWgnsyq3V(ControlEventArgs e)