This commit is contained in:
2021-02-02 21:16:08 +01:00
parent 2f7746d9ca
commit d22ee3d24c
13 changed files with 336 additions and 58 deletions

View File

@@ -2640,7 +2640,7 @@ Public Class usrcntlAktDetails
Private Sub Button9_Click(sender As Object, e As EventArgs) Handles btnKasse_User.Click
If DispolisteVermerk() Then
Dim path = SDL.FormularManagerNEU.DispSendungslisteoListe(AvisoID, False,, cboFormulareRgAn._value)
If path <> "" Then Process.Start(path)
If path <> "" And IO.File.Exists(path) Then Process.Start(path)
Panel4.Visible = False
End If
End Sub