<?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: Problem with lines in SAPSCRIPT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lines-in-sapscript/m-p/3039971#M719406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks Naimesh!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's working!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Nov 2007 09:51:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-13T09:51:05Z</dc:date>
    <item>
      <title>Problem with lines in SAPSCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lines-in-sapscript/m-p/3039964#M719399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having a problem in Main window (SAPSCRIPT): &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already drawn lines by using Box command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it shows only in First Page Print Preview. and for further pages it only shows&lt;/P&gt;&lt;P&gt;columns (Data) without lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I print, lines are getting printed only in First Page, other pages appears with no lines at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how  can I solve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 11:31:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lines-in-sapscript/m-p/3039964#M719399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T11:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with lines in SAPSCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lines-in-sapscript/m-p/3039965#M719400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want it in every page..and if it is static then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't do it in MAIN window..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use secondary window for this purpose...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;ilesh 24x7&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 11:36:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lines-in-sapscript/m-p/3039965#M719400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T11:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with lines in SAPSCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lines-in-sapscript/m-p/3039966#M719401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did u declared same or different  Text Elements in the Text Editor of Main window.&lt;/P&gt;&lt;P&gt;If you declared them differently, if so you have to use the Write_Form for each Text Element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also, Try to use SAP Script control command Protect...Endprotect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 11:41:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lines-in-sapscript/m-p/3039966#M719401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T11:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with lines in SAPSCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lines-in-sapscript/m-p/3039967#M719402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your suggestions, but the problem remains. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have a secondary window with box command, and the lines doesn't appear even in the First Page...And I'm using the command protect, and endprotect..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was already using the Write_form for each text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any more suggestions? tks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 16:11:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lines-in-sapscript/m-p/3039967#M719402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T16:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with lines in SAPSCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lines-in-sapscript/m-p/3039968#M719403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priscila,&lt;/P&gt;&lt;P&gt;I was also having the same problem in couple of week ago. I have resolved it in this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to display lines on every page then you have to do it in this way.&lt;/P&gt;&lt;P&gt;in SAP Sccript:&lt;/P&gt;&lt;P&gt;Create another Element say: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ITEM_HEADER1
BOX WIDTH '19.35' CM HEIGHT '2' LN FRAME 4 TW INTENSITY 10
POSITION XORIGIN '+0' CM YORIGIN '+0' LN
SIZE WIDTH '1.5' CM HEIGHT &amp;amp;W_COUNT&amp;amp; LN
BOX FRAME 4 TW
NEW: AE Part Number
POSITION XORIGIN '+1.5' CM YORIGIN '+0' LN
SIZE WIDTH '3.6' CM HEIGHT &amp;amp;W_COUNT&amp;amp; LN
BOX FRAME 4 TW
NEW: Description
POSITION XORIGIN '+3.6' CM YORIGIN '+0' LN
SIZE WIDTH '6.6' CM HEIGHT &amp;amp;W_COUNT&amp;amp; LN
BOX FRAME 4 TW
NEW: Qty
POSITION XORIGIN '+6.6' CM YORIGIN '+0' LN
SIZE WIDTH '1.75' CM HEIGHT &amp;amp;W_COUNT&amp;amp; LN
BOX FRAME 4 TW
NEW: Unit Price&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;In the Driver Program:&lt;/P&gt;&lt;P&gt;use the logic while callin g the line item before it calls the header element which you have created(ITEM_HEADER1)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*************&lt;STRONG&gt;Reward Points if helpfull.................&lt;/STRONG&gt;************&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 16:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lines-in-sapscript/m-p/3039968#M719403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T16:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with lines in SAPSCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lines-in-sapscript/m-p/3039969#M719404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chidanand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just need  the vertical lines, and they should always appear, even if there's no sufficient data to show. Something like this:&lt;/P&gt;&lt;P&gt;_____________&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;a&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;r&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;x&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;a&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;r&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;x&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;lt;u&amp;gt;|  1  | a   |  r    |  1     |     x   |&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't need horizontal lines, I just need to split in columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using this command to draw the columns:&lt;/P&gt;&lt;P&gt;/:	 	BOX FRAME 10 TW&lt;/P&gt;&lt;P&gt;/:	 	BOX XPOS '3.50' CM WIDTH '0' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;/:	 	BOX XPOS '8.4' CM WIDTH '0' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;/:	 	BOX XPOS '9.6' CM WIDTH '0' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it works, but the problem is that only works for the first page.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Imagine that there was just one item to show: the columns should appear, in all of the window size, but only one item would appear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 18:54:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lines-in-sapscript/m-p/3039969#M719404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T18:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with lines in SAPSCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lines-in-sapscript/m-p/3039970#M719405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make a new window and put ont he main window.. This new window must be constant and have the same dimensions as main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put your code for lines into this new window.&lt;/P&gt;&lt;P&gt;Here I assum that your main window is of 10 CM of height.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;/: BOX FRAME 10 TW
/: BOX XPOS '3.50' CM height 10 CM WIDTH '0' CM FRAME 10 TW
/: BOX XPOS '8.4' CM  height  10 CM WIDTH '0' CM FRAME 10 TW
/: BOX XPOS '9.6' CM height 10 cm WIDTH '0' CM FRAME 10 TW&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 19:17:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lines-in-sapscript/m-p/3039970#M719405</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-12T19:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with lines in SAPSCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lines-in-sapscript/m-p/3039971#M719406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks Naimesh!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's working!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 09:51:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lines-in-sapscript/m-p/3039971#M719406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T09:51:05Z</dc:date>
    </item>
  </channel>
</rss>

