MS Release

This commit is contained in:
2020-11-20 14:27:56 +01:00
parent cbef1ceebc
commit 8ec1b7b2f1
9 changed files with 2382 additions and 3328 deletions

View File

@@ -55,8 +55,20 @@
Try
For Each oRow As DataRow In DTVWIDB_BE_ATTRIBUTE.Rows
If oRow.Item("ATTR_TITLE") = indexname Then
Dim oType = oRow.Item("TYP_ID")
Return oType
Try
Dim oType = oRow.Item("TYP_ID")
Return oType
Catch ex As Exception
Try
Dim oType = oRow.Item("TYP_ID")
Return oType
Catch ex1 As Exception
LOGGER.Error(ex)
Return Nothing
End Try
End Try
End If
Next