This commit is contained in:
2020-10-15 17:01:06 +02:00
parent f96dee0836
commit 4c22cea6be
2 changed files with 3 additions and 1 deletions

View File

@@ -166,6 +166,7 @@ Public Class frmMonitor
End Sub
Sub Load_Grid_Data()
Try
Application.
FormShown = False
Dim oSQL = "SELECT * FROM TBPM_MONITOR_KONFIG"
DT_MONITOR_KONFIG = ClassDatabase.Return_Datatable(oSQL, "Monitor-Load_Grid_Data1")