PreviousNext
Help > Development > W-Language Functions for AS/400 > Profile Management > ASModifyProfil >  Example
 Example

 

 

MaConnexion est une Connexion

MaConnexion..Utilisateur = "TSECOFR"

MaConnexion..MotDePasse = "tsecofr"

MaConnexion..Serveur = "power8"

 

MaConnexion..Provider = hAccèsNatifAS400

HOuvreConnexion(MaConnexion)

 

SI PAS ASModifieProfil("CRTEST", "PASSWORD", "aura",MaConnexion) ALORS

       Info(HErreur())

SINON

       Info("Profil modifié")

FIN