|
|
|
|
|
HListGroup (Function) In french: HListeGroupe
Available only with this kind of connection
Returns the list of groups of users defined for a connection.
HDescribeConnection("MaConnexion", "Julie", "MotDePasse", ...
"MonServeurHF", "MaBaseDeDonnées", hAccessHFClientServer, hORead)
HOpenConnection("MaConnexion")
Res is string
Res = HListGroup("MaConnexion")
LISTE_Maliste.Ajoute(Res)
Syntax
<Result> = HListGroup(<Connection>)
<Result>: Character string Name of existing groups for the specified connection. The names of groups are separated by CR characters (Carriage Return).Note: If the current user does not have the right to view users (constant hRightViewUser) on the server (function HModifyServerRights or HInfoServerRights), function HListGroup returns only the current group. <Connection>: Character string or Connection variable Connection used. This connection corresponds to:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|