jj: fix final index kram
This commit is contained in:
parent
ca0213ad71
commit
995a076d37
@ -42,6 +42,11 @@
|
||||
Try
|
||||
Dim props As FinalIndexProperties = obj
|
||||
Dim i As Integer = indcies.IndexOf(indexName)
|
||||
|
||||
If Not indcies.Contains(indexName) Then
|
||||
Return obj
|
||||
End If
|
||||
|
||||
Dim type As Integer = types.Item(i)
|
||||
Dim isVector = value.StartsWith(PREFIX_VECTOR)
|
||||
|
||||
|
||||
@ -726,6 +726,7 @@ Public Class frmAdministration
|
||||
Private Sub ToolStripButton2_Click(sender As Object, e As EventArgs) Handles ToolStripButton2.Click
|
||||
TabControlFinalIndices.Enabled = True
|
||||
tsBtnCancel_old.Visible = True
|
||||
tsBtnCancel.Visible = True
|
||||
cmbIndexe.Items.Clear()
|
||||
cmbIndexe2.Items.Clear()
|
||||
Dim indexe = _windreamPM.GetIndicesByObjecttype(cmbObjekttypen.Text)
|
||||
@ -743,6 +744,8 @@ Public Class frmAdministration
|
||||
TabControlFinalIndices.Enabled = False
|
||||
INSERT_ACTIVE = False
|
||||
tsBtnCancel_old.Visible = False
|
||||
tsBtnCancel.Visible = False
|
||||
BindingNavigatorAddNewItem.Visible = True
|
||||
|
||||
txtBezeichner.Text = String.Empty
|
||||
txtindexwert_final.Text = String.Empty
|
||||
@ -976,7 +979,7 @@ Public Class frmAdministration
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
Private Sub tsBtnCancel_Click(sender As Object, e As EventArgs) Handles tsBtnCancel_old.Click
|
||||
Private Sub tsBtnCancel_Click(sender As Object, e As EventArgs) Handles tsBtnCancel.Click
|
||||
CancelFinalIndexInsert()
|
||||
End Sub
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user