|
|
|
|
<Connection variable>.ListUser (Function) In french: <Variable Connexion>.ListeUtilisateur
Available only with this kind of connection
Returns the list of users defined for a connection.
// Describe the connection MyConnection is Connection // Open the connection MyConnection.OpenConnection() Result1 is string Result1 = MyConnection.ListUser() // Add the users into a List Box control LIST_Mylist.Add(Result1)
Syntax
<Result> = <Connection>.UserList()
<Result>: Character string Name of the existing users for the specified connection. User names are separated by Carriage Returns. <Connection>: Connection variable Name of the Connection variable that describes the connection to use.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|