2.1.11.0
This commit is contained in:
@@ -2592,14 +2592,13 @@ Public Class frmValidator
|
||||
End Sub
|
||||
Sub load_viewer()
|
||||
DocumentViewerValidator.LoadFile(WMDocPathWindows)
|
||||
' DocumentViewerValidator.RightOnlyView(USER_RIGHT_VIEW_ONLY)
|
||||
DocumentViewerValidator.RightOnlyView(USER_RIGHT_VIEW_ONLY) 'war auskommentiert.....WARUM?
|
||||
If USER_RIGHT_VIEW_ONLY = True Then
|
||||
RibbonPageFile.Visible = False
|
||||
Else
|
||||
RibbonPageFile.Visible = True
|
||||
End If
|
||||
SplitContainer1.Panel2Collapsed = False
|
||||
|
||||
End Sub
|
||||
Sub activate_controls(status As Boolean)
|
||||
Me.pnldesigner.Enabled = status
|
||||
|
||||
Reference in New Issue
Block a user