This commit is contained in:
2020-06-23 08:29:29 +02:00
parent 9b52ab1b61
commit 5a5a4c94c1
32 changed files with 876 additions and 346 deletions

View File

@@ -15,7 +15,7 @@ Public Class usrCntlSDLLeistungenSI
Public Event LKWChanged(kdNr, newKfz, SDLNr, History)
Public Event CHANGED(kdNr, newKfz, SDLNr, History)
'Public WithEvents s As New cBinding 'fürs Binding
Public SDL As cSDL
Public SDL As VERAG_PROG_ALLGEMEIN.cSDL
Dim boud = False
@@ -75,7 +75,7 @@ Public Class usrCntlSDLLeistungenSI
Sub initDataBinding()
Try
SDL = New cSDL(kdNr, KfzKennzeichen, SDLNr, History)
SDL = New VERAG_PROG_ALLGEMEIN.cSDL(kdNr, KfzKennzeichen, SDLNr, History)
PROG.initDTPE(txtLieferung)
PROG.initDTPE(txtBestellung)