EmailProfiler.Form: Neues DB-Feld ALLOW_XML_RECEIPTS und dazugehörige Checkbox eingebaut. ConnectionString in Mysettings angepasst.
This commit is contained in:
@@ -626,13 +626,20 @@ Public Class frmMain
|
||||
Select Case PROCESS_NAMEComboBox.Text
|
||||
Case "ProcessManager"
|
||||
txtSubjectExample.Text = "[ProcessManager][EA][DID#[%Dokument-ID]]"
|
||||
cbAllowXMLReceipt.Enabled = False
|
||||
cbAllowXMLReceipt.Checked = False
|
||||
Case "Attachment Sniffer"
|
||||
lblDownloadPath.Text = "Download-Path Attachments:"
|
||||
cbAllowXMLReceipt.Enabled = True
|
||||
Case "ZugFeRD-Parser"
|
||||
lblDownloadPath.Text = "Download-Path Attachments:"
|
||||
cbAllowXMLReceipt.Enabled = False
|
||||
cbAllowXMLReceipt.Checked = False
|
||||
Case Else
|
||||
txtSubjectExample.Text = ""
|
||||
lblDownloadPath.Text = "Download-Path:"
|
||||
cbAllowXMLReceipt.Enabled = False
|
||||
cbAllowXMLReceipt.Checked = False
|
||||
End Select
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user