MS
This commit is contained in:
@@ -1286,7 +1286,7 @@ Public Class Windream
|
||||
_logger.Warn(ex.Message)
|
||||
Return False
|
||||
End Try
|
||||
_logger.Debug("SetFileIndex '{0}' ... ", IndexName)
|
||||
|
||||
If LockObject(oWMObject, WMObjectEditModeIndexEdit) = False Then
|
||||
_logger.Warn("File {0} could not be locked")
|
||||
Return False
|
||||
@@ -1300,7 +1300,7 @@ Public Class Windream
|
||||
Dim oType As Integer = GetIndexType(IndexName)
|
||||
Dim oConvertedValues As New List(Of String)
|
||||
Dim oArray As Object
|
||||
|
||||
_logger.Debug("SetFileIndexLoS '{0}' - Indextype: {1} ... ", IndexName, oType)
|
||||
ReDim oArray(Values.Count - 1)
|
||||
|
||||
For oIndex = 0 To Values.Count - 1
|
||||
|
||||
Reference in New Issue
Block a user