|
|
|
|
|
HListUser (Function) In french: HListeUtilisateur
Available only with this kind of connection
Returns the list of users defined for a connection.
// Describe the connection HDescribeConnection("MyConnection", "Julia", "Password", "MyHFServer", "MyDatabase", ... hAccessHFClientServer, hORead) // Open the connection HOpenConnection("MyConnection") Result1 is string Result1 = HListUser("MyConnection") // Add the users into a List Box control ListAdd(LIST_MyList, Result1)
Syntax
<Result> = HListUser(<Connection>)
<Result>: Character string Name of the existing users for the specified connection. User names are separated by Carriage Returns.Remark: If the current user does not have the rights to see the users ( hRightsSeeUser constant) on the server ( HModifyServerRights or HInfoServerRights), HListUser returns only the current user. <Connection>: Character string or Connection variable Connection to use. This connection corresponds to:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|