添加:供应商,双击,弹错;
双击事件如下:
'Dim str2() As String = {"供应商材料汇总表","供应商材料明细表","进货材料付款汇总表"}
'For i1 As Integer = 0 To str2.Length-1
Dim tbl As Table = Tables("添加供应商_Table1")
If vars("表") > "" And Tables.Contains(vars("表")) Then
Dim dr As Row = Tables(vars("表")).Current
If dr IsNot Nothing Then
If Tables(vars("表")).Cols.Contains("供应商编号") Then
dr("供应商编号") = tbl.Current("供应商编号")
ElseIf Tables(vars("表")).Cols.Contains("单位编号") Then
dr("单位编号") = tbl.Current("供应商编号")
此主题相关图片如下:uc截图20170820164018.jpg
dr("往来单位") = tbl.Current("公司名称")
ElseIf Tables(vars("表")).Cols.Contains("销货单位编号") Then
dr("销货单位编号") = tbl.Current("供应商编号")
dr("销货单位名称") = tbl.Current("公司名称")
End If
End If
e.Form.Close()
vars("表") = ""
ElseIf vars("表") = "购piao登记" Then
'Dim tbl As Table = Tables("添加供应商_Table1")
Dim dwbh As WinForm.TextBox= Forms(vars("表")).Controls("销货单位编号")
Dim dwmc As WinForm.TextBox = Forms("购piao登记").Controls("销货单位名称")
Dim lssb As WinForm.TextBox = Forms("购piao登记").Controls("销货单位纳税人识别号")
Dim dz As WinForm.TextBox = Forms("购piao登记").Controls("销货单位地址及电话")
Dim khh As WinForm.TextBox = Forms("购piao登记").Controls("销货单位开户行及账号")
If tbl.Current IsNot Nothing Then
dwbh.value = tbl.Current("供应商编号")
dwmc.value = tbl.Current("公司名称")
lssb.value = tbl.Current("纳税人识别号")
dz.value = tbl.Current("地址及电话")
khh.value = tbl.Current("开户行及帐号")
End If
e.Form.Close()
vars("表") = ""
Else
'If vars("表") = str2(i1) Then
Dim gys As WinForm.ComboBox = Forms(vars("表")).Controls("ComboBox1")
If tbl.Current IsNot Nothing Then
gys.value = tbl.Current("姓名")
End If
e.Form.Close()
vars("表") = ""
End If
有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。
************** 异常文本 **************
System.NullReferenceException: 未将对象引用设置到对象的实例。
在 Foxtable.O O O o.o00__Ooo()
在 Foxtable.Table.get_DataTable()
在 Foxtable.o_O0_oO0.O_O__O_o(Object A_0, RowColEventArgs A_1)
在 C1.Win.C1FlexGrid.C1FlexGridBase.OnMouseLeaveCell(RowColEventArgs e)
在 C1.Win.C1FlexGrid.C1FlexGridBase.#Adb(Point #F)
在 C1.Win.C1FlexGrid.C1FlexGridBase.OnMouseLeave(EventArgs e)
在 System.Windows.Forms.Control.WmMouseLeave(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)
************** 已加载的程序集 **************
mscorlib
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.8669 (QFE.050727-8600)
基本代码: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Foxtable
程序集版本: 2017.8.19.1
Win32 版本: 2017.08.19.1
基本代码: file:///F:/data$/project/Publish/人机材管理系统.exe
----------------------------------------
Foxtable.Lib
程序集版本: 2017.8.3.1
Win32 版本: 2017.08.03.1
基本代码: file:///F:/data$/project/Publish/Foxtable.Lib.DLL
----------------------------------------
System.Windows.Forms
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.5483 (Win7SP1GDR.050727-5400)
基本代码: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.8759 (QFE.050727-8700)
基本代码: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.5495 (Win7SP1GDR.050727-5400)
基本代码: file:///C:/Windows/assembly/GAC_MSIL/System.Drawi