<?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: vertical text in Sapcript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-text-in-sapcript/m-p/799425#M40768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Made some tests by myself, and it works pretty well...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will to put the sample thinking in number, but you can make it more general changing some things (like the IF ELSEIF clauses, and of course, the bitmaps to upload)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Make (or seek for) bitmaps with numbers rotated 90º (let's suppose you use bitmaps named bmpzero, bmpone... and monochrome)&lt;/P&gt;&lt;P&gt;2) Put in your form n new windows (where n means the lenght your number must have)&lt;/P&gt;&lt;P&gt;3) Put in each of your windows the next statements (changing the DECLARE statement in function of the position of each figure in your number:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you must have declared mynumber in the report where you call the form, or you must change the sentence below &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: DECLARE &amp;amp;myfigure&amp;amp; = &amp;amp;mynumber+n(1)&amp;amp; &amp;lt;-- n is the position of your figure&lt;/P&gt;&lt;P&gt;/: CASE &amp;amp;myfigure&amp;amp;.&lt;/P&gt;&lt;P&gt;/: WHEN '0'.&lt;/P&gt;&lt;P&gt;/: BITMAP bmpzero OBJECT GRAPHICS ID BMAP TYPE BMON.&lt;/P&gt;&lt;P&gt;/: WHEN '1'.&lt;/P&gt;&lt;P&gt;/: BITMAP bmpone OBJECT GRAPHICS ID BMAP TYPE BMON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish be useful for you this piece of code. Regards,&lt;/P&gt;&lt;P&gt;Vicenç&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Aug 2004 10:33:30 GMT</pubDate>
    <dc:creator>VXLozano</dc:creator>
    <dc:date>2004-08-23T10:33:30Z</dc:date>
    <item>
      <title>vertical text in Sapcript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-text-in-sapcript/m-p/799422#M40765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I put a variable vertical text in Sapscript?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2004 11:07:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-text-in-sapcript/m-p/799422#M40765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-08-19T11:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: vertical text in Sapcript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-text-in-sapcript/m-p/799423#M40766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO SE PUEDE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2004 11:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-text-in-sapcript/m-p/799423#M40766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-08-19T11:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: vertical text in Sapcript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-text-in-sapcript/m-p/799424#M40767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st: seek for a verticalized font and make a window 1ch width n chars height and assign that font (you will need to install that font in all the computers of your customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd: make 10 mini-bitmaps with the numbers 0-9 90 degree rotated, put n windows in your form and dinamically load the interested bitmaps in each window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I read in this forum how to assign dinamically a bitmap to a window... if not, maybe was in sap-genie or in help.sap.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;Vicenç&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2004 11:48:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-text-in-sapcript/m-p/799424#M40767</guid>
      <dc:creator>VXLozano</dc:creator>
      <dc:date>2004-08-19T11:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: vertical text in Sapcript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-text-in-sapcript/m-p/799425#M40768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Made some tests by myself, and it works pretty well...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will to put the sample thinking in number, but you can make it more general changing some things (like the IF ELSEIF clauses, and of course, the bitmaps to upload)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Make (or seek for) bitmaps with numbers rotated 90º (let's suppose you use bitmaps named bmpzero, bmpone... and monochrome)&lt;/P&gt;&lt;P&gt;2) Put in your form n new windows (where n means the lenght your number must have)&lt;/P&gt;&lt;P&gt;3) Put in each of your windows the next statements (changing the DECLARE statement in function of the position of each figure in your number:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you must have declared mynumber in the report where you call the form, or you must change the sentence below &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: DECLARE &amp;amp;myfigure&amp;amp; = &amp;amp;mynumber+n(1)&amp;amp; &amp;lt;-- n is the position of your figure&lt;/P&gt;&lt;P&gt;/: CASE &amp;amp;myfigure&amp;amp;.&lt;/P&gt;&lt;P&gt;/: WHEN '0'.&lt;/P&gt;&lt;P&gt;/: BITMAP bmpzero OBJECT GRAPHICS ID BMAP TYPE BMON.&lt;/P&gt;&lt;P&gt;/: WHEN '1'.&lt;/P&gt;&lt;P&gt;/: BITMAP bmpone OBJECT GRAPHICS ID BMAP TYPE BMON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish be useful for you this piece of code. Regards,&lt;/P&gt;&lt;P&gt;Vicenç&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2004 10:33:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-text-in-sapcript/m-p/799425#M40768</guid>
      <dc:creator>VXLozano</dc:creator>
      <dc:date>2004-08-23T10:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: vertical text in Sapcript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-text-in-sapcript/m-p/799426#M40769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sapscript isn't able to print text vertically but you can&lt;/P&gt;&lt;P&gt;inform your printer to do this. &lt;/P&gt;&lt;P&gt;To rotate the window during the printing you'll need 2 print controls. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.G.: &lt;/P&gt;&lt;P&gt;Print-control Y1 &lt;/P&gt;&lt;P&gt;... Text to print vertical &lt;/P&gt;&lt;P&gt;Print-control Y2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Y1 informs the printer to print the following text vertically and Y2 &lt;/P&gt;&lt;P&gt;informs the printer to return to horizontal printing. &lt;/P&gt;&lt;P&gt;You'll have to look for the specific print sequences in the documentation &lt;/P&gt;&lt;P&gt;of your printer type. &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2004 13:04:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-text-in-sapcript/m-p/799426#M40769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-08-23T13:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: vertical text in Sapcript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-text-in-sapcript/m-p/799427#M40770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I knew about the print-controls... but the parameters are printer and/or driver dependent, and (as I could see) a bit hard to work with for a newbie ABAP programmer (like me).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My "solution" works around the trouble. It's not clean, but it works &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But thanks anyway for your information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2004 13:24:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-text-in-sapcript/m-p/799427#M40770</guid>
      <dc:creator>VXLozano</dc:creator>
      <dc:date>2004-08-23T13:24:04Z</dc:date>
    </item>
  </channel>
</rss>

