This commit is contained in:
2020-10-21 10:23:59 +02:00
parent feeafb57ec
commit 856aa7c298
17 changed files with 16448 additions and 9577 deletions

View File

@@ -3870,6 +3870,11 @@ Public Class frmValidator
End If
Else
LOGGER.Debug("Now the final indexing...")
If oValue.ToUpper = "SQL-Command".ToUpper Then
MsgBox("Something went wrong while final-indexing. Check Your log and inform the admin-team!", MsgBoxStyle.Critical, ADDITIONAL_TITLE)
LOGGER.Warn("Something went wrong while final-indexing")
Exit For
End If
Dim oFIResult As Boolean = False
If IDB_ACTIVE = False Then
If Indexiere_File(CURRENT_WMFILE, oFinalIndexRow.Item("INDEXNAME"), oResult) = True Then
@@ -4472,9 +4477,14 @@ Public Class frmValidator
End If
End If
If oSetValue = False Then
If oSourceValue <> oMyInput Then
Try
If oSourceValue <> oMyInput Then
oSetValue = True
End If
Catch ex As Exception
oSetValue = True
End If
End Try
End If
'wenn Wert in Windream <> der Eingabe darf indexiert werden
If oSetValue = True Then