AAS, BenachrichtungenLayout, unboundSnd
This commit is contained in:
@@ -174,14 +174,18 @@ Public Class rptSendungen
|
||||
|
||||
If barcodeLKW IsNot Nothing Then
|
||||
If VALUES.barcodeLKW IsNot Nothing Then
|
||||
|
||||
barcodeLKW.Image = If(VALUES.barcodeLKW, Nothing)
|
||||
End If
|
||||
End If
|
||||
|
||||
barcodeSendung.Image = If(VALUES.barcodeSendung, Nothing)
|
||||
picQR.Image = If(VALUES.imgQR, Nothing)
|
||||
|
||||
' picQR.Image = If(VALUES.imgQR, Nothing)
|
||||
If picQR IsNot Nothing Then
|
||||
If VALUES.imgQR IsNot Nothing Then
|
||||
picQR.Image = If(VALUES.imgQR, Nothing)
|
||||
End If
|
||||
End If
|
||||
|
||||
'OFFERTE!
|
||||
If False Then
|
||||
|
||||
Reference in New Issue
Block a user