MS Anpassung final indices

This commit is contained in:
2021-02-17 09:23:52 +01:00
parent 4e69a97582
commit 903e5e5c81
11 changed files with 131 additions and 122 deletions

View File

@@ -3899,7 +3899,7 @@ Public Class frmValidator
LOGGER.Debug("FINAL INDEXING STARTING...")
For Each oFinalIndexRow As DataRow In oDTFinalIndexing.Rows
Dim oValue As String = oFinalIndexRow.Item("VALUE").ToString
Dim oFinalIndex = oFinalIndexRow.Item("INDEXNAME")
Dim oContinueOnIndifferentState As Boolean = CBool(oFinalIndexRow.Item("CONTINUE_INDETERMINED"))
Dim oIndexType = 0
If IDB_ACTIVE = False Then