SDL
This commit is contained in:
@@ -786,7 +786,7 @@ Partial Class usrcntlVollmacht_MDM_EU
|
||||
Me.txtKapital._TimeOnly_Seconds = False
|
||||
Me.txtKapital._value = Nothing
|
||||
Me.txtKapital._Waehrung = True
|
||||
Me.txtKapital._WaehrungZeichen = True
|
||||
Me.txtKapital._WaehrungZeichen = False
|
||||
Me.txtKapital.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtKapital.Location = New System.Drawing.Point(402, 202)
|
||||
Me.txtKapital.MaxLineLength = -1
|
||||
|
||||
@@ -1850,6 +1850,15 @@ Public Class FormularManagerNEU
|
||||
Case "place" : odoc.FormFields(fieldName).Range.Text = usrCntl.txtAdresse3.Text
|
||||
Case "street" : odoc.FormFields(fieldName).Range.Text = usrCntl.txtAdresse1.Text
|
||||
Case "surname_firstname" : odoc.FormFields(fieldName).Range.Text = IIf(usrCntl.txt_GF_Name.Text <> "", usrCntl.txt_GF_Name.Text, usrCntl.txtHerrFrau.Text)
|
||||
|
||||
Case "ceo_place" : odoc.FormFields(fieldName).Range.Text = usrCntl.txt_GF_Ort.Text
|
||||
Case "ceo_country" : odoc.FormFields(fieldName).Range.Text = usrCntl.cbx_GF_Land._value
|
||||
Case "ceo_zipcode" : odoc.FormFields(fieldName).Range.Text = usrCntl.txt_GF_PLZ.Text
|
||||
Case "ceo_birthdate" : odoc.FormFields(fieldName).Range.Text = usrCntl.txt_GF_Geb.Text
|
||||
Case "ceo_street" : odoc.FormFields(fieldName).Range.Text = usrCntl.txt_GF_Adresse.Text
|
||||
Case "ceo_address" : odoc.FormFields(fieldName).Range.Text = usrCntl.txt_GF_Adresse.Text & " " & usrCntl.cbx_GF_Land._value & "-" & usrCntl.txtAdresse2.Text & " " & usrCntl.txtAdresse3.Text
|
||||
|
||||
|
||||
Case "vatno" : odoc.FormFields(fieldName).Range.Text = usrCntl.txtUid.Text
|
||||
Case "mailcontact" : odoc.FormFields(fieldName).Range.Text = usrCntl.txtEmail.Text ' TODO: neues Feld im formular
|
||||
Case "phone" : odoc.FormFields(fieldName).Range.Text = usrCntl.txtEmail.Text ' TODO: neues Feld im formular
|
||||
|
||||
Reference in New Issue
Block a user