MS05082016
This commit is contained in:
@@ -243,11 +243,16 @@
|
||||
End Sub
|
||||
|
||||
Public Sub OpenRecordView(recordId)
|
||||
JUMP_RECORD_ID = recordId
|
||||
Try
|
||||
JUMP_RECORD_ID = recordId
|
||||
|
||||
Dim frm As New frmRecordView()
|
||||
frm.MdiParent = MAIN_FORM
|
||||
frm.Show()
|
||||
Dim frm As New frmRecordView()
|
||||
'frm.MdiParent = MAIN_FORM
|
||||
frm.Show()
|
||||
Catch ex As Exception
|
||||
MsgBox(ex.Message, MsgBoxStyle.Critical)
|
||||
End Try
|
||||
|
||||
End Sub
|
||||
|
||||
Public Sub OpenFormConstructor(id As Integer, Optional recordId As Integer = -1)
|
||||
|
||||
Reference in New Issue
Block a user