MDM-Word Logo, divers
This commit is contained in:
@@ -391,7 +391,7 @@ Public Class frmSDLAbholungEintrag
|
||||
'Dim f As New frmSDLAbholungEintrag(getSDLAbholung())
|
||||
' If f.ShowDialog(Me) = Windows.Forms.DialogResult.OK Then
|
||||
genFormular = cGenWord.genUebernahmebestaetigung(cProgramFunctions.dgridViewTods(dgvPositionen), KdNr, VERAG_PROG_ALLGEMEIN.cAllgemein.USRNAME, print, printername, SDL_ABHOLUNG.sdlAb_Id, WordPath, TMPvisible)
|
||||
genFormular = cGenWord.genUebernahmebestaetigungKuvert(cProgramFunctions.dgridViewTods(dgvPositionen), KdNr, VERAG_PROG_ALLGEMEIN.cAllgemein.USRNAME, print, printername, SDL_ABHOLUNG.sdlAb_Id, WordPath, TMPvisible)
|
||||
genFormular = cGenWord.genUebernahmebestaetigungKuvert(cProgramFunctions.dgridViewTods(dgvPositionen), KdNr, VERAG_PROG_ALLGEMEIN.cAllgemein.USRNAME, print, printername, SDL_ABHOLUNG.sdlAb_Id, WordPath, TMPvisible, sprache)
|
||||
'End If
|
||||
|
||||
Else
|
||||
@@ -446,7 +446,7 @@ Public Class frmSDLAbholungEintrag
|
||||
'If f.ShowDialog(Me) = Windows.Forms.DialogResult.OK Then
|
||||
|
||||
genFormular = cGenWord.genUebernahmebestaetigung(cProgramFunctions.dgridViewTods(dgvPositionen), KdNr, VERAG_PROG_ALLGEMEIN.cAllgemein.USRNAME, print, printername, SDL_ABHOLUNG.sdlAb_Id, WordPath, TMPvisible)
|
||||
genFormular = cGenWord.genUebernahmebestaetigungKuvert(cProgramFunctions.dgridViewTods(dgvPositionen), KdNr, VERAG_PROG_ALLGEMEIN.cAllgemein.USRNAME, print, printername, SDL_ABHOLUNG.sdlAb_Id, WordPath, TMPvisible)
|
||||
genFormular = cGenWord.genUebernahmebestaetigungKuvert(cProgramFunctions.dgridViewTods(dgvPositionen), KdNr, VERAG_PROG_ALLGEMEIN.cAllgemein.USRNAME, print, printername, SDL_ABHOLUNG.sdlAb_Id, WordPath, TMPvisible, sprache)
|
||||
'End If
|
||||
Else
|
||||
If SDLNr = 999 Then 'Spezialfall PL+CZ
|
||||
|
||||
@@ -254,6 +254,18 @@ Public Class usrCntlDatenDetails
|
||||
RaiseEvent DataChanged(kdNr, Kfz, SDLNr, History)
|
||||
End Sub
|
||||
|
||||
ElseIf SDLLeistung = 217 Then ' PLOSE cz
|
||||
pic.Image = Nothing
|
||||
Dim usrcntl As New usrCntlSDLLeistungenPLOSE_MEDPASS(kdnr, KfzKennzeichen, SDLLeistung, history)
|
||||
usrcntl.Dock = DockStyle.Fill
|
||||
pnlSDLLeistungenDetails.Controls.Add(usrcntl)
|
||||
AddHandler usrcntl.LKWChanged, Sub(kdNr, newKfz, SDLNr, History)
|
||||
RaiseEvent Changed(kdNr, newKfz, SDLNr, History)
|
||||
End Sub
|
||||
AddHandler usrcntl.CHANGED, Sub(kdNr, Kfz, SDLNr, History)
|
||||
RaiseEvent DataChanged(kdNr, Kfz, SDLNr, History)
|
||||
End Sub
|
||||
|
||||
ElseIf SDLLeistung = 500 Then ' MAN
|
||||
pic.Image = Nothing
|
||||
Dim usrcntl As New usrCntlSDLLeistungenMANAbgas(kdnr, KfzKennzeichen, SDLLeistung, history)
|
||||
|
||||
Reference in New Issue
Block a user