MS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user