<?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 Problem with Script window(Box frame) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-script-window-box-frame/m-p/1645165#M287134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i draw a box in script window,iam able to get it in print view of SP01,but the box was not displaying on printed output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried in allways increasing window size,decreasing box frame size...etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know any reason behind this and suggest me the solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Oct 2006 17:25:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-25T17:25:59Z</dc:date>
    <item>
      <title>Problem with Script window(Box frame)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-script-window-box-frame/m-p/1645165#M287134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i draw a box in script window,iam able to get it in print view of SP01,but the box was not displaying on printed output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried in allways increasing window size,decreasing box frame size...etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know any reason behind this and suggest me the solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 17:25:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-script-window-box-frame/m-p/1645165#M287134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T17:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Script window(Box frame)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-script-window-box-frame/m-p/1645166#M287135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this&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;&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 shadowing having a gray scale of 10 %.&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;/: 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;/: BOX WIDTH '17.5' CM HEIGHT 1 CM FRAME 10 TW INTENSITY 15&lt;/P&gt;&lt;P&gt;/: BOX WIDTH '17.5' CM HEIGHT '13.5' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;/: BOX XPOS '10.0' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;/: BOX XPOS '13.5' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;Draws two rectangles and two lines to construct a table of three columns with a highlighted heading section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 17:31:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-script-window-box-frame/m-p/1645166#M287135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T17:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Script window(Box frame)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-script-window-box-frame/m-p/1645167#M287136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the properties of the box, left, up, down and right margin, and check that doesn't overlapp with another one. Retrieve too some data to that box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this ideas cona be helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 17:34:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-script-window-box-frame/m-p/1645167#M287136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T17:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Script window(Box frame)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-script-window-box-frame/m-p/1645168#M287137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have done it but its of no use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 21:09:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-script-window-box-frame/m-p/1645168#M287137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T21:09:37Z</dc:date>
    </item>
  </channel>
</rss>

