Common: clean up
This commit is contained in:
@@ -792,7 +792,7 @@ Public Class frmDocumentResultList
|
|||||||
Dim oHitInfo = sender.CalcHitInfo(e.Location)
|
Dim oHitInfo = sender.CalcHitInfo(e.Location)
|
||||||
|
|
||||||
If oHitInfo.InRow Then
|
If oHitInfo.InRow Then
|
||||||
If _DocumentInfo IsNot Nothing AndAlso _DocumentInfo.AccessRight > Rights.AccessRight.VIEW_ONLY Then
|
If _DocumentInfo IsNot Nothing AndAlso _DocumentInfo.AccessRight >= Rights.AccessRight.VIEW_EXPORT Then
|
||||||
_ScreenOffset = SystemInformation.WorkingArea.Location
|
_ScreenOffset = SystemInformation.WorkingArea.Location
|
||||||
|
|
||||||
Dim oFullPath As String = _DocumentInfo.FullPath
|
Dim oFullPath As String = _DocumentInfo.FullPath
|
||||||
|
|||||||
Reference in New Issue
Block a user