<?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: gray field in sapscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/gray-field-in-sapscript/m-p/1550216#M249661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the intensity setting.  Try 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BOX FRAME 10 TW
BOX HEIGHT '1.7' LN INTENSITY 10&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Aug 2006 14:07:01 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2006-08-10T14:07:01Z</dc:date>
    <item>
      <title>gray field in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gray-field-in-sapscript/m-p/1550214#M249659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have gray header un sapscript&lt;/P&gt;&lt;P&gt;and i want to lower what the command&lt;/P&gt;&lt;P&gt;BOX FRAME 10 TW&lt;/P&gt;&lt;P&gt;BOX HEIGHT '1.7' LN INTENSITY 20&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 14:04:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gray-field-in-sapscript/m-p/1550214#M249659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T14:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: gray field in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gray-field-in-sapscript/m-p/1550215#M249660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To a lighter shade of grey?&lt;/P&gt;&lt;P&gt;Lower the INTENSITY value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 14:05:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gray-field-in-sapscript/m-p/1550215#M249660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T14:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: gray field in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gray-field-in-sapscript/m-p/1550216#M249661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the intensity setting.  Try 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BOX FRAME 10 TW
BOX HEIGHT '1.7' LN INTENSITY 10&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 14:07:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gray-field-in-sapscript/m-p/1550216#M249661</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-10T14:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: gray field in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gray-field-in-sapscript/m-p/1550217#M249662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;go through this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameters like WIDTH , XPOS etc should be followed by a proper unit.&lt;/P&gt;&lt;P&gt;The INTENSITY is in the percentage of the grey scale.&lt;/P&gt;&lt;P&gt;The FRAME parameter is the thickness of the frame the default value is 0.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;/:BOX XPOS '5'  CM YPOS '2' CM WIDTH '14' CM HEIGHT '20' CM FRAME 20 TW INTENSITY 10.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;/:BOX INTENSITY 10 &lt;/P&gt;&lt;P&gt;will fill the current window background with a shading of grey scale 10%..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;To draw a horizontal line we set the HEIGHT parameter to the value of 0.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;/:BOX XPOS '5' CM HEIGHT 0 TW FRAME 10 TW.&lt;/P&gt;&lt;P&gt;This will draw a horizontal line across the top edge of the window.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;To draw a horizontal line  we should set the value of WIDTH parameter to 0.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;/:BOX XPOS '5' CM YPOS WIDTH '0' TW FRAME 10 TW.&lt;/P&gt;&lt;P&gt;This will draw a vertical line across the complete height of the left edge of the current window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 14:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gray-field-in-sapscript/m-p/1550217#M249662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T14:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: gray field in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gray-field-in-sapscript/m-p/1550218#M249663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;rich i try 10 cont work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 14:13:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gray-field-in-sapscript/m-p/1550218#M249663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T14:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: gray field in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gray-field-in-sapscript/m-p/1550219#M249664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;INTENSITY 10 is for color only i tried 2 and i get white&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 14:16:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gray-field-in-sapscript/m-p/1550219#M249664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T14:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: gray field in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gray-field-in-sapscript/m-p/1550220#M249665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try 5?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 14:20:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gray-field-in-sapscript/m-p/1550220#M249665</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-10T14:20:48Z</dc:date>
    </item>
  </channel>
</rss>

