|
|
|
|
|
HDeleteGroup (Function) In french: HSupprimeGroupe
Available only with this kind of connection
Deletes (from the server) a group of users associated with a connection.
HDescribeConnection("MaConnexion", "Julie", "MotDePasse", "MonServeurHF", ...
"MaBaseDeDonnées", hAccessHFClientServer, hORead)
HOpenConnection("MaConnexion")
HChangeConnection(Client, "MaConnexion")
...
IF HDeleteGroup("MaConnexion", "Util1") = True THEN
Info("Groupe Util1 supprimé")
END
Syntax
<Result> = HDeleteGroup(<Connection> , <Group>)
<Result>: Boolean - True if the group has been deleted,
- False if an error occurs. HErrorInfo is used to identify the error.
Note: An "Unknown Group" error will be returned by the function HErrorInfo if the current user does not have the right to view users (constant hDroitVisualisationUtilisateur) and if they request the deletion of another group.
<Connection>: Character string or Connection variable Connection for which a group must be deleted. This connection corresponds to: <Group>: Character string Name of group to delete.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|