MS Änderungen login

This commit is contained in:
Digital Data - Marlon Schreiber
2018-06-20 12:50:55 +02:00
parent bb412d1141
commit e38b5366a7
10 changed files with 658 additions and 96 deletions

View File

@@ -80,7 +80,10 @@ Public NotInheritable Class frmSplash
bw.ReportProgress(CalcProgress(4), "Initializing User-Configuration")
If ClassInit.InitUserLogin = False Then
ERROR_INIT = "INVALID USER"
If ERROR_INIT = "" Then
ERROR_INIT = "INVALID USER"
End If
End If