This commit is contained in:
Digital Data - Marlon Schreiber
2017-10-25 16:11:42 +02:00
parent dbe79d49ef
commit c10f43fe75
3 changed files with 27 additions and 24 deletions

View File

@@ -1104,6 +1104,9 @@ Public Class frmConstructor_Main
tslblFileslocked.Visible = True
Doc_ReadOnlyHandler(False)
End If
If RIGHT_ADD_R = False Then
tsButtonAdd.Enabled = False
End If
Else
If DT_RIGHTS_GROUP.Rows.Count > 0 Or DT_RIGHTS_USER.Rows.Count > 0 Then
'DATENSATZ-RECHTE
@@ -4225,6 +4228,7 @@ Public Class frmConstructor_Main
End If
Catch ex As Exception
ClassLogger.Add("Unexpected Error in Drag_Drop: " & ex.Message)
MsgBox("Unexpected Error in DragDrop - Please check the log for further information!", MsgBoxStyle.Exclamation)
Finally
End Try