MS
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user