MS Diverses Customizing

This commit is contained in:
Developer01
2024-07-31 11:10:21 +02:00
parent 2039b614c1
commit c15a0ee5a0
36 changed files with 1140 additions and 1612 deletions

View File

@@ -251,10 +251,8 @@ Module ModuleHelperMethods
End Sub
Public Sub OpenRecordView(recordId)
Public Sub OpenRecordView()
Try
JUMP_RECORD_ID = recordId
Dim frm As New frmRecordView()
'frm.MdiParent = MAIN_FORM
frm.Show()