4D v17.4SET PLUGIN ACCESS | 
            ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
                 
                
  | 
                
			
                    
                         
    4D v17.4
 
SET PLUGIN ACCESS 
                                
                                
        
 | 
                |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SET PLUGIN ACCESS ( plugIn ; group ) | ||||||||
| Parameter | Type | Description | ||||||
| plugIn | Longint | 
             
         | 
        Plug-in number | |||||
| group | String | 
             
         | 
        Group name to associate with plug-in | |||||
The SET PLUGIN ACCESS command sets, by programming, the user group allowed to use each “serialized” plug-in that is installed in the database. This way you can manage how plug-in licenses are used.
Note: This can also be done in the Design environment using the Groups editor.
Pass the number of the plug-in to be associated with a group of users in the plugIn parameter. Plug-in licenses include 4D Client Web and SOAP licenses. You can pass one of the following constants found in the Is License Available theme:
| Constant | Type | Value | 
| 4D Client SOAP license | Longint | 808465465 | 
| 4D Client Web license | Longint | 808465209 | 
| 4D for OCI license | Longint | 808465208 | 
| 4D ODBC Pro license | Longint | 808464946 | 
| 4D View license | Longint | 808465207 | 
| 4D Write license | Longint | 808464697 | 
Pass the name of the group whose users are authorized to use the plug-in in group.
Note: Only one group at a time can be allowed to use a plug-in. When this command is executed, if another group had the plug-in access rights, it loses this privilege.
	Product:  4D
	Theme:  Users and Groups
	Number:  
        845
        
        
        
	
	Created:  4D 2004
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D Language Reference ( 4D v17)
	
	
	
	
	
	
	4D Language Reference ( 4D v17.1)
	
	
	4D Language Reference ( 4D v17.2)
	
	
	4D Language Reference ( 4D v17.3)
	
	4D Language Reference ( 4D v17.4)
	
	
Add a comment