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