divl. Änderungne
This commit is contained in:
@@ -389,7 +389,7 @@ Public Class usrCntlATLAS_AnkunftsAnzeige
|
||||
|
||||
If valueREF <> "" Then
|
||||
Dim DAKOSY_REF As New cDakosy_Stammreferenzen(valueREF)
|
||||
If DAKOSY_REF IsNot Nothing Then
|
||||
If DAKOSY_REF IsNot Nothing AndAlso DAKOSY_REF.dySr_WarenortID IsNot Nothing AndAlso IsNumeric(DAKOSY_REF.dySr_WarenortID) Then
|
||||
txtWO_ID.Text = DAKOSY_REF.dySr_WarenortID.ToString
|
||||
If DAKOSY_REF.dySr_WarenortID > 0 Then
|
||||
txtWarenort.Text = (New SQL).getValueTxtBySql("SELECT [wo_warenort] from [tblWarenorte] where [wo_id] = " & DAKOSY_REF.dySr_WarenortID, "AVISO")
|
||||
@@ -397,6 +397,7 @@ Public Class usrCntlATLAS_AnkunftsAnzeige
|
||||
End If
|
||||
Else
|
||||
txtWarenort.Text = ""
|
||||
txtWO_ID.Text = ""
|
||||
End If
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user