This commit is contained in:
2020-09-23 07:23:26 +02:00
parent 81905f2f44
commit bead6bad6d
34 changed files with 1873 additions and 878 deletions

View File

@@ -21,7 +21,7 @@
End Sub
Private Sub frmAnkunftAendern_Load(sender As Object, e As EventArgs) Handles Me.Load
MsgBox(AVISO.Grenzstelle)
If AVISO Is Nothing Then Exit Sub
If AVISO.Grenzstelle.Replace("???", "") = "" Then
If AVISO.Zollstelle IsNot Nothing Then
@@ -44,6 +44,7 @@
Case "NKD" : Return "NICKELSDORF"
Case "NEU" : Return "NEUHAUS"
Case "SFD" : Return "SPIELFELD"
Case "AMB" : Return "AMBAR"
Case Else : Return Grenzstelle
End Select
End Function