SET PLUGIN ACCESS

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 2004


SET PLUGIN ACCESS (plugIn; group)

ParameterTypeDescription
plugInLongintPlug-in number
groupStringGroup name to associate with plug-in

Description

The SET PLUGIN ACCESS command lets you set, by programming, the user group allowed to use each "serialized" plug-in that is installed in the database. By doing so, you can manage how plug-in licenses are used.

Note: This operation can also be carried out 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:

ConstantType Value
4D Draw LicenseLongint808464694
4D For OCI LicenseLongint808465208
4D View LicenseLongint808465207
4D Write LicenseLongint808464697
4D Client Web LicenseLongint808465209
4D Client SOAP LicenseLongint808465465
4D ODBC Pro LicenseLongint808464946
4D for ADO LicenseLongint808465714
4D for MySQL LicenseLongint808465712
4D for PostgreSQL LicenseLongint808465713
4D for Sybase LicenseLongint808465715

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.

See Also

Get plugin access, GET PLUGIN LIST.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next