put stream printer from unix

tjsingh

Member
Hi

I have a program which currently prints onto a despatch sheet using dot matrix printer. It prints out fine.

But when i try to add an additional line to the end it moves the address name across for both delivery and invoice.

I added the code below: ( the line in red is the one i added as its fine with one line)

put stream st-print
skip(3) "Signed ....................".
put stream st-print
skip(4) " Printed ....................".



I have tried all sorts any suggestions?

cheers

TJ
 
Top