<?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: SAPscript error: my bottom windows does not show in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-error-my-bottom-windows-does-not-show/m-p/1211547#M133645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also check that main window is not overlapping windows in bottom. You can see this in page preview. If main window overlaps, windows at bottom, you will not be able to see data in bottom windows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Mar 2006 02:33:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-24T02:33:01Z</dc:date>
    <item>
      <title>SAPscript error: my bottom windows does not show</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-error-my-bottom-windows-does-not-show/m-p/1211542#M133640</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 currently having a problem with my sapscript form. The problem is when too many records are shown in the main window, the windows in the bottom is not being displayed. Is there a way to fix this?Thanks guys!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 01:00:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-error-my-bottom-windows-does-not-show/m-p/1211542#M133640</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2006-03-24T01:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript error: my bottom windows does not show</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-error-my-bottom-windows-does-not-show/m-p/1211543#M133641</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;  If there are lot of records use &lt;/P&gt;&lt;P&gt; &amp;lt;b&amp;gt;PROTECT and ENDPROTECT.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;  so that these records are carried over to the next page..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem shud be the size.. open the graphical form painter ..&lt;/P&gt;&lt;P&gt;utilities -&amp;gt;settings   and resize the windows..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 01:06:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-error-my-bottom-windows-does-not-show/m-p/1211543#M133641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T01:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript error: my bottom windows does not show</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-error-my-bottom-windows-does-not-show/m-p/1211544#M133642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello satesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where would I put the protect and endprotect? Also, can you please give me some examples?thanks a lot man!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 01:18:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-error-my-bottom-windows-does-not-show/m-p/1211544#M133642</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2006-03-24T01:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript error: my bottom windows does not show</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-error-my-bottom-windows-does-not-show/m-p/1211545#M133643</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;&lt;/P&gt;&lt;P&gt;the text lines to be protected are enclosed between the two commands. If there is not enough room on the page, the PROTECT command acts as a NEW-PAGE command and inserts a page break.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;/: PROTECT
:
:
/: ENDPROTECT&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Or you can  trigger the /: NEW-PAGE command based on some condition..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 01:24:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-error-my-bottom-windows-does-not-show/m-p/1211545#M133643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T01:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript error: my bottom windows does not show</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-error-my-bottom-windows-does-not-show/m-p/1211546#M133644</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;U can use protect endprotect command to display the data at the bottom window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other solution is to create a constant bottom window which will display ur data always.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 02:12:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-error-my-bottom-windows-does-not-show/m-p/1211546#M133644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T02:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript error: my bottom windows does not show</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-error-my-bottom-windows-does-not-show/m-p/1211547#M133645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also check that main window is not overlapping windows in bottom. You can see this in page preview. If main window overlaps, windows at bottom, you will not be able to see data in bottom windows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 02:33:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-error-my-bottom-windows-does-not-show/m-p/1211547#M133645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T02:33:01Z</dc:date>
    </item>
  </channel>
</rss>

