MS_20.01
This commit is contained in:
@@ -61,9 +61,7 @@ Public Class frmQuickEdit
|
||||
|
||||
Me.VWPMO_CONTROL_SCREENTableAdapter.Connection.ConnectionString = MyConnectionString
|
||||
Me.TBPMO_RECORDTableAdapter.Connection.ConnectionString = MyConnectionString
|
||||
|
||||
thisformid = CURRENT_MASTER_FORM_ID
|
||||
Me.VWPMO_CONTROL_SCREENTableAdapter.Fill(Me.DD_DMSDataSet.VWPMO_CONTROL_SCREEN, thisformid)
|
||||
Me.VWPMO_CONTROL_SCREENTableAdapter.Fill(Me.DD_DMSDataSet.VWPMO_CONTROL_SCREEN, CURRENT_FORM_ID)
|
||||
|
||||
|
||||
CtrlBuilder = New ClassControlBuilder(pnlView,
|
||||
@@ -88,7 +86,7 @@ Public Class frmQuickEdit
|
||||
FocusedRow_Change()
|
||||
End If
|
||||
|
||||
ClassWindowLocation.LoadFormLocationSize(Me, thisformid, CURRENT_SCREEN_ID)
|
||||
ClassWindowLocation.LoadFormLocationSize(Me, CURRENT_FORM_ID, CURRENT_SCREEN_ID)
|
||||
|
||||
Catch ex As System.Exception
|
||||
System.Windows.Forms.MessageBox.Show(ex.Message)
|
||||
@@ -557,7 +555,6 @@ Public Class frmQuickEdit
|
||||
Dim ContextMenu As ContextMenuStrip = MenuItem.Owner
|
||||
Dim SourceControl As Control = ContextMenu.SourceControl
|
||||
Dim MasterDataId As Integer = SourceControl.Tag
|
||||
CURRENT_MASTER_FORM_ID = MasterDataId
|
||||
frmQuickInput.ShowDialog()
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user