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

@@ -1,9 +1,9 @@
Public Class frmMenuDesigner
Private Sub frmMenuDesigner_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Me.TBPMO_FORMTableAdapter.Connection.ConnectionString = MyConnectionString
Me.TBPMO_MENU_FORMTableAdapter.Connection.ConnectionString = MyConnectionString
Me.TBPMO_MENU_FORM_ENTRIESTableAdapter.Connection.ConnectionString = MyConnectionString
Me.TBPMO_FORMTableAdapter.Connection.ConnectionString = MYDB_ECM.CurrentConnectionString
Me.TBPMO_MENU_FORMTableAdapter.Connection.ConnectionString = MYDB_ECM.CurrentConnectionString
Me.TBPMO_MENU_FORM_ENTRIESTableAdapter.Connection.ConnectionString = MYDB_ECM.CurrentConnectionString
Me.TBPMO_FORMTableAdapter.FillByAll(Me.DD_DMSDataSet.TBPMO_FORM)