PreviousNext
Help > Développement > Fonctions W-Langage pour AS/400 > Fonctions Appel de Programmes/Procédure > Easycom XML > ASXMLChargeDefinition >
Exemple


HOuvreConnexion
(MaConnexion1)

sFichier est une chaîne

sFichier = "EASYCOMXMP/QRPGLESRC,CVTNW_H"

 

SI PAS ASXMLChargeDefinition("RPG",sFichier ,MaConnexion1) ALORS

       Info(ErreurInfo())

SINON

       Info("La definition a été chargée")

FIN