| SetSystemPermission Method | |
| See Also Example |
- UserName
- A user code
- PermissionID
A permission ID
A list of permissions is available at Permissions List.
- Permission
A permission, which is one of the following:
1: Read/Write
2: Read only
3: Not authorized
4: Various authorizations
6: Not defined
Sets the permission for a type of permission for a specific user.
| Visual Basic |
|---|
Public Sub SetSystemPermission( _
   ByVal UserName As String, _
   ByVal PermissionID As String, _
   ByVal Permission As Long _
) |
- UserName
- A user code
- PermissionID
A permission ID
A list of permissions is available at Permissions List.
- Permission
A permission, which is one of the following:
1: Read/Write
2: Read only
3: Not authorized
4: Various authorizations
6: Not defined
| Setting permissions (Visual Basic) | Copy Code | |
|---|---|---|
| ||