MS 2.4.9.6 Zusätzliche Meldungen und @DisplayOnly Möglichkeit
This commit is contained in:
@@ -20,6 +20,9 @@ Public Class ClassParamRefresh
|
||||
ElseIf oRow.Item("TITLE") = "PM_VALIDATOR_SEARCH_DEF" Then
|
||||
SQL_VALIDATOR_SEARCHES = oRow.Item("SQL_COMMAND")
|
||||
LOGGER.Debug($"VALIDATOR-SQL FROM SQLCommands DD: {SQL_VALIDATOR_SEARCHES}")
|
||||
ElseIf oRow.Item("TITLE") = "TF_WORKFLOW_MESSAGE" Then
|
||||
SQL_WF_MESSAGES = oRow.Item("SQL_COMMAND")
|
||||
LOGGER.Debug($"WF_MESSAGES-SQL FROM SQLCommands DD: {SQL_WF_MESSAGES}")
|
||||
End If
|
||||
Next
|
||||
End If
|
||||
@@ -98,16 +101,6 @@ Public Class ClassParamRefresh
|
||||
IDB_ACTIVE = False
|
||||
End If
|
||||
End If
|
||||
|
||||
|
||||
|
||||
'ElseIf oMode.StartsWith("PM.IDB_APP_SERV_CONID!") Then
|
||||
' Dim CON_ID = oMode.Replace("PM.IDB_APP_SERV_CONID!", "")
|
||||
' Dim oConString = ClassDatabase.Get_ConnectionString(CON_ID)
|
||||
' CONNECTION_STRING_IDB_APP_SERVER = oConString
|
||||
' If ClassDatabase.Init(CONNECTION_STRING_IDB_APP_SERVER) = True Then
|
||||
' LOGGER.Info($"Got an IDB APP-Server-Connection [{CON_ID}]!")
|
||||
' End If
|
||||
ElseIf oMode = "PM.EXCEL_OVERVIEW" Then
|
||||
EXCEL_OVERVIEW = True
|
||||
LOGGER.Debug($"EXCEL_OVERVIEW [{EXCEL_OVERVIEW}]")
|
||||
|
||||
Reference in New Issue
Block a user