|
|
|
|
|
<Connection variable>.InfoUser (Function) In french: <Variable Connexion>.InfoUtilisateur
Available only with this kind of connection
Updates the user management variables with the information regarding the specified user. For security reasons, the user password is not retrieved.
MaConnexion is Connection
MaConnexion.OpenConnection()
Client.ChangeConnexion(MaConnexion)
IF MaConnexion.InfoUser("Florence") = True THEN
Info("Voici les caractéristiques de l'utilisateur" + CR + ...
"Login : " + HUser.Login + ...
"Nom Complet : " + HUser.FullName + ...
"Email : " + HUser.Email)
END
Syntax
<Result> = <Connection>.UserInfo(<User>)
<Result>: Boolean - True if the structure for managing the users was updated,
- False if an error occurs. HErrorInfo is used to identify the error.
<Connection>: Connection variable Name of the Connection variable that describes the connection for which the user information must be retrieved. <User>: Character string Name of the user for whom the information must be retrieved. This name must correspond to the HUser.Login variable for one of the users of the specified connection.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|