MS_25112015_2
This commit is contained in:
@@ -106,6 +106,11 @@
|
||||
|
||||
Private Sub LoadGroupsForSelectedUser()
|
||||
Dim user As DataRowView = GetSelectedUserObject()
|
||||
Try
|
||||
Dim userID As Integer = user.Item(0)
|
||||
Catch ex As Exception
|
||||
Exit Sub
|
||||
End Try
|
||||
If Not user Is Nothing Then
|
||||
Dim userID As Integer = user.Item(0)
|
||||
Dim SQL As String = String.Format("SELECT GROUP_NAME FROM VWPMO_USERS_GROUPS WHERE USER_ID = {0}", userID)
|
||||
|
||||
Reference in New Issue
Block a user