Warenorte Gesamtsicherheiten

This commit is contained in:
2024-11-05 10:25:23 +01:00
parent 37f8f58a1b
commit ec5c5fda2f
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ Public Class frmGesamtsicherheitenMenuNEU
cbxStandort.fillWithSQL("SELECT FilialenNr, cast(FilialenNr as varchar(4)) + ' ' + Grenzstelle FROM Filialen WHERE Fil_Status='A' ORDER BY FilialenNr ", True, "FMZOLL", True)
cbxWarenort.fillWithSQL("SELECT [wo_warenort],CONCAT([wo_bezeichnung],' - ' ,[wo_knnr]) FROM [tblWarenorte] WHERE [wo_aktiv] ='1' AND [wo_firma] = '" & firmaId & "' ORDER BY [wo_reihenfolge] ", True, "AVISO", True)
cbxWarenort.fillWithSQL("SELECT [wo_warenort],CONCAT([wo_bezeichnung],' - ' ,[wo_knnr]) FROM [tblWarenorte] WHERE [wo_aktiv] ='1' ORDER BY [wo_reihenfolge] ", True, "AVISO", True) 'AND [wo_firma] = '" & firmaId & "'
cbxWarenort.DropDownWidth = 150
Me.Text = "Gesamtsicherheiten " & Standort