Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。
************** 异常文本 **************
System.Collections.Generic.KeyNotFoundException: 给定关键字不
在字典中。
在 System.ThrowHelper.ThrowKeyNotFoundException()
在 System.Collections.Generic.Dictionary`2.get_Item(TKey
key)
在 TablePro.DataColCollection.get_Item(String ColumnName)
在 TablePro.Col.get_DataCol()
在 TablePro.Col.get_AllowEdit()
在 TablePro.C1FlexDataGrid.O0O100OOO001O101lll0l1l(Object
sender, RowColEventArgs e)
在 C1.Win.C1FlexGrid.C1FlexGridBase.OnBeforeEdit
(RowColEventArgs e)
在 C1.Win.C1FlexGrid.C1FlexGridBase.f(Int32 A_0, Int32
A_1)
在 C1.Win.C1FlexGrid.C1FlexGridBase.a(Graphics A_0, Int32
A_1, Int32 A_2, Style A_3, Rectangle A_4, String A_5, Image
A_6, CheckEnum A_7)
在 C1.Win.C1FlexGrid.C1FlexGridBase.DrawCell
(PaintEventArgs e, Int32 row, Int32 col)
在 C1.Win.C1FlexGrid.C1FlexGrid.DrawCell(PaintEventArgs e,
Int32 row, Int32 col)
在 C1.Win.C1FlexGrid.C1FlexGrid.DrawRow(PaintEventArgs e,
Int32 row)
在 C1.Win.C1FlexGrid.C1FlexGridBase.a(PaintEventArgs A_0)
在 C1.Win.C1FlexGrid.C1FlexGridBase.OnPaint(PaintEventArgs
e)
在 System.Windows.Forms.Control.PaintWithErrorHandling
(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
在 System.Windows.Forms.Control.WmPaint(Message& m)
在 System.Windows.Forms.Control.WndProc(Message& m)
在
C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl.WndProc
(Message& m)
在
System.Windows.Forms.Control.ControlNativeWindow.OnMessage
(Message& m)
在
System.Windows.Forms.Control.ControlNativeWindow.WndProc
(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
改变了列名称,肯定会出现这个问题,去掉有关控件的绑定,然后重新绑定就可以了
楼主最好给一个重现错误的步骤,我来检查一下。
With Maintable
.Position = .Position + 1
End With
With Maintable
.Position = .Position - 1
End With
不像 Tables("表").AddNew() 能刷新....但功能达不到想要的结果