This commit is contained in:
Digital Data - Marlon Schreiber
2017-12-13 10:28:24 +01:00
parent 290871b3dc
commit 673895755d
23 changed files with 744 additions and 1380 deletions

View File

@@ -182,6 +182,17 @@ Public Class frmMain
If ERROR_INIT = "INVALID USER" Then
Exit Sub
End If
If frmConstructor_Main.IsHandleCreated Then
If INSERT_IN_ACTION = True Then
Dim msg = "Bitte schliessen Sie zuerst das Hinzufügen des Datensatzes ab!"
If USER_LANGUAGE <> "de-DE" Then
msg = "Please finish Your Adding-Procedure first!"
End If
MsgBox(msg, MsgBoxStyle.Information)
e.Cancel = True
End If
End If
Try
ClassUser.LogoutUser()
ClassWindowLocation.SaveFormLocationSize(Me, 1, CURRENT_SCREEN_ID, "frmMain")