Exception-Handling verfeinert, kleine Bugfixes durchgeführt.
This commit is contained in:
@@ -1848,10 +1848,9 @@ Public Class frmEintragAviso
|
||||
If destination Is "" Or destination Is Nothing Then
|
||||
MsgBox("Zur Berechnung muss vorher eine Grenzstelle/Zollstelle ausgewählt werden!")
|
||||
Else
|
||||
Dim frmGrayOut = VERAG_PROG_ALLGEMEIN.cMeineFunktionenAVISO.grayoutForm()
|
||||
Dim frmRouteBerechnen = New frmRoutendauerBerechnen(destination)
|
||||
|
||||
If frmRouteBerechnen.ShowDialog(frmGrayOut) = DialogResult.OK Then
|
||||
If frmRouteBerechnen.ShowDialog() = DialogResult.OK Then
|
||||
datVoraussichtlichesEintreffen.Value = frmRouteBerechnen.calculatedDate
|
||||
End If
|
||||
|
||||
|
||||
Reference in New Issue
Block a user