jj für MS 25.01.17
This commit is contained in:
@@ -193,10 +193,26 @@ Public Class ClassInit
|
||||
If USER_USERNAME <> "" Then
|
||||
InitUserLogin(USER_USERNAME)
|
||||
End If
|
||||
Else
|
||||
If USER_USERNAME.ToUpper <> Environment.UserName.ToUpper Then
|
||||
If clsWindream.PMO_CREATE_PERSONIFIED_LOGIN = False Then
|
||||
ClassLogger.Add(" Could not create the personified login for windream!")
|
||||
End If
|
||||
Else
|
||||
If clsWindream.Create_Session = False Then
|
||||
ClassLogger.Add("Could not create the login for windream!")
|
||||
ClassHelper.MSGBOX_Handler("ERROR", "windream-login Error:", "Could not create the login/session")
|
||||
End If
|
||||
End If
|
||||
|
||||
|
||||
|
||||
End If
|
||||
Else
|
||||
If clsWindream.Create_Session = False Then
|
||||
ClassLogger.Add("Could not create the login for windream!")
|
||||
ClassHelper.MSGBOX_Handler("ERROR", "windream-login Error:", "Could not create the login/session")
|
||||
End If
|
||||
' 'Admin
|
||||
' pageAdmin.Visible = True
|
||||
End If
|
||||
|
||||
sql = String.Format("SELECT COUNT(*) AS Expr1 FROM TBDD_USER_MODULE_LOG_IN WHERE UPPER(MODULE) = UPPER('RECORD_ORGANIZER') AND CLIENT_ID = {0}", CLIENT_SELECTED)
|
||||
|
||||
Reference in New Issue
Block a user