cancel
Showing results for 
Search instead for 
Did you mean: 

Undo Zebra Landscape Command ^FWR

Former Member
0 Kudos

How do you reset this? I can print a label landscape using this, but then the next different label I print is landscape when it should be portrait. The printer is retaining the command. If I try to set the spool parameter to space or to ^FWN, I get an sap error that I can't set the spool parameter again.

Accepted Solutions (0)

Answers (2)

Answers (2)

aidan_black
Active Contributor
0 Kudos

Hi,

You an achieve this as follows.

Firstly, in the used device type, you need to create two print controls containing the commands ^FWR and ^FWN via transaction SPAD:

SPAD -> Full Admin -> Device Types -> e.g. LZEB2 -> tab Print Controls

Here add the new print control commands: e.g.

ZROT: ^FWR

ZNOR: ^FWN

In the smartform, within the window where you need text rotated, create a new command node and issue print control ZROT. Then later in the smartform, where you want the text orientation back to normal, you should create another command node and issue the second print control.

Regards,

Aidan

anjaneya_bhardwaj2
Contributor
0 Kudos

Hi ,

This is the potential problem which even we have faced and the reason is once you have rotated the mode of Zebra to Landscape the command recides in zebra printer' memory and it makes subsequent print to come in landscape . This is a potential problem and there are few solution . i assume you are using S_LZPL_SETUP

attribute value = '^FWR' to rotate it to landscape ..

1. switch off and on the printer(not advisable it will erase the command you sent and will print subsequent print in normal mode )

2. Call a dummy smart form with just one line of command and the command shoulld say attribute = S_LZPL_SETUP

attribute value = '^FWN' .

call this dummy smart form every time after you have printed landscape form . it will rotate the Zebra printer mode to normal and will solve your purpose . You may ask me this why can't i put the command in last of my data to rotate it back to normal i don't know the answer but it does not works.

so the solution .

-calll your smart form

-call dummy smart form with nothing but just a command S_LZPL_SETUP attribute value = '^FWN' .

4. there is another option of including printer control that i have not tried yet becuase printer control should come from printer manufacturer and that involves a lot of taliking from Zebra and SAP.

Thanks,

Anjaneya .