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