From 8545bed92382ee231af263a9f33c61cae253b8f0 Mon Sep 17 00:00:00 2001 From: Digital Data - Marlon Schreiber Date: Fri, 12 Nov 2021 10:48:34 +0100 Subject: [PATCH] MS Reload nach Error in LoadProfilfromGrid --- app/DD_PM_WINDREAM/frmMain.vb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/DD_PM_WINDREAM/frmMain.vb b/app/DD_PM_WINDREAM/frmMain.vb index 2ecc1f7..9f90510 100644 --- a/app/DD_PM_WINDREAM/frmMain.vb +++ b/app/DD_PM_WINDREAM/frmMain.vb @@ -1347,7 +1347,8 @@ Public Class frmMain Catch ex As Exception 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 'Me.Visible = True 'Decide_Load()