En 6, tu as une option ds champs "Autoriser ligne multiple".Sinon sur l'évenement conversion d'entrée du champ tu fais:V6 => @replacesubstring (@thisvalue;@char(13);"");V5 => @replacesubstring (TonChamp;@char(13);"");
Merci pour la réponse.Je suis en V5 et j'ai essayé :@replacesubstring (TonChamp;@char(13);"");Cela ne fonctionne pas.En fait, j'ai trouvé la solution, il faut utiliser :@replacesubstring (TonChamp;@char(0);"");