MS 2.0.0.6
This commit is contained in:
@@ -469,6 +469,12 @@ Public Class frmValidatorSearch
|
||||
If Not IsNothing(clsWMDocGrid.SELECTED_DOC_PATH) And Not IsNothing(DocumentViewer1) Then
|
||||
If clsWMDocGrid.SELECTED_DOC_PATH <> "" Then
|
||||
DocumentViewer1.LoadFile(clsWMDocGrid.SELECTED_DOC_PATH)
|
||||
DocumentViewer1.RightOnlyView(USER_RIGHT_VIEW_ONLY)
|
||||
If USER_RIGHT_VIEW_ONLY = True Then
|
||||
ToolStripDropDownButtonFile.Visible = False
|
||||
Else
|
||||
ToolStripDropDownButtonFile.Visible = True
|
||||
End If
|
||||
End If
|
||||
End If
|
||||
|
||||
|
||||
Reference in New Issue
Block a user