Ambar GmbH autoselect
This commit is contained in:
@@ -84,12 +84,18 @@ Public Class frmGesamtsicherheitenNEU
|
|||||||
txtlkwIdSearch.initSearchBox(Me.FindForm, " LKW_Nr, AvisoID, CAST(Datum as Date) as Datum FROM [Aviso]", {"LKW_Nr", "AvisoID", "Datum"}, "", "Datum desc", "LKW_Nr", "AvisoID", "AVISO",, 250, 200)
|
txtlkwIdSearch.initSearchBox(Me.FindForm, " LKW_Nr, AvisoID, CAST(Datum as Date) as Datum FROM [Aviso]", {"LKW_Nr", "AvisoID", "Datum"}, "", "Datum desc", "LKW_Nr", "AvisoID", "AVISO",, 250, 200)
|
||||||
|
|
||||||
If Standort = "AMBAR GmbH" Then
|
If Standort = "AMBAR GmbH" Then
|
||||||
If cboFiliale.Items.Count > 0 Then
|
For i As Integer = 0 To cboFiliale.Items.Count - 1
|
||||||
cboFiliale.SelectedIndex = 0
|
If cboFiliale.Items(i).ToString().Contains("5701") Then
|
||||||
|
cboFiliale.SelectedIndex = i
|
||||||
|
Exit For
|
||||||
End If
|
End If
|
||||||
If cboWarenort.Items.Count > 0 Then
|
Next
|
||||||
cboWarenort.changeItem("5701")
|
For i As Integer = 0 To cboWarenort.Items.Count - 1
|
||||||
|
If cboWarenort.Items(i).ToString().Contains("AMBAR") Then
|
||||||
|
cboWarenort.SelectedIndex = i
|
||||||
|
Exit For
|
||||||
End If
|
End If
|
||||||
|
Next
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Else
|
Else
|
||||||
|
|||||||
Reference in New Issue
Block a user