Hi experts,
maybe only a small problem:
I have a SAPscript form. Here I have a line ( ULINE(84) ).
Printing on a HP printer (HPLJ4), everything's fine. Printing as a PDF (PDF1), my line get broken (line break), so I have the last ~4 "ULINES" in a second line.
Sure, I can do somethin like
IF printer = PDF
ULINE(80)
ELSE
ULINE(84)
ENDIF.
But that's not very nice!
Any ideas how to prevent the line break?
Thanks
Michael