NewDocSearch

This commit is contained in:
Digital Data - Marlon Schreiber
2019-07-10 15:30:32 +02:00
parent 695525c13b
commit add17d703b
71 changed files with 23244 additions and 111 deletions

View File

@@ -23,6 +23,7 @@ Module modCurrent
Public USER_SHORTNAME
Public USER_EMAIL
Public USER_LANGUAGE As String = "de-DE"
Public USER_DATE_FORMAT As String
Public USER_EXISTS = False
Public USER_IN_MODULE = False
@@ -51,9 +52,13 @@ Module modCurrent
Public CURR_FOCUSED_WINDOWNAME
Public MONITORING_ACTIVE As Boolean = True
Public PROC_PID As String
Public PROC_Name As String
Public PROC_WindowTitle As String
Public CurrPROC_PID As String
Public CurrPROC_Name As String
Public CurrPROC_WindowTitle As String
Public CLIENT_SELECTED As Integer = 0
Public CurrDT_PROFILE_MATCH As DataTable
Public CURRENT_DT_DOC_SEARCHES As DataTable
Public CURRENT_DT_DATA_SEARCHES As DataTable
Public CurrSearch2Load As Object
End Module