<?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: script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1411921#M198330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi hasmath,&lt;/P&gt;&lt;P&gt;Frames, Lines and shading&lt;/P&gt;&lt;P&gt;Back to SapScript menu&lt;/P&gt;&lt;P&gt;BOX&lt;/P&gt;&lt;P&gt;Draws a box&lt;/P&gt;&lt;P&gt;Syntax:&lt;/P&gt;&lt;P&gt;/: BOX &lt;/P&gt;&lt;P&gt;The intensity is the grey scale of the box as %. The frame parameters is the thickness of the frame. Default is 0.&lt;/P&gt;&lt;P&gt;Each of the paramteters ypos, xpos, width, height and frame muts be followed of the measurement unit:&lt;/P&gt;&lt;P&gt;· TW (twip) &lt;/P&gt;&lt;P&gt;· PT (point) &lt;/P&gt;&lt;P&gt;· IN (inch) &lt;/P&gt;&lt;P&gt;· MM (millimeter) &lt;/P&gt;&lt;P&gt;· CM (centimeter) &lt;/P&gt;&lt;P&gt;· LN (line) &lt;/P&gt;&lt;P&gt;· CH (character). &lt;/P&gt;&lt;P&gt;Examples:&lt;/P&gt;&lt;P&gt;/: BOX XPOS '11.21' MM YPOS '5.31' MM HEIGHT '10' MM WIDTH '20' MM INTENSITY 10 FRAME 0 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX FRAME 10 TW &lt;/P&gt;&lt;P&gt;Draws a frame around the current window with a frame thickness of 10 TW (= 0.5 PT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX INTENSITY 10 &lt;/P&gt;&lt;P&gt;Fills the window background with shading having a gray scale of 10 %.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX HEIGHT 0 TW FRAME 10 TW &lt;/P&gt;&lt;P&gt;Draws a horizontal line across the complete top edge of the window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX WIDTH 0 TW FRAME 10 TW &lt;/P&gt;&lt;P&gt;Draws a vertical line along the complete height of the left hand edge of the window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward with some points if helpful.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jul 2006 18:49:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-18T18:49:24Z</dc:date>
    <item>
      <title>script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1411918#M198327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to draw a single line using box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 18:06:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1411918#M198327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T18:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1411919#M198328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi hasmath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX HEIGHT 0 TW FRAME 10 TW &lt;/P&gt;&lt;P&gt;Draws a horizontal line across the complete top edge of the window.&lt;/P&gt;&lt;P&gt;another ex:&lt;/P&gt;&lt;P&gt;/:BOX XPOS 1 CM YPOS 1 CM WIDTH 10 CM HEIGHT 0 TW FRAME 10 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;&lt;P&gt;do reward if it helps,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 18:24:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1411919#M198328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T18:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1411920#M198329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following Statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX FRAME 20 TW INTENSITY 10&lt;/P&gt;&lt;P&gt;/: ADDRESS&lt;/P&gt;&lt;P&gt;/: COUNTRY 'IN'&lt;/P&gt;&lt;P&gt;/: ENDADDRESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 18:33:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1411920#M198329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T18:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1411921#M198330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi hasmath,&lt;/P&gt;&lt;P&gt;Frames, Lines and shading&lt;/P&gt;&lt;P&gt;Back to SapScript menu&lt;/P&gt;&lt;P&gt;BOX&lt;/P&gt;&lt;P&gt;Draws a box&lt;/P&gt;&lt;P&gt;Syntax:&lt;/P&gt;&lt;P&gt;/: BOX &lt;/P&gt;&lt;P&gt;The intensity is the grey scale of the box as %. The frame parameters is the thickness of the frame. Default is 0.&lt;/P&gt;&lt;P&gt;Each of the paramteters ypos, xpos, width, height and frame muts be followed of the measurement unit:&lt;/P&gt;&lt;P&gt;· TW (twip) &lt;/P&gt;&lt;P&gt;· PT (point) &lt;/P&gt;&lt;P&gt;· IN (inch) &lt;/P&gt;&lt;P&gt;· MM (millimeter) &lt;/P&gt;&lt;P&gt;· CM (centimeter) &lt;/P&gt;&lt;P&gt;· LN (line) &lt;/P&gt;&lt;P&gt;· CH (character). &lt;/P&gt;&lt;P&gt;Examples:&lt;/P&gt;&lt;P&gt;/: BOX XPOS '11.21' MM YPOS '5.31' MM HEIGHT '10' MM WIDTH '20' MM INTENSITY 10 FRAME 0 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX FRAME 10 TW &lt;/P&gt;&lt;P&gt;Draws a frame around the current window with a frame thickness of 10 TW (= 0.5 PT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX INTENSITY 10 &lt;/P&gt;&lt;P&gt;Fills the window background with shading having a gray scale of 10 %.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX HEIGHT 0 TW FRAME 10 TW &lt;/P&gt;&lt;P&gt;Draws a horizontal line across the complete top edge of the window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX WIDTH 0 TW FRAME 10 TW &lt;/P&gt;&lt;P&gt;Draws a vertical line along the complete height of the left hand edge of the window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward with some points if helpful.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 18:49:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1411921#M198330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T18:49:24Z</dc:date>
    </item>
  </channel>
</rss>

