WINDEV, WEBDEV AND WINDEV MOBILEONLINE HELP
Version: 1516171819202122232425
Requested information, Empty string ("") if an error occurred, "Unknown user" or "Unknown group" if the current user does not have the rights to see the users (hRightsSeeUser constant) and if he wants to get information about another user or another group.In hDefault mode, <Result> is a list of values separated by tabulations (TAB). Each value found in this list corresponds to the rights requested by <Rights>. Each value found in this list can correspond to one of the following constants:hAllowedThe relevant rights are granted to the user or to the group.hForbiddenThe relevant rights are not granted to the user or to the group.hInheritThe user belongs to at least one group to which the relevant rights was granted.This constant is returned only if the display mode is not set to hEffective.In hDetails mode, <Result> is a list of values with the following format: <Relevant rights 1> + TAB + <Value of rights1> + CR + ... <Relevant rights N> + TAB + <Value of rights N> + CR The rights correspond to the constants used in the <Rights> parameters and the values of the rights correspond to the hAllowed, hForbidden or hInherit constants (see the above table).
Name of the Connection variable that describes the connection for which the rights of a user or group of users must be known.
Name of the user or name of the group whose rights are requested.
List of rights to find:hRightsStopServerRights to stop a server (<Connection variable>.StopServer).hRightsChangeRightsRights to change the rights.hRightsChangePasswordRights to change the password of a user on the server (the user can change his own password and the administrator can change the password of each user).hRightsCreateDBRights to create a database.hRightsDisconnectClientRights to disconnect the client computers.hRightsSendMessageToClientRights to send messages to the client computers.hRightsManageTaskRights to manage the scheduled tasks.hRightsManageServerRights to use <Connection variable>.SetServer.hRightsManageUserRights to delete and add users or groups.hRightsReadLogStatRights to see the activity statistics and the logs of the server.hRightsPriorityRights to modify the priority of the current application (<Connection variable>.Priority) or the priority of another client application (<Connection variable>.PriorityClient).Versions 18 and laterhRightsServerReplicationNew in version 18hRightsServerReplicationhRightsServerReplicationRights to define and perform a replication between two HFSQL servers.hRightsBackupRights to perform a backup. This information is not returned by the hRightsAll constant used with <Connection variable>.InfoServerRights. This information is returned by the hRightsAll constant used with <Connection variable>.InfoDatabaseRights.hRightsAllList of all the rights.We recommend that you use this constant in hDetails or hEffective + hDetails display mode.hRightsSeeUserRights to see the different users and groups.
Mode for displaying the result:hDefault(Default value)The rights returned do not take the inherited rights into account (rights granted to the groups to which the user belongs).If no rights were defined, the value will be set to hInherit.<Result> contains the values of the requested rights (in the same order).hDetailsSame as hDefault.<Result> contains the rights and its value.hEffectiveThe rights returned correspond to the rights actually granted to the user or to the group on the server. The inherited rights are taken into account (rights granted to the groups to which the user belongs for example).hEffective + hDetailsSame as hEffective. <Result> contains the rights and its value.
Last update: 12/05/2019
Send a report | Local help
Searching...
J'accepte les termes de la licence
All you have to do is configure your product as follows: