.NET Framework 版本:4.0.30319.18063
Foxtable 版本:2020.5.29.8
错误所在事件:表,目录表,DataColChanged
详细错误信息:
调用的目标发生了异常。
从字符串“一级目录 = '公司管理制度'”到类型“Long”的转换无效。
输入字符串的格式不正确。
Case "二级目录"
Dim dr As DataRow = DataTables("知识文档").Find("一级目录 = '" & e.DataRow("一级目录") & "'" And "二级目录 = '" & e.OldValue & "'")
If dr Is Nothing Then
Return
Else
dr("二级目录") = e.DataRow("二级目录")
End If