This commit is contained in:
Digital Data - Marlon Schreiber
2018-06-21 11:16:09 +02:00
parent fc8631bad8
commit cb3d370085
12 changed files with 674 additions and 102 deletions

View File

@@ -14,20 +14,21 @@ Module ModuleRuntimeVariables
Public CURRENT_DOC_PATH As String
Public ERROR_STATE = ""
Public USER_IS_ADMIN As Boolean = False
Public USER_USERNAME As String
Public DT_USER2MODULE As DataTable
Public CURRENT_USER_ID
Public CURRENT_USER_PRENAME
Public CURRENT_USER_SURNAME
Public CURRENT_USER_SHORTNAME
Public CURRENT_USER_EMAIL
Public CURRENT_USER_LANGUAGE As String = "de-DE"
Public USER_IS_ADMIN As Boolean = False
Public USER_ID
Public USER_PRENAME
Public USER_SURNAME
Public USER_SHORTNAME
Public USER_EMAIL
Public USER_LANGUAGE As String = "de-DE"
Public USER_EXISTS = False
Public USER_IN_MODULE = False
Public USER_RIGHT_FILE_DELETE As Boolean = False
Public LICENSE_COUNT As Integer = 0
Public LICENSE_EXPIRED As Boolean = False
Public LICENSE_PROFILES As Integer = 0
@@ -43,6 +44,9 @@ Module ModuleRuntimeVariables
Public CURRENT_CLICKED_PROFILE_ID As Integer = 0
Public CURRENT_CLICKED_PROFILE_TITLE As String
Public DT_CLIENT_USER As DataTable
Public CLIENT_SELECTED As Integer = 0
Public CURR_CON_ID As Integer
Public CURR_SELECT_CONTROL As String
Public CURR_CHOICE_LIST As String