ZooFlow: Fix DetailPage, Fix BaseForm, Tweak Appearance

This commit is contained in:
Jonathan Jenne
2021-07-08 14:22:10 +02:00
parent e8c78ad4da
commit 804812e562
20 changed files with 427 additions and 392 deletions

View File

@@ -17,6 +17,7 @@ Public Class frmAdmin_SourceSQL
InitializeComponent()
' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
InitializeBaseForm(My.LogConfig)
Me.PrimaryKey = PrimaryKey
End Sub
@@ -33,9 +34,12 @@ Public Class frmAdmin_SourceSQL
.TabPage = Nothing
})
TBZF_ADMIN_SOURCE_SQLTableAdapter.Connection.ConnectionString = My.DatabaseECM.CurrentSQLConnectionString
If IsInsert Then
TBZF_ADMIN_SOURCE_SQLBindingSource.AddNew()
Else
TBZF_ADMIN_SOURCE_SQLTableAdapter.Fill(DSIDB_Stammdaten.TBZF_ADMIN_SOURCE_SQL, PrimaryKey)
End If