ustva_antragpos.
This commit is contained in:
@@ -112,7 +112,7 @@ Public Class ustCntlUSTV_AntragPosition
|
|||||||
Else
|
Else
|
||||||
save = False
|
save = False
|
||||||
End If
|
End If
|
||||||
If txtUmrechnungskurs.Text <> "" And txtUmrechnungskurs._value <> "" Then
|
If Not (txtUmrechnungskurs.Text = "" And txtUmrechnungskurs._value = "") Then
|
||||||
If txtUmrechnungskurs.Text <> "" Then
|
If txtUmrechnungskurs.Text <> "" Then
|
||||||
UStV_POS.UStVPo_Umrechnungskurs = txtUmrechnungskurs.Text.Replace(",", ".")
|
UStV_POS.UStVPo_Umrechnungskurs = txtUmrechnungskurs.Text.Replace(",", ".")
|
||||||
ElseIf txtUmrechnungskurs._value <> "" Then
|
ElseIf txtUmrechnungskurs._value <> "" Then
|
||||||
@@ -299,6 +299,7 @@ Public Class ustCntlUSTV_AntragPosition
|
|||||||
UStV_Leist.UstV_Leistender_PLZ = If(txtPLZ.Text, "")
|
UStV_Leist.UstV_Leistender_PLZ = If(txtPLZ.Text, "")
|
||||||
UStV_Leist.UstV_Leistender_Stadt = If(txtOrt.Text, "")
|
UStV_Leist.UstV_Leistender_Stadt = If(txtOrt.Text, "")
|
||||||
UStV_Leist.UstV_Leistender_Land = If(txtLand.Text, "")
|
UStV_Leist.UstV_Leistender_Land = If(txtLand.Text, "")
|
||||||
|
|
||||||
UStV_Leist.UstV_Leistender_UstNr = If(txtUIDNr.Text, "")
|
UStV_Leist.UstV_Leistender_UstNr = If(txtUIDNr.Text, "")
|
||||||
|
|
||||||
If UStV_Leist.SAVE() Then
|
If UStV_Leist.SAVE() Then
|
||||||
@@ -342,14 +343,14 @@ Public Class ustCntlUSTV_AntragPosition
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
If UStV_Leist.SAVE() Then
|
If UStV_Leist.SAVE() Then
|
||||||
|
If Not UStV_Leist.UstV_Leistender_Adresse And adresseChanged Then UStV_Leist.UstV_Leistender_Adresse = True
|
||||||
btnLeistenderSave.Visible = False
|
btnLeistenderSave.Visible = False
|
||||||
UStV_POS.UStVPo_Leistender = UStV_Leist.UStV_Leistender
|
UStV_POS.UStVPo_Leistender = UStV_Leist.UStV_Leistender
|
||||||
'RaiseEvent CHANGED(UStV_POS.UStVPo_ID)
|
'RaiseEvent CHANGED(UStV_POS.UStVPo_ID)
|
||||||
values_changed()
|
values_changed()
|
||||||
|
|
||||||
|
End If
|
||||||
End If
|
End If
|
||||||
End If
|
|
||||||
|
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|||||||
Reference in New Issue
Block a user