Hallo I generate my own Barcode with ESC-Secquence you get a TextVariable length 200 as Field for the lines on the Barcode. In Section you get 5 control with source “DELCHR(Etikett[1],’>’)” [1-5] and in the Code Sequence of the Section you can format your Fields and Text like 1. row" an start a printer with esc Etikett[1]:=’^XA^MCY^XZ^XA^MMP^PRA^LH+0,0’; Etikett[2]:=’^FO290,54^BY2,2.5,40^BCN,50,Y,N^FV’ + WENr; Etikett[2]:= Etikett[2] + ‘^FS’; Etikett[3]:=’^FO35,75^A0N,32,32^CI6^FV’ + ‘WE-Nr.:’; Etikett[3]:= Etikett[3] + ‘^FS’; Etikett[4]:=’^PQ1,0,1,N^PON’; Etikett[5]:=’^MCN^XZ’; // ‘+ WE-Nr.: is Text; + WENr is a Variable (in Germany for all Barcode Texts you can format first with Artnr := CONVERTSTR(Artnr,‘ä’,’{’); Artnr := CONVERTSTR(Artnr,‘ö’,’|’); Artnr := CONVERTSTR(Artnr,‘ü’,’}’); Artnr := CONVERTSTR(Artnr,‘Ä’,’[’); Artnr := CONVERTSTR(Artnr,‘Ö’,’’); Artnr := CONVERTSTR(Artnr,‘Ü’,’]’); This Code is testet on a Zebra label Printer grüssle Gerd