Clear tempfiles in every case after index button has been clicked
This commit is contained in:
parent
8c5927530d
commit
77ece6ca83
@ -2740,8 +2740,6 @@ Public Class frmIndex
|
|||||||
MsgBox("All files were successfully processed through Multiindexing", MsgBoxStyle.Information, "Success")
|
MsgBox("All files were successfully processed through Multiindexing", MsgBoxStyle.Information, "Success")
|
||||||
End If
|
End If
|
||||||
|
|
||||||
EMAIL.Clear_TempFiles()
|
|
||||||
|
|
||||||
DocumentViewer1.CloseDocument()
|
DocumentViewer1.CloseDocument()
|
||||||
DocumentViewer1.Done()
|
DocumentViewer1.Done()
|
||||||
|
|
||||||
@ -2761,8 +2759,6 @@ Public Class frmIndex
|
|||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
EMAIL.Clear_TempFiles()
|
|
||||||
|
|
||||||
DocumentViewer1.CloseDocument()
|
DocumentViewer1.CloseDocument()
|
||||||
DocumentViewer1.Done()
|
DocumentViewer1.Done()
|
||||||
|
|
||||||
@ -2770,6 +2766,9 @@ Public Class frmIndex
|
|||||||
Me.Close()
|
Me.Close()
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
|
||||||
|
EMAIL.Clear_TempFiles()
|
||||||
Me.Cursor = Cursors.Default
|
Me.Cursor = Cursors.Default
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user