MS_06.01.2015

This commit is contained in:
SchreiberM
2016-01-06 16:59:04 +01:00
parent 3bcfde3a6f
commit ce29b32e5e
10 changed files with 150 additions and 49 deletions

View File

@@ -89,7 +89,7 @@ Public Class frmWD_Index_Dokart
'Die temporäre Datei löschen
File.Delete(aktFiledropped)
End If
ElseIf droptype = "@ATTMNTEXTRACTED@" And indexierung_erfolgreich = True Then
ElseIf (droptype = "@ATTMNTEXTRACTED@" Or droptype = "SCAN") And indexierung_erfolgreich = True Then
'Die temporäre Datei löschen
File.Delete(aktFiledropped)
ElseIf droptype = "dragdrop message" And indexierung_erfolgreich = True Then
@@ -368,6 +368,8 @@ Public Class frmWD_Index_Dokart
droptype = "dragdrop message"
chkdelete_origin.Visible = True
chkdelete_origin.Checked = WD_IndexDeleteDocs
ElseIf HandleType = "SCAM" Then
droptype = "scan"
End If
TBPMO_FILES_USERTableAdapter.Connection.ConnectionString = MyConnectionString
VWPMO_DOKUMENTTYPESTableAdapter.Connection.ConnectionString = MyConnectionString