set default value of 0 for sequence for auto indicies

This commit is contained in:
Jonathan Jenne
2021-07-02 16:30:26 +02:00
parent a3b2c075a9
commit 748c965d48
6 changed files with 786 additions and 2835 deletions

View File

@@ -1947,7 +1947,7 @@ Partial Class frmAdministration
'
'TextBox8
'
Me.TextBox8.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "SEQUENCE1", True))
Me.TextBox8.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "SEQUENCE", True))
resources.ApplyResources(Me.TextBox8, "TextBox8")
Me.TextBox8.Name = "TextBox8"
'