EORI_Antrag

This commit is contained in:
2023-10-16 13:49:28 +02:00
parent 2f1eb5af42
commit f967f0727e
4 changed files with 81 additions and 8 deletions

View File

@@ -21,10 +21,10 @@
txtUnterordner2.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("VERAG", ""))
txtUnterordner2.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("IMEX", "IMEX"))
txtUnterordner2.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("ATILLA", "ATILLA"))
txtUnterordner2.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("UNISPED", "UNISPED"))
txtUnterordner2.SelectedIndex = 0
txtUnterordner2.fillWithSQL(" SELECT distinct([Firma]) FROM [VERAG].[dbo].[Filialen] order by [Firma]", False, "FMZOLL", True)
txtUnterordner2.Items.Add("ATTILA")
'txtUnterordner2.SelectedIndex = 0
txtUnterordner2.changeItem(VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA)
End Sub
End Class