fix call of gettypeofindex
This commit is contained in:
parent
bff6d919bd
commit
b0cdbe6b58
@ -92,8 +92,8 @@ Public Class frmAdministration
|
||||
If MyIndicies IsNot Nothing Then
|
||||
Dim i As Integer = 0
|
||||
For Each index As String In MyIndicies
|
||||
Dim _vektorString As Boolean = False
|
||||
Dim oIndexType = WINDREAM.GetTypeOfIndex(i)
|
||||
Dim _vektorString = False
|
||||
Dim oIndexType = WINDREAM.GetTypeOfIndex(index)
|
||||
i += 1
|
||||
MyIndicies_Types.Add(oIndexType)
|
||||
Select Case oIndexType
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user