ustva
This commit is contained in:
934
SDL/USTV/frmMDM_USTVAntrag.Designer.vb
generated
934
SDL/USTV/frmMDM_USTVAntrag.Designer.vb
generated
File diff suppressed because it is too large
Load Diff
@@ -1335,10 +1335,10 @@ Public Class frmMDM_USTVAntrag
|
|||||||
Exit Sub
|
Exit Sub
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If cbxWahrung.SelectedValue Is Nothing Then
|
If cbxWahrung.SelectedItem Is Nothing Then
|
||||||
USTV_ANTRAG.UStVAn_Währungscode = SQL.DLookup("Währungscode", "[Länderverzeichnis für die Außenhandelsstatistik]", "Landnr='" & USTV_ANTRAG.UStVAn_LandNr & "'", "FMZOLL")
|
USTV_ANTRAG.UStVAn_Währungscode = SQL.DLookup("Währungscode", "[Länderverzeichnis für die Außenhandelsstatistik]", "Landnr='" & USTV_ANTRAG.UStVAn_LandNr & "'", "FMZOLL")
|
||||||
Else
|
Else
|
||||||
USTV_ANTRAG.UStVAn_Währungscode = cbxWahrung.SelectedValue
|
USTV_ANTRAG.UStVAn_Währungscode = cbxWahrung.SelectedItem.Text
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If Not (IsDate(txtVon._value) AndAlso IsDate(txtBis._value)) Then
|
If Not (IsDate(txtVon._value) AndAlso IsDate(txtBis._value)) Then
|
||||||
@@ -2742,6 +2742,10 @@ Public Class frmMDM_USTVAntrag
|
|||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
Private Sub cbxWahrung_SelectedValueChanged(sender As Object, e As EventArgs) Handles cbxWahrung.SelectedValueChanged
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
Private Sub calcSumme()
|
Private Sub calcSumme()
|
||||||
|
|
||||||
Dim countSumme As Double = 0
|
Dim countSumme As Double = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user