Hi all,
I have a customer printing a special kind of labels from AS400 and need to move the left margin over about 2 inches to print on the labels correctly. I think I can do a "start of job string" on one of the logical ports, but don't know how to set up the command. Maybe something like :
Start of job string: !R! UNIT C; SLM 8; EXIT;
End of job string: !R! RES; EXIT;
but this doesn't seem to work. Any ideas on how to set this up?
I know that i can do:
!R! FRPO L3,02; EXIT;
!R! FRPO L4,10; EXIT;
and that prints them correctly, but everything else (from Windows) is shifted over because L3 and L4 changes the default margins. If I could do it as needed with prescribe, that would be great.
Thanks
Rick
I have a customer printing a special kind of labels from AS400 and need to move the left margin over about 2 inches to print on the labels correctly. I think I can do a "start of job string" on one of the logical ports, but don't know how to set up the command. Maybe something like :
Start of job string: !R! UNIT C; SLM 8; EXIT;
End of job string: !R! RES; EXIT;
but this doesn't seem to work. Any ideas on how to set this up?
I know that i can do:
!R! FRPO L3,02; EXIT;
!R! FRPO L4,10; EXIT;
and that prints them correctly, but everything else (from Windows) is shifted over because L3 and L4 changes the default margins. If I could do it as needed with prescribe, that would be great.
Thanks
Rick
Comment