fix closing doc viewer too soon
This commit is contained in:
parent
3659055597
commit
40045a0873
@ -2532,8 +2532,6 @@ Public Class frmIndex
|
||||
ClearError()
|
||||
ClearNotice()
|
||||
|
||||
DocumentViewer1.CloseDocument()
|
||||
|
||||
Me.Cursor = Cursors.WaitCursor
|
||||
ClassHelper.Refresh_RegexTable()
|
||||
For Each rowregex As DataRow In CURRENT_DT_REGEX.Rows
|
||||
@ -2552,14 +2550,7 @@ Public Class frmIndex
|
||||
CURRENT_WORKFILE_GUID = filerow.Item("GUID")
|
||||
CURRENT_WORKFILE = filerow.Item("FILENAME2WORK")
|
||||
DropType = filerow.Item("HANDLE_TYPE")
|
||||
'Dim HandleType As String = filerow.Item("HANDLE_TYPE")
|
||||
'If HandleType = "|DROPFROMFSYSTEM|" Then
|
||||
' DropType = "dragdrop file"
|
||||
'ElseIf HandleType = "|OUTLOOK_ATTMNT|" Then
|
||||
' DropType = "dragdrop attachment"
|
||||
'ElseIf HandleType = "|OUTLOOKMESSAGE|" Then
|
||||
' DropType = "dragdrop message"
|
||||
'End If
|
||||
|
||||
If WORK_FILE() = False Then
|
||||
err = True
|
||||
Exit For
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user