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
|
If MyIndicies IsNot Nothing Then
|
||||||
Dim i As Integer = 0
|
Dim i As Integer = 0
|
||||||
For Each index As String In MyIndicies
|
For Each index As String In MyIndicies
|
||||||
Dim _vektorString As Boolean = False
|
Dim _vektorString = False
|
||||||
Dim oIndexType = WINDREAM.GetTypeOfIndex(i)
|
Dim oIndexType = WINDREAM.GetTypeOfIndex(index)
|
||||||
i += 1
|
i += 1
|
||||||
MyIndicies_Types.Add(oIndexType)
|
MyIndicies_Types.Add(oIndexType)
|
||||||
Select Case oIndexType
|
Select Case oIndexType
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user