This commit is contained in:
2020-03-12 14:48:24 +01:00
parent e879fb6881
commit afaac3c2a4
107 changed files with 16055 additions and 3324 deletions

View File

@@ -42,7 +42,9 @@ Public Class frmLKWBericht
End Sub
Private Sub frmLKWBericht_Load(sender As Object, e As EventArgs) Handles Me.Load
If AvisoID < 0 Then AvisoID = cGlobal.Aktive_ID
If AvisoID < 0 Then AvisoID = VERAG_PROG_ALLGEMEIN.cGlobal.Aktive_ID
If AvisoID <= 0 Then
MsgBox("Es ist kein LKW ausgewählt!")
Me.Close()