This commit is contained in:
2023-07-20 14:12:24 +02:00
parent c2deb54f11
commit ea5ea5f205
64 changed files with 8139 additions and 7996 deletions

View File

@@ -20,7 +20,7 @@
End Sub
Private Sub frmDD_EMAIL_ACCOUNT_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Try
TBDD_EMAIL_ACCOUNTTableAdapter.Connection.ConnectionString = MyConnectionString
TBDD_EMAIL_ACCOUNTTableAdapter.Connection.ConnectionString = MYDB_ECM.CurrentConnectionString
Me.TBDD_EMAIL_ACCOUNTTableAdapter.Fill(Me.DD_DMSDataSet.TBDD_EMAIL_ACCOUNT)
Catch ex As Exception
MsgBox("Error in Load-Form: " & vbNewLine & ex.Message, MsgBoxStyle.Critical)