MS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user