<?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: How to write a horizontal line insapscript(not using &amp;ULINE&amp;) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-a-horizontal-line-insapscript-not-using-uline/m-p/1417845#M200855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Horizontal line can be inserted using BOX command by keeping the height as 0. Imagine Horizontal line as a box height 0 and with a specified width.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the syntax will be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;BOX WIDTH 12 CM HEIGHT 0 CM FRAME 10 TW INTENSITY 1.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jun 2006 14:30:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-19T14:30:51Z</dc:date>
    <item>
      <title>How to write a horizontal line insapscript(not using &amp;ULINE&amp;)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-a-horizontal-line-insapscript-not-using-uline/m-p/1417839#M200849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am presently having a problem on why my statement &amp;amp;ULINE&amp;amp; does is always shorted than the width of my MAIN window no matter what I do. So now I want to experiment on how to write a horizontal line without using the ULINE statement. By the way, the width of my MAIN window is 78 CH. A while ago I experimented with the length of the uline but no matter what length I gave it its always shorter than the width of my main window. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thank you guys for your time and take care!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 14:18:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-a-horizontal-line-insapscript-not-using-uline/m-p/1417839#M200849</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2006-06-19T14:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a horizontal line insapscript(not using &amp;ULINE&amp;)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-a-horizontal-line-insapscript-not-using-uline/m-p/1417840#M200850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Viraylab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            The &amp;lt;b&amp;gt;&amp;amp;ULINE(X)&amp;amp;&amp;lt;/b&amp;gt; may solve your problem.&lt;/P&gt;&lt;P&gt;Specify proper value for X which can fill your main window length.As you specified that your main window size as 78,try &amp;amp;ULINE(78)&amp;amp;.&lt;/P&gt;&lt;P&gt;Without using ULINE,then you need to write your line with some dashes which fits main window length.&lt;/P&gt;&lt;P&gt;Try as follows in your layout&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;/: -&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------" /&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is not advisable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 14:20:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-a-horizontal-line-insapscript-not-using-uline/m-p/1417840#M200850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T14:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a horizontal line insapscript(not using &amp;ULINE&amp;)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-a-horizontal-line-insapscript-not-using-uline/m-p/1417841#M200851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Viraylab,&lt;/P&gt;&lt;P&gt;  I think the paragraph format you are using is having some indentation (Some space in front of the line starting and end of the line).&lt;/P&gt;&lt;P&gt;Create a new paragraph format which doesn't have any space in front of the line and at the end of the line.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 14:22:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-a-horizontal-line-insapscript-not-using-uline/m-p/1417841#M200851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T14:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a horizontal line insapscript(not using &amp;ULINE&amp;)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-a-horizontal-line-insapscript-not-using-uline/m-p/1417842#M200852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i've said in my post, the statement &amp;amp;ULINE&amp;amp; is not working properly since no matter what length I give it is always shorter than the width of the MAIN window...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 14:23:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-a-horizontal-line-insapscript-not-using-uline/m-p/1417842#M200852</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2006-06-19T14:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a horizontal line insapscript(not using &amp;ULINE&amp;)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-a-horizontal-line-insapscript-not-using-uline/m-p/1417843#M200853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Viray,&lt;/P&gt;&lt;P&gt;  Use this statement&lt;/P&gt;&lt;P&gt;Draws a horizontal line across the complete top edge of the window.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;/: BOX WIDTH 0 TW FRAME 10 TW&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 14:23:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-a-horizontal-line-insapscript-not-using-uline/m-p/1417843#M200853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T14:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a horizontal line insapscript(not using &amp;ULINE&amp;)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-a-horizontal-line-insapscript-not-using-uline/m-p/1417844#M200854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use below for horiizontal line&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;/:   POSITION XORIGIN '2.0' CH YORIGIN '60.2' LN   
/:   SIZE WIDTH '75.0' CH HEIGHT '0' LN            
/:   BOX FRAME 10 TW&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;                               &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use below for vertical line.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;/:   POSITION XORIGIN '2.0' CH YORIGIN '60.2' LN   
/:   SIZE WIDTH '75.0' CH HEIGHT '0' LN            
/:   BOX FRAME 10 TW                               
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;TM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 14:26:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-a-horizontal-line-insapscript-not-using-uline/m-p/1417844#M200854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T14:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a horizontal line insapscript(not using &amp;ULINE&amp;)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-a-horizontal-line-insapscript-not-using-uline/m-p/1417845#M200855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Horizontal line can be inserted using BOX command by keeping the height as 0. Imagine Horizontal line as a box height 0 and with a specified width.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the syntax will be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;BOX WIDTH 12 CM HEIGHT 0 CM FRAME 10 TW INTENSITY 1.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 14:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-a-horizontal-line-insapscript-not-using-uline/m-p/1417845#M200855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T14:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a horizontal line insapscript(not using &amp;ULINE&amp;)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-a-horizontal-line-insapscript-not-using-uline/m-p/1417846#M200856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use BOX command and use position to place it in window.&lt;/P&gt;&lt;P&gt;take care of x and y coordinates and make sure that they r in correct position.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 14:35:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-a-horizontal-line-insapscript-not-using-uline/m-p/1417846#M200856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T14:35:11Z</dc:date>
    </item>
  </channel>
</rss>

