neu
This commit is contained in:
@@ -1723,8 +1723,16 @@ Public Class usrCntlSpeditionsBuchSuche
|
||||
rpt.lblAbs.Text = checkNull(rpt.Fields.Item("Absender").Value)
|
||||
rpt.lblEmpfKdNr.Text = checkNull(rpt.Fields.Item("EmpfängerKundenNr").Value)
|
||||
rpt.lblEmpf.Text = checkNull(rpt.Fields.Item("Empfänger").Value)
|
||||
rpt.lblEndEmpfKdNr.Text = checkNull(rpt.Fields.Item("EndEmpfängerKundenNr").Value)
|
||||
rpt.lblEndEmpf.Text = checkNull(rpt.Fields.Item("EndEmpfänger").Value)
|
||||
|
||||
'Wenn EndEmpf leer --> Empfänger eintragen:
|
||||
Dim EndEmpf = checkNull(rpt.Fields.Item("EndEmpfänger").Value)
|
||||
If EndEmpf <> "" Then
|
||||
rpt.lblEndEmpfKdNr.Text = checkNull(rpt.Fields.Item("EndEmpfängerKundenNr").Value)
|
||||
rpt.lblEndEmpf.Text = checkNull(rpt.Fields.Item("EndEmpfänger").Value)
|
||||
Else
|
||||
rpt.lblEndEmpfKdNr.Text = checkNull(rpt.Fields.Item("EmpfängerKundenNr").Value)
|
||||
rpt.lblEndEmpf.Text = checkNull(rpt.Fields.Item("Empfänger").Value)
|
||||
End If
|
||||
rpt.lblAuftrKdNr.Text = checkNull(rpt.Fields.Item("VermittlerKundenNr").Value)
|
||||
rpt.lblAuftr.Text = checkNull(rpt.Fields.Item("Vermittler").Value)
|
||||
rpt.lblFrachtfKdNr.Text = checkNull(rpt.Fields.Item("FrachtführerKundenNr").Value)
|
||||
|
||||
Reference in New Issue
Block a user