ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
True if the rights have been modified, False otherwise. HErrorInfo is used to identify the error. No modification is performed if the new value is already assigned to the specified rights.Remark: HErrorInfo will return an "Unknown user" or "Unknown group" error 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.
Name of the Connection variable that describes the connection for which the rights of a user or group of users must be modified.
Name of the user or group whose rights must be modified.
List of rights to modify:hRightsInsertRights to add new records into a data file.hRightsLockRights to lock the data files or the records of a data file.hRightsChangeRightsRights to change rights.hRightsChangeLinkRights to modify the integrity rules on a data file.hRightsChangeOwnerRights to modify the owner of an element.hRightsConnectionRights to connect to a server (encrypted or unencrypted connection).hRightsEncryptedConnectionRights to connect to a server (encrypted connection only).hRightsCreateFileRights to create a data file (with <Source>.Creation).Versions 20 and laterhRightsCreateViewNew in version 20hRightsCreateViewhRightsCreateViewRights to create a SQL view or a materialized view. hRightsDebugRights to debug the stored procedures.hRightsRunProcedureRights to run a stored procedure.hRightsManageDuplicateRights to enable and disable the management of duplicates.hRightsManageIntegrityRights to enable and disable the management of integrity.hRightsManageProcedureRights to add, modify and delete the sets of procedures.hRightsManageTriggerRights to add, enable and delete server triggers.hRightsNoDatabaseAccessRights to forbid (or not) the access to a database (<Connection variable>.NoDatabaseAccess and <Connection variable>.EndNoDatabaseAccess.hRightsReadRights to read the records of a data file.hRightsMaintenanceRights to start a re-index operation or to perform statistical calculations on a data file.hRightsAutoModifRights to perform the automatic modification of data files on a data file.hRightsUpdateRights to modify the records of a data file.hRightsBackupRights to perform a backup.hRightsDeleteRights to delete the records from a data file.hRightsDeleteDBRights to delete a database.hRightsDeleteFileRights to delete a data file (<Connection variable>.DeleteFile).Versions 20 and laterhRightsDeleteViewNew in version 20hRightsDeleteViewhRightsDeleteViewRights to delete a view.
Lists the new values for the modified rights. New values must be assigned to all the rights specified in <Rights to modify> (in the same order).If a single value is indicated in this parameter, it will be assigned to all the rights specified in <Rights to modify>.The possible values are as follows:hAllowedThe relevant rights are granted to the user or group.hForbiddenThe relevant rights are not granted to the user or group.hInheritThe user will inherit from the value of the rights granted to the group to which he belongs.
Name of the database for which the rights must be modified.
When is the modification of rights performed?
Last update: 09/21/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: