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.
Connection for which the rights granted to a user or to a group of users must be modified. This connection corresponds to: the name of the connection defined in the data model editor or with HDescribeConnection or HOpenConnection.the name of a Connection variable.
Name of the user or group whose rights must be modified.
List of rights to modify:hRightsInsertRights to add records to a view.hRightsChangeRightsRights to change rights.hRightsReadRights to read the records of a view.hRightsMaintenanceRights to start a re-index operation or a statistical calculation on a materialized view.hRightsUpdateRights to modify the records of a view.hRightsDeleteRights to delete records from a view.hRightsDeleteViewRights to delete a view.
List of 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: 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 containing the SQL view or the materialized view for which the rights must be modified. If the database corresponds to the one defined in the connection, this parameter can correspond to an empty string (""). A WLanguage error occurs if no database is defined in the connection and if this parameter corresponds to an empty string.
Name of the SQL view or materialized view for which the rights must be modified.
When is the modification of rights performed?
Last update: 09/20/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: