neu
This commit is contained in:
@@ -56,8 +56,9 @@ Public Class subRptLaufzettelZollDE_ATA
|
||||
If IsNumeric(barcodeString) Then barcodeString = CInt(barcodeString).ToString()
|
||||
txtATNr.Value = ACD & " " & barcodeString & " / " & monat
|
||||
picBarcodeATAMRN.Visible = False
|
||||
Else
|
||||
ElseIf barcodeString.Length > 10 Then 'grobe Pr<50>fung der L<>nge, ob es eine g<>ltige ATA Nr sein kann..
|
||||
txtATNr.Visible = False
|
||||
|
||||
Dim barcodeATA As Image = Code128Rendering.MakeBarcodeImage(barcodeString, 1, True, 20)
|
||||
'barcodeATA.RotateFlip(RotateFlipType.Rotate270FlipNone)
|
||||
picBarcodeATAMRN.Image = barcodeATA
|
||||
|
||||
Reference in New Issue
Block a user