MS_20.01
This commit is contained in:
@@ -409,7 +409,7 @@ Public Class frmFormInput
|
||||
' SelectedFormID = RowView.Item(1)
|
||||
RefreshRecordByID(SelectedRecordID)
|
||||
|
||||
ClassControlValues.LoadControlValues(SelectedRecordID, CURRENT_PARENTID, thisformid, pnlView.Controls)
|
||||
ClassControlValues.LoadControlValues(SelectedRecordID, CURRENT_PARENT_ID, thisformid, pnlView.Controls)
|
||||
End If
|
||||
load_Documents()
|
||||
End If
|
||||
@@ -531,7 +531,7 @@ Public Class frmFormInput
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user