<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: smartforms label rotation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-label-rotation/m-p/617690#M25658</link>
    <description>&lt;P&gt;The template will not rotate.&lt;/P&gt;
  &lt;P&gt;As explained in the OSS Note, you have to design the template taking in mind it will be filled with shifted/rotated fields.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Mar 2018 11:25:12 GMT</pubDate>
    <dc:creator>SimoneMilesi</dc:creator>
    <dc:date>2018-03-15T11:25:12Z</dc:date>
    <item>
      <title>smartforms label rotation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-label-rotation/m-p/617686#M25654</link>
      <description>&lt;P&gt;I would need to print a label with a 90 degree rotation with ZEBRA ZDESIGNER GK420d.&lt;/P&gt;
  &lt;P&gt;Output device LOCL2 with device type LZEB2. &lt;/P&gt;
  &lt;P&gt;I entered the command S_LZPL_SETUP = '^ FWR' but only the text is rotated. Logo and template are not rotated. &lt;/P&gt;
  &lt;P&gt;Is there a way to rotate the entire print-label? &lt;/P&gt;
  &lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 08:39:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-label-rotation/m-p/617686#M25654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-03-14T08:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms label rotation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-label-rotation/m-p/617687#M25655</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;Please refer to SAP Note - &lt;A href="https://launchpad.support.sap.com/#/notes/750772"&gt;750772&lt;/A&gt;. It has instructions on how to rotate the whole label into landscape format.&lt;/P&gt;
  &lt;P&gt;If everything is appearing as expected but only the logo is not rotated, then you can rotate the logo to 90 degree and upload it as a .bmp image.&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Raghu&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 07:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-label-rotation/m-p/617687#M25655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-03-15T07:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms label rotation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-label-rotation/m-p/617688#M25656</link>
      <description>&lt;P&gt;Ok for logo but the problem is the template not rotate...&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 09:51:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-label-rotation/m-p/617688#M25656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-03-15T09:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms label rotation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-label-rotation/m-p/617689#M25657</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;If you have to rotate the entire label then please refer to the above note.&lt;/P&gt;
  &lt;P&gt;else.&lt;/P&gt;
  &lt;P&gt;If you have to display some fields in normal &amp;amp; some as rotated then the below logic would be helpful, &lt;/P&gt;
  &lt;OL&gt;
   &lt;LI&gt;Create two custom print controls, one as 'ZROT' for rotating the text to 90 degrees and another as 'ZNORM' for bringing the printer head to normal position&lt;/LI&gt;
   &lt;LI&gt;Custom print controls must be assigned to Device type&lt;BR /&gt;&lt;/LI&gt;
   &lt;LI&gt;Let's assume we have to display 'Name' as NORMAL then 'Material Description' as ROTATED and 'Address' as NORMAL.&lt;/LI&gt;
   &lt;LI&gt;Create a smartform with 3 windows&lt;/LI&gt;
   &lt;LI&gt; Create a command node in first window (Name); Assign 'ZNORM' to Include printer control in General Attributes tab&lt;/LI&gt;
   &lt;LI&gt;Create a command node in second window(Mat Desc); Assign 'ZROT' to Include printer control in General Attributes tab. This takes care of rotating the text.&lt;/LI&gt;
   &lt;LI&gt;Add a command node in third window(Address), assign 'ZNORM' to Include printer control in General Attributes tab. This syntax brings back the printer head to normal position thus prints text normally .&lt;/LI&gt;
   &lt;LI&gt; There is no need to add command '^FWR' &lt;/LI&gt;
  &lt;/OL&gt;
  &lt;P&gt;Hope this helps!&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 11:23:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-label-rotation/m-p/617689#M25657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-03-15T11:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms label rotation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-label-rotation/m-p/617690#M25658</link>
      <description>&lt;P&gt;The template will not rotate.&lt;/P&gt;
  &lt;P&gt;As explained in the OSS Note, you have to design the template taking in mind it will be filled with shifted/rotated fields.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 11:25:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-label-rotation/m-p/617690#M25658</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2018-03-15T11:25:12Z</dc:date>
    </item>
  </channel>
</rss>

