MS Reload nach Error in LoadProfilfromGrid
This commit is contained in:
@@ -1347,7 +1347,8 @@ Public Class frmMain
|
|||||||
|
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LOGGER.Error(ex)
|
LOGGER.Error(ex)
|
||||||
MsgBox(ex.Message, MsgBoxStyle.Critical, "Unexpected error in Load_Profil_from_Grid: ")
|
MsgBox("Unexpected error in Load_Profil_from_Grid: " & ex.Message & vbNewLine & ADDITIONAL_TITLE & " will try to reload the overview - Please try again!", MsgBoxStyle.Information, ADDITIONAL_TITLE)
|
||||||
|
Dim task = Decide_Load(False, True)
|
||||||
End Try
|
End Try
|
||||||
'Me.Visible = True
|
'Me.Visible = True
|
||||||
'Decide_Load()
|
'Decide_Load()
|
||||||
|
|||||||
Reference in New Issue
Block a user