PMMS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user