neu
This commit is contained in:
@@ -247,31 +247,32 @@ Public Class frmLaufzettel
|
||||
' Fahrer zum Zoll!
|
||||
'------------------------------------------------
|
||||
|
||||
If VERAG_PROG_ALLGEMEIN.cAllgemein.PARAMS.GET_PARAMETER_VALUE_BOOL("PRINT_zumZOLL") Then
|
||||
If CheckBox2.Checked Then
|
||||
If VERAG_PROG_ALLGEMEIN.cAllgemein.NIEDERLASSUNG = "WAI" Then
|
||||
Try
|
||||
Dim path = SDL.FormularManagerNEU.zumZOLL_AVISO_WAI(AVISO)
|
||||
If path <> "" Then VERAG_PROG_ALLGEMEIN.cFormularManager.PrintViaGS(path, cboPrinter.SelectedItem.ToString) '(New System.Drawing.Printing.PrinterSettings).PrinterName)
|
||||
Catch ex As Exception : MsgBox(ex.Message & ex.StackTrace) : End Try
|
||||
Else
|
||||
If Not CheckBox3.Checked And Not CheckBox4.Checked Then
|
||||
MsgBox("Bitte 'AT ZOLL' oder 'DE ZOLL' auswählen!")
|
||||
Exit Sub
|
||||
End If
|
||||
|
||||
Try
|
||||
'If CheckBox3.Checked Then path = SDL.FormularManagerNEU.zumZOLL_AVISO(AVISO, If(CheckBox3.Checked, "AT", If(CheckBox4.Checked, "DE", "")))
|
||||
Dim path = ""
|
||||
If CheckBox3.Checked Then path = SDL.FormularManagerNEU.zumZOLL_AVISO_AT(AVISO)
|
||||
If CheckBox4.Checked Then path = SDL.FormularManagerNEU.zumZOLL_AVISO_DE(AVISO)
|
||||
|
||||
If path <> "" Then VERAG_PROG_ALLGEMEIN.cFormularManager.PrintViaGS(path, cboPrinter.SelectedItem.ToString) '(New System.Drawing.Printing.PrinterSettings).PrinterName)
|
||||
Catch ex As Exception : MsgBox(ex.Message & ex.StackTrace) : End Try
|
||||
If VERAG_PROG_ALLGEMEIN.cAllgemein.NIEDERLASSUNG = "WAI" Then
|
||||
Try
|
||||
Dim path = SDL.FormularManagerNEU.zumZOLL_AVISO_WAI(AVISO)
|
||||
If path <> "" Then VERAG_PROG_ALLGEMEIN.cFormularManager.PrintViaSpirePDF({path}, cboPrinter.SelectedItem.ToString) '(New System.Drawing.Printing.PrinterSettings).PrinterName)
|
||||
' If path <> "" Then VERAG_PROG_ALLGEMEIN.cFormularManager.PrintViaGS(path, cboPrinter.SelectedItem.ToString) '(New System.Drawing.Printing.PrinterSettings).PrinterName)
|
||||
Catch ex As Exception : MsgBox(ex.Message & ex.StackTrace) : End Try
|
||||
Else
|
||||
If Not CheckBox3.Checked And Not CheckBox4.Checked Then
|
||||
MsgBox("Bitte 'AT ZOLL' oder 'DE ZOLL' auswählen!")
|
||||
Exit Sub
|
||||
End If
|
||||
|
||||
Try
|
||||
'If CheckBox3.Checked Then path = SDL.FormularManagerNEU.zumZOLL_AVISO(AVISO, If(CheckBox3.Checked, "AT", If(CheckBox4.Checked, "DE", "")))
|
||||
Dim path = ""
|
||||
If CheckBox3.Checked Then path = SDL.FormularManagerNEU.zumZOLL_AVISO_AT(AVISO)
|
||||
If CheckBox4.Checked Then path = SDL.FormularManagerNEU.zumZOLL_AVISO_DE(AVISO)
|
||||
|
||||
If path <> "" Then VERAG_PROG_ALLGEMEIN.cFormularManager.PrintViaSpirePDF({path}, cboPrinter.SelectedItem.ToString) '(New System.Drawing.Printing.PrinterSettings).PrinterName)
|
||||
'If path <> "" Then VERAG_PROG_ALLGEMEIN.cFormularManager.PrintViaGS(path, cboPrinter.SelectedItem.ToString) '(New System.Drawing.Printing.PrinterSettings).PrinterName)
|
||||
Catch ex As Exception : MsgBox(ex.Message & ex.StackTrace) : End Try
|
||||
End If
|
||||
End If
|
||||
|
||||
|
||||
|
||||
|
||||
'------------------------------------------------
|
||||
End Sub
|
||||
@@ -295,7 +296,11 @@ Public Class frmLaufzettel
|
||||
|
||||
|
||||
If Not digitalDruck Then
|
||||
printzZAnlagen()
|
||||
If VERAG_PROG_ALLGEMEIN.cAllgemein.PARAMS.GET_PARAMETER_VALUE_BOOL("PRINT_zumZOLL") Then
|
||||
If CheckBox2.Checked Then
|
||||
printzZAnlagen()
|
||||
End If
|
||||
End If
|
||||
End If
|
||||
|
||||
' Dim loadAttachRg = True ' (sender Is Button15)
|
||||
@@ -480,7 +485,7 @@ Public Class frmLaufzettel
|
||||
Dim pruef = False
|
||||
For Each s In SENDUNG_LIST
|
||||
Select Case s.tblSnd_Abfertigungsart_ID.ToString
|
||||
Case "38", "26" 'AT - Keine Prüfung
|
||||
Case "38", "26", "44" 'AT - Keine Prüfung
|
||||
Case Else
|
||||
If If(s.tblSnd_Vorpapier, "") = "" And If(s.tblSnd_Vorpapier2, "") = "" And If(s.tblSnd_Vorpapier3, "") = "" Then
|
||||
pruef = True
|
||||
|
||||
Reference in New Issue
Block a user