cancel
Showing results for 
Search instead for 
Did you mean: 

SmartForm Label Rotate RESET (S_LZPL_SETUP)

Former Member
0 Kudos

We do the following in our SMARTFORM to rotate our barcode 90 degrees and it works well.

Enter the following command under "free attributes of spool request".

Attribute name: S_LZPL_SETUP

Attribute value: '^FWR'

PROBLEM: ALL SUBSEQUENT PRINT JOBS THEN PRINT WITH 90 DEGREE

ROTATION

Attempt to resolve: Putting in 'FWN' into the same SMARTFORM, but this is not allowed. You cannot have more than one Attribute command value ('FWR') for a given attribute (S_LZPL_SETUP). Function SSFCOMP_SET_SPOOL_ATTRIBUTES sends an exception in this case.

Is there another ZEBRA attribute that effectively can handle this?

Accepted Solutions (1)

Accepted Solutions (1)

Joerg_S
Participant
0 Kudos

Don't use the ZEBRA command to rotate ... goto barcode definition (SE73) and create a "copy" of your barcode and set "ROTATE" here. example: Code128 h=10mm n=0.5 rotate

Don't forget to put this "new" barcode def. into SMARTSTYLES

regards

Jörg

late answer, but maybe it helps others to solve the same problem

Answers (0)