Hi,
I am trying to arrange the text from CRS950 in IDM document. How can I concatenate the text to display it in 1 line. Currently its displaying like below (as is from text block where text field length is 60)
I want to display it like
P022-009: PESER 2,5000G DANS UN BECHER ET AJOUTER A ENVIRON 100,G AVEC EAU DEMINERALISEE.MATURATION 12 JOURS, PUIS TEST
A NOUVEAU
My structure is like below - /M3OutDocument/DataArea/Document/DocumentHeader/CustomLines/QMSSPE_Instructions/N2TX60
<CustomLines Label="Instructions">
<N2TX60 Label="Text"></N2TX60>
<QMSSPE_Instructions Label="Instructions">
<N2TX60>P022-009: PESER 2,5000G DANS UN BECHER ET AJOUTER A ENVIRON</N2TX60></QMSSPE_Instructions>
<QMSSPE_Instructions Label="Instructions">
<N2TX60>100,G AVEC EAU DEMINERALISEE.MATURATION 12 JOURS, PUIS TEST</N2TX60></QMSSPE_Instructions>
<QMSSPE_Instructions Label="Instructions">
<N2TX60>A NOUVEAU</N2TX60></QMSSPE_Instructions></CustomLines>
Thanks