Hello,
I am designing label for zebra printer using smartforms.
Label size is 15cm x 3cm... it has to be printed using ^FWR (rotated by 90 degrees).
I have problem with one value (name of material) which can be up to 40 characters long, but for some unknown reason this 40character-long text is split into 2 lines and second line is displayed in non printable area.
I cannot force it to print whole 40 charater-long string in one field. (i tried to resize target window horizontally and vertically up to page edges, i also tried to change font size, page format... none of these made any change to final ZPL code that is sent to printer)
I set up __FILE printer so see whole data which is sent to printer, and this is what bothers me:
^FT106,581^AS,41,0^CI17^F8^FDAR-0001^FS
^FT236,73^AS,100,0^CI17^F8^FD1000007192^FS
^FT188,73^AS,41,0^CI17^F8^FDVýrobok PXX611-311/2 xxx xxx ^FS
^FT773,73^AS,41,0^CI17^F8^FDxxx xxx xx1^FS
^FT106,274^AS,41,0^CI17^F8^FDAR^FS
^FT70,274^AS,29,0^CI17^F8^FDAR-SD^FS
Those two red lines should be one textfield... practically one line.
It does not mater if printed text uses special characters or spaces... also fontsize does not matter and windowsize does not matter either.
That line should not contain any line break. this is field definition:
Size of window NAZOV_MAT_V is currently 10.5 x 10.5 CM ... so that is enough for whole text rotated by 90 degrees.
Do you have any idea how to fix this? There should be some way how to tell smartform not to split that
Regards,
Martin