div. Änderungen, etc.

This commit is contained in:
2026-08-07 16:24:39 +02:00
parent bc740b0dee
commit e13acbbe17
5 changed files with 195 additions and 71 deletions

View File

@@ -135,6 +135,8 @@ Public Class rptSendungen
TextBox3.Text = "Abkl.: " & VALUES.QS_MA & vbNewLine & "Dekl.: " & VALUES.VG_MA
txtLKWID.Text &= VALUES.LKW_ID
If VALUES.Grenze.Trim <> "" Then
lblGrenze.Visible = True
shGrenze.Visible = True
@@ -350,6 +352,8 @@ Public Class rptSendungenValues
Property SchnellAbfertigung As Boolean = False
Property LKW_ID As String = ""
Property VG_MA As String = ""
Property QS_MA As String = ""