|
|
|
|
|
HInfoGroup (Function) In french: HInfoGroupe
Available only with this kind of connection
HDescribeConnection("MaConnexion", "Julie", "MotDePasse", "MonServeurHF", "MaBaseDeDonnées", ...
hAccessHFClientServer, hORead)
HOpenConnection("MaConnexion")
HChangeConnection(Client, "MaConnexion")
...
Res is boolean
Res = HInfoGroup("MaConnexion", "Groupe_Test")
IF Res = True THEN
Trace("Structure du groupe mise à jour")
Trace("Nom du groupe : " + HGroup.Name)
Trace("Description du groupe : " + HGroup.Description)
Trace("Utilisateurs du groupe : " + HGroup.Users)
END
Syntax
<Result> = HInfoGroup(<Connection> , <Group>)
<Result>: Boolean - True if the information regarding the group was read,
- False if an error occurs. HErrorInfo is used to identify the error.
Note: An "Unknown group" error will be returned by function HErrorInfo if the current user does not have user view rights (constant hRightViewUser). These rights can be defined using HModifyServerRights.
<Connection>: Character string or Connection variable Connection to use. This connection corresponds to: <Group>: Character string Name of group of users to manage.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|