<?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 Multiple Condition Page in Smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-page-in-smartforms/m-p/3834646#M922112</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; I am facing a problem while creating an Invoice through Smartforms. After the completion of main window, I have created a new page to print the conditions. I have used include text to print the conditions, but the lenght of the text exceeds the length of one page; and only the first page is getting printed/ displayed. I want to get the whole text printed/ displayed in two consecutive pages. Even if I create a new page to print the rest of the text; only the first page of the condition is getting printed/ displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me how to solve this problem. it is urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amitava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 May 2008 06:38:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-12T06:38:59Z</dc:date>
    <item>
      <title>Multiple Condition Page in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-page-in-smartforms/m-p/3834646#M922112</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; I am facing a problem while creating an Invoice through Smartforms. After the completion of main window, I have created a new page to print the conditions. I have used include text to print the conditions, but the lenght of the text exceeds the length of one page; and only the first page is getting printed/ displayed. I want to get the whole text printed/ displayed in two consecutive pages. Even if I create a new page to print the rest of the text; only the first page of the condition is getting printed/ displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me how to solve this problem. it is urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amitava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 06:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-page-in-smartforms/m-p/3834646#M922112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T06:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Condition Page in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-page-in-smartforms/m-p/3834647#M922113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To my knowledge, only the content of MAIN window is being automatically continued on the next page. Instead of having a separate page, try moving your text inside the MAIN window, e.g. in a separate table or template.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 20:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-page-in-smartforms/m-p/3834647#M922113</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2008-05-12T20:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Condition Page in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-page-in-smartforms/m-p/3834648#M922114</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;Your text(terms &amp;amp; condition ) will not print completely unless it is given in the MAIN window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new window 'CONDITIONS'  inside the MAIN window (make it last window in main). Then create a command in the window . In the general attribute tab of the command click the check box 'Go to new page' and give the page name ex: NEXT which consists the main window. Then create text element under the window ..in the general attribute give text type as 'Include text' and give the text details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward points if useful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 21:06:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-page-in-smartforms/m-p/3834648#M922114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T21:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Condition Page in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-page-in-smartforms/m-p/3834649#M922115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not possible to create a secondary window inside the MAIN window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Help:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/26/849b22b65911d4b62d006094192fe3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/26/849b22b65911d4b62d006094192fe3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 21:13:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-page-in-smartforms/m-p/3834649#M922115</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2008-05-12T21:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Condition Page in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-page-in-smartforms/m-p/3834650#M922116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry.. replace the word 'Window' with 'Folder'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jelena&lt;/P&gt;&lt;P&gt;     Thanks for the correction..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I repeat the solution...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new &lt;STRONG&gt;Folder&lt;/STRONG&gt; 'CONDITIONS' inside the MAIN window (make it last &lt;STRONG&gt;Folder&lt;/STRONG&gt; in main). Then create a command in the &lt;STRONG&gt;folder&lt;/STRONG&gt; . In the general attributes tab of the command click the check box 'Go to new page' and give the page name ex: NEXT which consists the main window. Then create text element under the &lt;STRONG&gt;folder&lt;/STRONG&gt; ..in the general attribute give text type as 'Include text' and give the text details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 04:34:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-page-in-smartforms/m-p/3834650#M922116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T04:34:49Z</dc:date>
    </item>
  </channel>
</rss>

