This commit is contained in:
Digital Data - Marlon Schreiber
2018-02-09 15:27:01 +01:00
parent 3519d2be6e
commit 496340e8d8
18 changed files with 2699 additions and 2047 deletions

View File

@@ -4,7 +4,11 @@
Public CURRENT_ProfilGUID As Integer
Public CURRENT_ProfilName As String
Public CURRENT_HTML_DOC As String
Public CURRENT_DOC_GUID As Integer
Public CURRENT_DOC_ID As Integer
Public CURRENT_JUMP_DOC_GUID As Integer
Public CURRENT_DOC_PATH As String
Public ERROR_STATE = ""
Public USER_IS_ADMIN As Boolean = False
@@ -20,7 +24,10 @@
Public CURRENT_SQL_COMAMND As String
Public CURRENT_DT_SQL_CONFIG_TABLE As DataTable
Public CURRENT_DT_CONFIG As DataTable
Public CURRENT_CLICKED_PROFILE_ID As Integer = 0
Public CURRENT_CLICKED_PROFILE_TITLE As String
Public CURRENT_CONTROL_ID As Integer
Public errormessage As String
End Module